File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
java/net/sourceforge/tess4j Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131import 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 */
3737public interface TessAPI extends Library , ITessAPI {
Original file line number Diff line number Diff line change 3232import 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 */
3838public class TessAPI1 implements Library , ITessAPI {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments