SetHandPrintOptions method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SetHandPrintOptions ();

Overview

Refer to Recognizing Document Pages
Refer to Using the Hand Print Options

Remarks

Sets the hand print options used by the OCR engine.

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

To get the current hand print options, call the GetHandPrintOptions method.

To set new hand print options get the current options by calling the GetHandPrintOptions method. This will update the HandPrintModuleOptions property. This property provides access to the ILTHandPrintOptions properties. Set these ILTHandPrintOptions properties to the new values and then call the SetHandPrintOptions method.

To recognize a page, call the Recognize method.

See Also

Elements:

EnableSpace property, CharacterHeight property, CharacterWidth property, CharacterSpace property, RecognizeModule property, RecognizeModuleTradeoff property, GetHandPrintOptions method, HandPrintModuleOptions property, SetOMROptions method, GetOMROptions method

Topics:

Quick Reference OCR: Using the HandPrint Options