Detects the native type of zone text in this IOcrPage.
public NativeOcrZoneFillMethod DetectNativeFillMethod()
Function DetectNativeFillMethod() As Leadtools.Forms.Ocr.NativeOcrZoneFillMethod
- (LTNativeOcrZoneFillMethod)detectNativeFillMethod;
public NativeOcrZoneFillMethod detectNativeFillMethod()
Leadtools.Forms.Ocr.NativeOcrZoneFillMethod DetectNativeFillMethod();
An NativeOcrZoneFillMethod enumeration member that specifies the type of text in this IOcrPage.
This method tries to determine the type of the text in the IOcrPage globally (e.g. hand printed, machine printed or dot-matrix printed text).
This method is useful when this is a page with an unknown or uncertain type of text. (This case quite often occurs when you work with filled forms.) The types of zones that can be detected with this method are:
Note, you must either add zones manually or automatically to this page (with AutoZone) before you can call DetectNativeFillMethod.
To update the zones of this IOcrPage with the detected fill method, use UpdateNativeFillMethod
Note: This method will always return NativeOcrZoneFillMethod.Defaultfor the LEADTOOLS OCR Advantage Engine since this engine doesn't support fill methods.
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