Table of Contents

Enum OcrMode

Namespace
NAPS2.Ocr
Assembly
NAPS2.Sdk.dll

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