Gets a list of recognized the words for this zone in the specified units.
public IList<OcrWord> GetWords(
int dpiX,
int dpiY,
LogicalUnit unit
)
Overloads Function GetWords( _
ByVal dpiX As Integer, _
ByVal dpiY As Integer, _
ByVal unit As Leadtools.Forms.LogicalUnit _
) As IList(Of OcrWord)
Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<OcrWord> GetWords(
int dpiX,
int dpiY,
Leadtools.Forms.LogicalUnit unit
)
function Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords(Int32,Int32,LogicalUnit)(
dpiX ,
dpiY ,
unit
)
IList<OcrWord>^ GetWords(
int dpiX,
int dpiY,
Leadtools.Forms.LogicalUnit unit
)
dpiX
Horizontal resolution to use when calculating Bounds if unit is LogicalUnit.Pixels.
dpiY
Vertical resolution to use when calculating Bounds if unit is LogicalUnit.Pixels.
unit
Desired unit to use when calculating Bounds.
A list of OcrWord structures that contain the recognized words of this zone.
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.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET