Enum ocr

OCRPerformance

Namespace: datalogics_interface

Description

Performance mode for the OCR engine, balancing speed vs accuracy. Specify the performance of the OCR engine in an abstract way. In Tesseract, for instance, this changes the OCREngineMode.

Values

Default

Use the engine's default performance mode.

Faster

Favor speed over accuracy.

MoreAccuracy

Favor accuracy over speed.

BestAccuracy

Use the most accurate mode available, at the cost of speed.