RecognizedWord property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR RecognizedWord(short iIndex)

Overview

Refer to Working with Recognized Words

Remarks

(Read only) This property is updated by the GetRecognizedWords method with an array of strings, in which each string is one of the recognized words.

The number of words updated in this property can be found in the RecognizedWordsCount property.

Information about each word in the array can be found in the following properties:

RecognizedWordZone property

RecognizedWordLeft property

RecognizedWordTop property

RecognizedWordWidth property

RecognizedWordHeight property

See Also

Elements:

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

Topics

Quick Reference OCR: Working with Recognized Words

 

Using Recognized Characters