Skip to content

Commit

Permalink
Correct Tesseract version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jul 14, 2019
1 parent bfca733 commit 21878e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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>4.4.1-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Tess4J - Tesseract for Java</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/tess4j/TessAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import net.sourceforge.tess4j.util.LoadLibs;

/**
* A Java wrapper for <code>Tesseract OCR 4.0.0 API</code> using
* A Java wrapper for <code>Tesseract OCR 4.1.0 API</code> using
* <code>JNA Interface Mapping</code>.
*/
public interface TessAPI extends Library, ITessAPI {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/tess4j/TessAPI1.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import net.sourceforge.tess4j.util.LoadLibs;

/**
* A Java wrapper for <code>Tesseract OCR 4.0.0 API</code> using
* A Java wrapper for <code>Tesseract OCR 4.1.0 API</code> using
* <code>JNA Direct Mapping</code>.
*/
public class TessAPI1 implements Library, ITessAPI {
Expand Down

0 comments on commit 21878e0

Please sign in to comment.