RecognizedWordTop property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long RecognizedWordTop(short iIndex)

Overview

Refer to Working with Recognized Words

Remarks

(Read only) This property is updated by the GetRecognizedWords method with an array of values, in which each value represents the top coordinate of one of the recognized words. The unit of measure is pixels.

The recognized words are updated in the RecognizedWord property. For each word in the RecognizedWord property (RecognizedWord(i)), the top coordinate of the origin that word is given at the corresponding index of the RecognizedWordTop property (RecognizedWordTop(i).

See Also

Elements:

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

Topics

Quick Reference OCR: Working with Recognized Words

 

Using Recognized Characters