public static interface ITessAPI.TessOcrEngineMode
tessedit_ocr_engine_mode
.Modifier and Type | Field and Description |
---|---|
static int |
OEM_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 . |
static int |
OEM_LSTM_ONLY
Run just the LSTM line recognizer
|
static int |
OEM_TESSERACT_LSTM_COMBINED
Run the LSTM recognizer, but allow fallback to Tesseract when things
get difficult
|
static int |
OEM_TESSERACT_ONLY
Run Tesseract only - fastest
|
static final int OEM_TESSERACT_ONLY
static final int OEM_LSTM_ONLY
static final int OEM_TESSERACT_LSTM_COMBINED
static final int OEM_DEFAULT
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
.Copyright © 2024 Tess4J. All rights reserved.