6 Star 78 Fork 39

李晋江/JavaOCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
李晋江 提交于 2023-08-25 16:33 . 1.添加日志依赖,避免警告
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lijinjiang</groupId>
<artifactId>JavaOCR</artifactId>
<version>1.0</version>
<name>JavaOCR</name>
<!-- FIXME change it to the project's website -->
<url>https://lijinjiang.blog.csdn.net/article/details/127450854</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<!-- beautyeye依赖 -->
<dependency>
<groupId>com.lijinjiang</groupId>
<artifactId>beautyeye</artifactId>
<version>3.9</version>
</dependency>
<!-- Tess4J依赖 -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>5.6.0</version>
</dependency>
<!--slf4j日志依赖-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lijinjiang01/JavaOCR.git
git@gitee.com:lijinjiang01/JavaOCR.git
lijinjiang01
JavaOCR
JavaOCR
master

搜索帮助