RecognizeModuleTradeoff property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

RECOG_MODULE_TRADEOFF RecognizeModuleTradeoff

Overview

Refer to Recognizing Document Pages

Remarks

Gets or sets the current trade-off setting for the OCR engine. For a list of possible values, refer to RECOG_MODULE_TRADEOFF.

This trade-off setting is applied during automatic zoning and recognition. To automatically detect zones on a specific page, call the FindZones method. To recognize one or more pages, call the Recognize method.

The OCR engine trade-off setting is effective for the following recognition modules:

image\sqrblit.gif RECOGNIZE_MODULE_MTEXT_OMNIFONT: omnifont multi-lingual module.

image\sqrblit.gif RECOGNIZE_MODULE_MULTI_LINGUAL_OMNIFONT: omnifont module.

image\sqrblit.gif RECOGNIZE_MODULE_HAND_PRINTED_NUMERAL: handprinted numeral module.

image\sqrblit.gif RECOGNIZE_MODULE_RER_PRINTED: handprint module.

This setting does not influence the behavior of any other RECOGMODULE recognition modules. Not all of the above modules interpret the settings in the same way.

If this property is not set before calling the Recognize method, the default value RECOG_MODULE_ACCURATE is applied.

See Also

Elements:

SetOMROptions method, GetOMROptions method, SetHandPrintOptions method, GetHandPrintOptions method, Recognize method, FindZones method

Topics:

Quick Reference OCR: Recognizing Document Pages
Quick Reference OCR: Using the ILTZoneData Properties