fix(OCR识别): 修改文件保存方式

This commit is contained in:
yjz
2024-06-05 19:39:57 +08:00
parent 75e7b5a7a9
commit b1e6943acf
5 changed files with 114 additions and 58 deletions
+3 -7
View File
@@ -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>