Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jun 24, 2024
1 parent dcbbc92 commit 9f1c0f7
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 5.3.3 API</code> using
* A Java wrapper for <code>Tesseract OCR 5.4.1 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 5.3.3 API</code> using
* A Java wrapper for <code>Tesseract OCR 5.4.1 API</code> using
* <code>JNA Direct Mapping</code>.
*/
public class TessAPI1 implements Library, ITessAPI {
Expand Down

0 comments on commit 9f1c0f7

Please sign in to comment.