2025-06-10 14:36:26 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2025-07-09 14:31:05 +08:00
|
|
|
|
2025-06-10 14:36:26 +08:00
|
|
|
<parent>
|
|
|
|
|
<groupId>zhyc</groupId>
|
|
|
|
|
<artifactId>zhyc</artifactId>
|
|
|
|
|
<version>3.8.9</version>
|
|
|
|
|
</parent>
|
2025-07-09 14:31:05 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2025-06-10 14:36:26 +08:00
|
|
|
|
|
|
|
|
<artifactId>zhyc-module</artifactId>
|
|
|
|
|
|
2026-01-15 12:31:09 +08:00
|
|
|
<properties>
|
|
|
|
|
<javacv.platform.windows-x86_64>windows-x86_64</javacv.platform.windows-x86_64>
|
|
|
|
|
<djl.platform.windows-x86_64>win-x86_64</djl.platform.windows-x86_64>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.smartjavaai</groupId>
|
|
|
|
|
<artifactId>bom</artifactId>
|
|
|
|
|
<version>1.1.1</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<!-- 注意这里是import -->
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
2025-07-09 14:31:05 +08:00
|
|
|
<dependencies>
|
2026-01-15 12:31:09 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.smartjavaai</groupId>
|
|
|
|
|
<artifactId>common</artifactId>
|
|
|
|
|
<version>1.1.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
|
<version>1.9.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>2.17.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
|
<version>7.10.2</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
|
<version>1.2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>1.2.83</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<version>4.13.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--OCR检测模块-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.smartjavaai</groupId>
|
|
|
|
|
<artifactId>ocr</artifactId>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.microsoft.onnxruntime</groupId>
|
|
|
|
|
<artifactId>onnxruntime</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.microsoft.onnxruntime</groupId>
|
|
|
|
|
<artifactId>onnxruntime</artifactId>
|
|
|
|
|
<version>1.20.0</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ai.djl.pytorch</groupId>
|
|
|
|
|
<artifactId>pytorch-jni</artifactId>
|
|
|
|
|
<version>2.7.1-0.34.0</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- windows平台 (保留对应平台的配置,可以减小包大小)-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bytedeco</groupId>
|
|
|
|
|
<artifactId>javacpp</artifactId>
|
|
|
|
|
<version>1.5.11</version>
|
|
|
|
|
<classifier>${javacv.platform.windows-x86_64}</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bytedeco</groupId>
|
|
|
|
|
<artifactId>ffmpeg</artifactId>
|
|
|
|
|
<version>6.1.1-1.5.10</version>
|
|
|
|
|
<classifier>${javacv.platform.windows-x86_64}</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bytedeco</groupId>
|
|
|
|
|
<artifactId>openblas</artifactId>
|
|
|
|
|
<version>0.3.26-1.5.10</version>
|
|
|
|
|
<classifier>${javacv.platform.windows-x86_64}</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bytedeco</groupId>
|
|
|
|
|
<artifactId>opencv</artifactId>
|
|
|
|
|
<version>4.9.0-1.5.10</version>
|
|
|
|
|
<classifier>${javacv.platform.windows-x86_64}</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ai.djl.pytorch</groupId>
|
|
|
|
|
<artifactId>pytorch-native-cpu</artifactId>
|
|
|
|
|
<classifier>${djl.platform.windows-x86_64}</classifier>
|
|
|
|
|
<version>2.7.1</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-07-09 14:31:05 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>zhyc</groupId>
|
|
|
|
|
<artifactId>zhyc-common</artifactId>
|
|
|
|
|
</dependency>
|
2025-07-11 16:40:46 +08:00
|
|
|
<dependency>
|
2025-12-10 20:27:11 +08:00
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
<version>3.5.3.2</version> <!-- 用你项目已有的版本 -->
|
2025-07-11 16:40:46 +08:00
|
|
|
</dependency>
|
2025-12-22 22:34:18 +08:00
|
|
|
|
2025-07-18 12:57:42 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
</dependency>
|
2025-07-09 14:31:05 +08:00
|
|
|
</dependencies>
|
2025-06-10 14:36:26 +08:00
|
|
|
|
|
|
|
|
</project>
|