Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPage Interface : DetectNativeFillMethod Method |
NativeOcrZoneFillMethod DetectNativeFillMethod()
'Declaration
Function DetectNativeFillMethod() As NativeOcrZoneFillMethod
'Usage
Dim instance As IOcrPage Dim value As NativeOcrZoneFillMethod value = instance.DetectNativeFillMethod()
NativeOcrZoneFillMethod DetectNativeFillMethod()
- (LTNativeOcrZoneFillMethod)detectNativeFillMethod;
public NativeOcrZoneFillMethod detectNativeFillMethod()
function Leadtools.Forms.Ocr.IOcrPage.DetectNativeFillMethod()
NativeOcrZoneFillMethod DetectNativeFillMethod();
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.