SetOMROptions method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SetOMROptions ();

Overview

Refer to Recognizing Document Pages

Refer to Using the OMR Options

Remarks

Sets the OMR options used by the OCR engine.

This method will be used only when the RecognizeModule property for a zone is RECOGNIZE_MODULE_OMR.

To get the current OMR options, call the GetOMROptions method.

To set new OMR options get the current options by calling the GetOMROptions method. This will update the OMRModuleOptions property. This property provides access to the ILTOMROptions properties. Set these ILTOMROptions properties to the new values and then call the SetOMROptions method.

To recognize a page, call the Recognize method.

See Also

Elements:

EnableFill property, Frame property, OMRModuleOptions property, RecognizeModule property, GetOMROptions method, RecognizeModuleTradeoff property, GetHandPrintOptions method, SetHandPrintOptions method.

Topics:

Quick Reference OCR: Using the OMR Options