fix(OCR识别): 修改文件保存方式
This commit is contained in:
@@ -173,16 +173,12 @@
|
||||
<classifier>jdk17</classifier>
|
||||
<systemPath>${project.basedir}/lib/spirej.doc.cracked-11.4.2.jar</systemPath>
|
||||
</dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml-schemas</artifactId>
|
||||
<version>3.17</version>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.56</version>
|
||||
<artifactId>bcprov-jdk14</artifactId>
|
||||
<version>1.64</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user