OcrOptions class

OcrOptions class

Provides the options which are used for OCR Connector.

The OcrOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the OcrOptions class with rectangular area.
init Initializes a new instance of the OcrOptions class with rectangular area.
init Initializes a new instance of the OcrOptions class with rectangular area.
init Initializes a new instance of the OcrOptions class with OcrEventHandler object.
init Initializes a new instance of the OcrOptions class with rectangular area and OcrEventHandler object.
init Initializes a new instance of the OcrOptions class.

Properties

Property Description
rectangle Gets the rectangular area that constraints the page area which is used for text recognizing.
handler Gets the event handler to catch OCR events.
page_preview_options Gets the document page preview options.
use_spell_checker Gets the value that indicates whether the spell checker is used.

See Also