RecognizeModuleTradeoff property (ILEADRasterDocument)
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:
RECOGNIZE_MODULE_MTEXT_OMNIFONT: omnifont multi-lingual module.
RECOGNIZE_MODULE_MULTI_LINGUAL_OMNIFONT: omnifont module.
RECOGNIZE_MODULE_HAND_PRINTED_NUMERAL: handprinted numeral module.
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