←Select platform

GetWords Method

Summary
Gets a list of recognized words for this zone.
Syntax
C#
VB
Objective-C
C++
Java
public IList<OcrWord> GetWords() 
Overloads Function GetWords() As IList(Of OcrWord) 
@property (nonatomic, copy, readonly, nullable) NSArray<LTOcrWord *> *words 
public List<OcrWord> getWords() 
IList<OcrWord>^ GetWords();  

Return Value

A list of OcrWord structures that contain the recognized words of this zone.

Remarks

This is a helper method that iterates through the OcrCharacter list of the zone and constructs the words based on the OcrCharacter.Position flags.

The returned words contain bound values in pixels.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.