GetStatus method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetStatus ();

Overview

Refer to Recognizing Document Pages

Refer to Getting Status Updates

Remarks

Gets information about the accuracy and timing data of the last recognition process.

Call this method after calling the Recognize method.

This method updates the RecognizeStatus property with the current settings.

See Also

Elements:

Recognize method, RecognizeStatus property, RecognizedCharacterCount property, RecognizedWordCount property, RejectCharacterCount property, RejectWordCount property, RecognizedTime property, ReadingTime property property, PreProcessTime property, DecompositionTime property, SaveResultsToMemory method, SetRecognitionResultOptions method, GetRecognitionResultOptions method, GetOutputFileFormats method, GetFileFormatInfo, SaveDocument method, SpecialRejectedCharacter property, GetRecognizedCharacters method, SetRecognizedCharacters method.

Topics:

Quick Reference OCR: Getting Status Updates
Quick Reference OCR: Recognizing Document Pages