public NativeOcrZoneFillMethod DetectNativeFillMethod()
Function DetectNativeFillMethod() As NativeOcrZoneFillMethod
- (LTNativeOcrZoneFillMethod)detectNativeFillMethod;
public NativeOcrZoneFillMethod detectNativeFillMethod()
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 Module - LEAD Engine since this engine does not support fill methods.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document