Provides support for determining the various zone types, recognition modules and fill methods supported by this engine type.
public IOcrZoneManager ZoneManager { get; }
ReadOnly Property ZoneManager As Leadtools.Forms.Ocr.IOcrZoneManager
Leadtools.Forms.Ocr.IOcrZoneManager ZoneManager {get;}
@property (nonatomic, strong, readonly) LTOcrZoneManager *zoneManager
public OcrZoneManager getZoneManager()
get_ZoneManager();
property Leadtools.Forms.Ocr.IOcrZoneManager^ ZoneManager {
Leadtools.Forms.Ocr.IOcrZoneManager^ get();
}
The instance of the IOcrZoneManager object that provide support for determining the various zone types, recognition modules and fill methods supported by this IOcrEngine.
The zone manager contains information about the following:
For more information, refer to IOcrZoneManager.
You must call the Startup method before you can use the ZoneManager.
For an example, refer to IOcrZoneManager.
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