This commit is contained in:
2025-11-22 14:22:36 +08:00
parent a0933afc97
commit 248d91729f
12 changed files with 899 additions and 83 deletions

20
pom.xml
View File

@@ -244,12 +244,6 @@
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.12</version>
</dependency>
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
@@ -307,7 +301,7 @@
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<!--视频转码依赖-->
<!--视频转码依赖 - 占体积最大400-500MB -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacv</artifactId>
@@ -358,12 +352,6 @@
<!-- </dependency>-->
<!-- 图片转pdf 判断方向 -->
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.16.0</version> <!-- 请确保使用最新版本 -->
</dependency>
<!-- 获取mp3元数据 -->
<dependency>
<groupId>org</groupId>
@@ -504,12 +492,6 @@
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-imaging</artifactId>
<version>1.0-alpha2</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>