Interface | Description |
---|---|
TessAPI |
A Java wrapper for
Tesseract OCR 3.02 API using
JNA Interface Mapping . |
TessAPI.TessOcrEngineMode |
When Tesseract/Cube is initialized we can choose to instantiate/load/run
only the Tesseract part, only the Cube part or both along with the
combiner.
|
TessAPI.TessOrientation |
+------------------+
| 1 Aaaa Aaaa Aaaa |
| Aaa aa aaa aa |
| aaaaaa A aa aaa.
|
TessAPI.TessPageIteratorLevel |
Enum of the elements of the page hierarchy, used in
ResultIterator to provide functions that operate on each
level without having to have 5x as many functions. |
TessAPI.TessPageSegMode |
Possible modes for page layout analysis.
|
TessAPI.TessPolyBlockType | |
TessAPI.TessTextlineOrder |
The text lines are read in the given sequence.
In English, the order is top-to-bottom. |
TessAPI.TessWritingDirection |
The grapheme clusters within a line of text are laid out logically in
this direction, judged when looking at the text line rotated so that its
Orientation is "page up".
For English text, the writing direction is left-to-right. |
TessAPI1.TessOcrEngineMode |
When Tesseract/Cube is initialized we can choose to instantiate/load/run
only the Tesseract part, only the Cube part or both along with the
combiner.
|
TessAPI1.TessOrientation |
+------------------+
| 1 Aaaa Aaaa Aaaa |
| Aaa aa aaa aa |
| aaaaaa A aa aaa.
|
TessAPI1.TessPageIteratorLevel |
Enum of the elements of the page hierarchy, used in
ResultIterator to
provide functions that operate on each level without having to have 5x as
many functions. |
TessAPI1.TessPageSegMode |
Possible modes for page layout analysis.
|
TessAPI1.TessPolyBlockType | |
TessAPI1.TessTextlineOrder |
The text lines are read in the given sequence.
In English, the order is top-to-bottom. |
TessAPI1.TessWritingDirection |
The grapheme clusters within a line of text are laid out logically in
this direction, judged when looking at the text line rotated so that its
Orientation is "page up".
For English text, the writing direction is left-to-right. |
Class | Description |
---|---|
TessAPI.ETEXT_DESC | |
TessAPI.TessBaseAPI | |
TessAPI.TessPageIterator | |
TessAPI.TessResultIterator | |
TessAPI1 |
A Java wrapper for
Tesseract OCR 3.02 API using
JNA Direct Mapping . |
TessAPI1.ETEXT_DESC | |
TessAPI1.TessBaseAPI | |
TessAPI1.TessPageIterator | |
TessAPI1.TessResultIterator | |
Tesseract |
An object layer on top of
TessAPI , provides character recognition support for common image
formats, and multi-page TIFF images beyond the uncompressed, binary TIFF
format supported by Tesseract OCR engine. |
Tesseract1 |
An object layer on top of
TessAPI1 , provides character recognition support for common
image formats, and multi-page TIFF images beyond the uncompressed, binary
TIFF format supported by Tesseract OCR engine. |
Exception | Description |
---|---|
TesseractException |