Skip to content

Commit

Permalink
Update Tesseract version #
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jun 30, 2018
1 parent 2f08217 commit a359d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 3.04 API</code> using
* A Java wrapper for <code>Tesseract OCR 3.05 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 3.04 API</code> using
* A Java wrapper for <code>Tesseract OCR 3.05 API</code> using
* <code>JNA Direct Mapping</code>.
*/
public class TessAPI1 implements Library, ITessAPI {
Expand Down

0 comments on commit a359d99

Please sign in to comment.