LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IOcrZoneManager Interface
See Also  Members  
Leadtools.Forms.Ocr Namespace : IOcrZoneManager Interface



Support for determining the various zone types, recognition modules and fill methods supported by the OCR engine.

Syntax

Visual Basic (Declaration) 
Public Interface IOcrZoneManager 
Visual Basic (Usage)Copy Code
Dim instance As IOcrZoneManager
C# 
public interface IOcrZoneManager 
C++/CLI 
public interface class IOcrZoneManager 

Example

This example will show the different zone types, recognition modules and fill types supported by the Plus OCR engine.

Remarks

You can access the instance of the IOcrZoneManager used by an IOcrEngine through the IOcrEngine.ZoneManager property.

When calling the IOcrPage.AutoZone method on a page, the generated zone's type (OcrZone.ZoneType), recognition module (OcrZone.RecognitionModule) and fill method (OcrZone.FillMethod) will always be one of the supported values as reported by the IOcrZoneManager.

Before manually changing any of the above zone properties, you must determine whether the particular value is supported by this instance of IOcrEngine. You do this by using the instance of IOcrZoneManager of the engine through the IOcrEngine.ZoneManager property as follows:

To get all the supported zone types, recognition modules or fill methods use GetSupportedZoneTypes, GetSupportedRecognitionModules and GetSupportedFillMethods respectively.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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