Skip to content

Commit d17328a

Browse files
committed
Update library versions
1 parent 8cf5ca9 commit d17328a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/java/net/sourceforge/tess4j/TessAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import net.sourceforge.tess4j.util.LoadLibs;
3232

3333
/**
34-
* A Java wrapper for <code>Tesseract OCR 5.4.1 API</code> using
34+
* A Java wrapper for <code>Tesseract OCR 5.5.0 API</code> using
3535
* <code>JNA Interface Mapping</code>.
3636
*/
3737
public interface TessAPI extends Library, ITessAPI {

src/main/java/net/sourceforge/tess4j/TessAPI1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import net.sourceforge.tess4j.util.LoadLibs;
3333

3434
/**
35-
* A Java wrapper for <code>Tesseract OCR 5.4.1 API</code> using
35+
* A Java wrapper for <code>Tesseract OCR 5.5.0 API</code> using
3636
* <code>JNA Direct Mapping</code>.
3737
*/
3838
public class TessAPI1 implements Library, ITessAPI {

src/main/resources/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ <h3>
3737
INSTRUCTIONS
3838
</h3>
3939
<p>
40-
Tesseract 5.4.1 and Leptonica 1.84.1 (via Lept4J) 32- and 64-bit
40+
Tesseract 5.5.0 and Leptonica 1.85.0 (via Lept4J) 32- and 64-bit
4141
DLLs, language data for English, and sample images are bundled with the library.
4242
<a href="https://github.com/tesseract-ocr/tessdata">Language data packs</a> for
4343
Tesseract should be decompressed and placed into the <code>tessdata</code> folder.
4444
</p>
4545
<p>
4646
The Linux shared object library (<code>libtesseract.so</code>) equivalent to the
47-
DLL is available in Tesseract 5.4.1, which can be built from the <a href="https://github.com/tesseract-ocr/tesseract"
47+
DLL is available in Tesseract 5.5.0, which can be built from the <a href="https://github.com/tesseract-ocr/tesseract"
4848
target="_blank">source</a> with the instructions given in <a href="https://tesseract-ocr.github.io/tessdoc/Compiling"
4949
target="_blank">Tesseract Wiki</a>.
5050
</p>

0 commit comments

Comments
 (0)