Enum OcrMode
The mode of an OCR request (fast/best), if supported by the engine.
[Flags]
public enum OcrMode
Fields
Best = 2
BestWithPreProcess = Best | WithPreProcess
Default = 0
Fast = 1
FastWithPreProcess = Fast | WithPreProcess
WithPreProcess = 4