Click or drag to resize

OcrEngineMode Fields

http://www.emgu.com

The OcrEngineMode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
Specify this mode when calling init_*(), to indicate that any of the above modes should be automatically inferred from the variables in the language-specific config, command-line configs, or if not specified in any of the above should be set to the default OEM_TESSERACT_ONLY.
Public fieldStatic memberLstmOnly
Run just the LSTM line recognizer.
Public fieldStatic memberTesseractLstmCombined
Run the LSTM recognizer, but allow fallback to Tesseract when things get difficult.
Public fieldStatic memberTesseractOnly
Run Tesseract only - fastest
Public fieldvalue__
Top
See Also