Skip to content

Commit

Permalink
Update Leptonica 1.83.1 (lept4j-1.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jan 29, 2023
1 parent 7debb06 commit 23904f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Tess4J - Tesseract for Java</name>
Expand Down Expand Up @@ -182,7 +182,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -194,7 +194,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
</dependency>
<dependency>
<groupId>com.github.jai-imageio</groupId>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>net.sourceforge.lept4j</groupId>
<artifactId>lept4j</artifactId>
<version>1.17.0</version>
<version>1.18.0</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/versionchanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,6 @@ Version 5.4.0 (24 July 2022)
Version 5.5.0 (26 December 2022)
- Upgrade to Tesseract 5.3.0
- Update dependencies and Maven plugins

Version 5.6.0 (29 January 2023)
- Update Leptonica 1.83.1 (lept4j-1.18.0)
Binary file modified src/main/resources/win32-x86-64/libtesseract530.dll
Binary file not shown.
Binary file modified src/main/resources/win32-x86/libtesseract530.dll
Binary file not shown.

0 comments on commit 23904f9

Please sign in to comment.