Emgu.CV.OCR Namespace |
| Class | Description | |
|---|---|---|
| LocaleGuard |
This class set the locale to specific values and revert it back to the old values when the object is disposed.
| |
| OcrInvoke |
Library to invoke Tesseract OCR functions
| |
| PageIterator |
The tesseract page iterator
| |
| PDFRenderer |
Renders tesseract output into searchable PDF
| |
| Pix |
Leptonica Pix image structure
| |
| Tesseract |
The tesseract OCR engine
| |
| VectorOfTesseractResult |
Wrapped class of the C++ standard vector of TesseractResult.
|
| Structure | Description | |
|---|---|---|
| Orientation |
The orientation
| |
| TesseractCharacter |
This represent a character that is detected by the OCR engine
| |
| TesseractResult |
This structure is primary used for PInvoke
|
| Interface | Description | |
|---|---|---|
| ITessResultRenderer |
Interface to the TesseractResultRender
|
| Enumeration | Description | |
|---|---|---|
| LocaleGuardLocaleCategory |
The locale category
| |
| OcrEngineMode |
When Tesseract/LSTM 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 |
Page iterator level
| |
| PageOrientation |
Page orientation
| |
| PageSegMode |
Tesseract page segmentation mode
| |
| TextlineOrder |
Textline order
| |
| WritingDirection |
Writing direction
|