add:ocr请求替换为okhttp

This commit is contained in:
2510220824
2021-08-24 13:30:39 +08:00
parent a242b9ac56
commit bf8a247cf2
4 changed files with 290 additions and 17 deletions
+5
View File
@@ -99,6 +99,11 @@
<artifactId>itext-asian</artifactId>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
</dependency>
</dependencies>
<build>