LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

FindZoneCharacters Method

Show in webframe







Zero-based index of the required zone.
Gets the character collection for the specified zone index.
Syntax
IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex
)
'Declaration
 
Function FindZoneCharacters( _
   ByVal zoneIndex As Integer _
) As IOcrZoneCharacters
'Usage
 
Dim instance As IOcrPageCharacters
Dim zoneIndex As Integer
Dim value As IOcrZoneCharacters
 
value = instance.FindZoneCharacters(zoneIndex)
IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex
)
- (LTOcrZoneCharacters*)findZoneCharacters:(int)zoneIndex;
public OcrZoneCharacters findZoneCharacters(int zoneIndex)
function Leadtools.Forms.Ocr.IOcrPageCharacters.FindZoneCharacters( 
   zoneIndex 
)
IOcrZoneCharacters^ FindZoneCharacters( 
   int zoneIndex
) 

Parameters

zoneIndex
Zero-based index of the required zone.

Return Value

An IOcrZoneCharacters collection containing the characters for the specified zone.
Remarks

Each IOcrPageCharacters contain a collection of the collection of characters for each zone. To get the characters of a particular zone you can either iterate through all the members of IOcrPageCharacters and find the item with IOcrZoneCharacters.ZoneIndex equal to zoneIndex, or you can use the FindZoneCharacters helper method to get the same value.

Example
For an example, refer to IOcrPage.GetRecognizedCharacters.
Requirements

Target Platforms

See Also

Reference

IOcrPageCharacters Interface
IOcrPageCharacters Members
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

FindZoneCharacters requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features