GetOMROptions method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetOMROptions ();

Overview

Refer to Recognizing Document Pages

Refer to Using the OMR Options

Remarks

Gets the current OMR options used by the OCR engine.

This method updates the OMRModuleOptions property with the current settings.

To update the OMR options, set the properties referenced by the OMRModuleOptions property and call the SetOMROptions method.

These options will be used only when the RecognizeModule property for a zone is RECOGNIZE_MODULE_OMR.

To update the OMR options, call the SetOMROptions method.

See Also

Elements:

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

Topics:

Quick Reference OCR: Using the HandPrint Options