Click or drag to resize

OcrDebugLevel Enumeration

Specifies the level of capturing OCR debug images.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public enum OcrDebugLevel
Members
  Member nameValueDescription
None0 Capture nothing.
Basic1 Capture intermediate images.
Normal2 Capture intermediate images and extracted text.
Full3 Capture images, text and OCR lines and words.
See Also