1
luodangjia
2025-01-22 3eb56cab8a5a453ac5e70b6e36618dde32431326
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/orc/OcrUtils.java
@@ -71,8 +71,9 @@
    public static void main(String[] args) {
        try {
            InputStream inputStream = UrlDownloader.downloadAsStream("http://192.168.110.188:9300/statics/2025/01/21/862dab34c5f83ce2635d219c467ac9f6_20250121170536A004.jpg");
            idCard(inputStream,"idCard");
            InputStream inputStream = UrlDownloader.downloadAsStream("http://192.168.110.188:9300/statics/2025/01/22/862dab34c5f83ce2635d219c467ac9f6_20250122141611A119.jpg");
            String businessLicense = idCard(inputStream, "BusinessLicense");
            System.out.println(businessLicense);
        } catch (Exception e) {
            throw new RuntimeException(e);
        }