OcrEngineMode Fields |
The OcrEngineMode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Default |
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.
|
![]() ![]() | LstmOnly |
Run just the LSTM line recognizer.
|
![]() ![]() | TesseractLstmCombined |
Run the LSTM recognizer, but allow fallback to Tesseract when things get difficult.
|
![]() ![]() | TesseractOnly |
Run Tesseract only - fastest
|
![]() | value__ |