Emgu.CV.OCR Namespace |
Class | Description | |
---|---|---|
![]() | OcrInvoke |
Library to invoke Tesseract OCR functions
|
![]() | PageIterator |
The tesseract page iterator
|
![]() | Tesseract |
The tesseract OCR engine
|
![]() | VectorOfTesseractResult |
Wrapped class of the C++ standard vector of TesseractResult.
|
Structure | Description | |
---|---|---|
![]() | Orientation | |
![]() | TesseractCharacter |
This represent a character that is detected by the OCR engine
|
![]() | TesseractResult |
This structure is primary used for PInvoke
|
Enumeration | Description | |
---|---|---|
![]() | OcrEngineMode |
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.
The preference of which engine to use is stored in tessedit_ocr_engine_mode.
|
![]() | PageIteratorLevel | |
![]() | PageOrientation | |
![]() | PageSegMode |
Tesseract page segmentation mode
|
![]() | TextlineOrder | |
![]() | WritingDirection |