| | |
| | | |
| | | 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); |
| | | } |