- Enclosing interface:
- TessAPI
public static interface TessAPI.TessOcrEngineMode
When Tesseract/Cube 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
.
ATTENTION: When
modifying this enum, please make sure to make the appropriate changes to
all the enums mirroring it (e.g. OCREngine in
cityblock/workflow/detection/detection_storage.proto). Such enums will
mention the connection to OcrEngineMode in the comments.