RecognitionDataFileName property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR RecognitionDataFileName

Overview

Refer to Handling the Results of the Recognition Process.

Remarks

Gets or sets the name of the file in which to save the recognition results.

The Recognize method saves the recognition results to the file specified in the RecognitionDataFileName property. When the SaveDocument method is called, the recognition results are read from the file specified in the RecognitionDataFileName property and converted to the final output file specified in the bstrFileName parameter of the SaveDocument method.

See Also

Elements:

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

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process