ocr识别-校核onlyoffice版

This commit is contained in:
liyawei
2022-04-12 19:05:31 +08:00
parent 63bc1c6f22
commit 02c44ea7ff
19 changed files with 2364 additions and 4 deletions
+11
View File
@@ -150,6 +150,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>prime-jwt</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
</project>