SetRecognitionResultOptions method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SetRecognitionResultOptions ();

Overview

Refer to Handling the Results of the Recognition Process

Remarks

Sets options used by the OCR engine when saving recognition results to a file.

To get the current recognition results options, call the GetRecognitionResultOptions method.

To set new recognition results options get the current options by calling the GetRecognitionResultOptions method. This will update the ResultOptions property. This property provides access to the ILTResultOptions properties. Set these ILTResultOptions properties to the new values and then call the SetRecognitionResultOptions method.

See Also

Elements:

GetStatus method, Recognize method, SetRecognizedCharacters method, GetRecognitionResultOptions method, ResultOptions property, SaveResultsToMemory method, SaveDocument method, GetOutputFileFormats method, SpecialRejectedCharacter property, SpecialMissingSymbol property, GetFileFormatInfo method

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process
Quick Reference OCR: Using the Document Options

Quick Reference OCR: Using the Paragraph Options

Quick Reference OCR: Using the Character Options

Quick Reference OCR: Using the Mark Options