public static interface ITessAPI.TessOcrEngineMode
tessedit_ocr_engine_mode
.Modifier and Type | Field and Description |
---|---|
static int |
OEM_CUBE_ONLY
Run Cube only - better accuracy, but slower
|
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_TESSERACT_CUBE_COMBINED
Run both and combine results - best accuracy
|
static int |
OEM_TESSERACT_ONLY
Run Tesseract only - fastest
|
static final int OEM_TESSERACT_ONLY
static final int OEM_CUBE_ONLY
static final int OEM_TESSERACT_CUBE_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
.