OcrOptions

OcrOptions class

Provides the options which are used for OCR Connector.

public class OcrOptions

Constructors

Name Description
OcrOptions() Initializes a new instance of the OcrOptions class with rectangular area.
OcrOptions(OcrEventHandler) Initializes a new instance of the OcrOptions class with OcrEventHandler object.
OcrOptions(PagePreviewOptions) Initializes a new instance of the OcrOptions class with rectangular area.
OcrOptions(Rectangle) Initializes a new instance of the OcrOptions class with rectangular area.
OcrOptions(Rectangle, OcrEventHandler) Initializes a new instance of the OcrOptions class with rectangular area and OcrEventHandler object.
OcrOptions(Rectangle, OcrEventHandler, PagePreviewOptions, bool) Initializes a new instance of the OcrOptions class.

Properties

Name Description
Handler { get; set; } Gets the event handler to catch OCR events.
PagePreviewOptions { get; set; } Gets the document page preview options.
Rectangle { get; set; } Gets the rectangular area that constraints the page area which is used for text recognizing.
UseSpellChecker { get; set; } Gets the value that indicates whether the spell checker is used.

See Also