Click or drag to resize

Emgu.CV.OCR Namespace

http://www.emgu.com
Optical character recognition. Wraps the tesseract-ocr engine.
Classes
  ClassDescription
Public classLocaleGuard
This class set the locale to specific values and revert it back to the old values when the object is disposed.
Public classLocaleGuardLocaleCategory
The locale category
Public classOcrEngineMode
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.
Public classOcrInvoke
Library to invoke Tesseract OCR functions
Public classOrientation
The orientation
Public classPageIterator
The tesseract page iterator
Public classPageIteratorLevel
Page iterator level
Public classPageOrientation
Page orientation
Public classPageSegMode
Tesseract page segmentation mode
Public classPDFRenderer
Renders tesseract output into searchable PDF
Public classPix
Leptonica Pix image structure
Public classTesseract
The tesseract OCR engine
Public classTesseractCharacter
This represent a character that is detected by the OCR engine
Public classTesseractResult
This structure is primary used for PInvoke
Public classTextlineOrder
Textline order
Public classVectorOfTesseractResult
Wrapped class of the C++ standard vector of TesseractResult.
Public classWritingDirection
Writing direction
Interfaces
  InterfaceDescription
Public interfaceITessResultRenderer
Interface to the TesseractResultRender