Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrZoneCharacters Interface > GetWords Method : GetWords(Int32,Int32,LogicalUnit) Method |
IList<OcrWord> GetWords( int dpiX, int dpiY, LogicalUnit unit )
'Declaration
Overloads Function GetWords( _ ByVal dpiX As Integer, _ ByVal dpiY As Integer, _ ByVal unit As LogicalUnit _ ) As IList(Of OcrWord)
'Usage
Dim instance As IOcrZoneCharacters Dim dpiX As Integer Dim dpiY As Integer Dim unit As LogicalUnit Dim value As IList(Of OcrWord) value = instance.GetWords(dpiX, dpiY, unit)
Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <OcrWord> GetWords( int dpiX, int dpiY, LogicalUnit unit )
function Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords(Int32,Int32,LogicalUnit)( dpiX , dpiY , unit )
IList<OcrWord>^ GetWords( int dpiX, int dpiY, LogicalUnit unit )
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 unit.
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