Leadtools.Forms.Ocr Namespace > IOcrZoneCharacters Interface > GetWords Method : GetWords() Method |
IList<OcrWord> GetWords()
'Declaration Overloads Function GetWords() As IList(Of OcrWord)
'Usage Dim instance As IOcrZoneCharacters Dim value As IList(Of OcrWord) value = instance.GetWords()
- (NSArray*)getWords;
public List<OcrWord> getWords()
function Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords()()
IList<OcrWord>^ GetWords();
This is a helper method that iterate 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.
IOcrZoneCharacters Interface
IOcrZoneCharacters Members
Overload List
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR