RecognizedWordsCount property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short RecognizedWordsCount

Overview

Refer to Working with Recognized Words

Remarks

(Read only) This property is updated by the GetRecognizedWords method with the total number of recognized words in the RecognizedWord property.

The value of this property determines the valid values for the iIndex parameters of the following properties:

RecognizedWord property

RecognizedWordHeight property

RecognizedWordLeft property

RecognizedWordTop property

RecognizedWordWidth property

RecognizedWordZone property

For example, if the RecognizedWordsCount property is updated with the value 4, there are four recognized words on the page specified in the iPageIndex parameter of the GetRecognizedWords method. Since the indexes of the properties listed above are zero-based, the possible values are from 0 to 3.

See Also

Elements:

GetRecognizedWords method, RecognizedWordZone property, RecognizedWordLeft property, RecognizedWordTop property, RecognizedWordWidth property, RecognizedWordHeight property, RecognizedWord property

Topics

Quick Reference OCR: Working with Recognized Words

 

Using Recognized Characters