←Select platform

UpdateNativeFillMethod Method

Summary

Update the type of text in the zones of this IOcrPage.

Syntax
C#
VB
Objective-C
C++
Java
public void UpdateNativeFillMethod() 
Sub UpdateNativeFillMethod()  
- (void)updateNativeFillMethod; 
public void updateNativeFillMethod() 
void UpdateNativeFillMethod();  

Remarks

This method tries to determine the type of the text in the zones of this IOcrPage (e.g. hand printed, machine printed or dot-matrix printed text). This method only looks into zones having the NativeOcrZoneFillMethod.Default value in their NativeOcrZone.FillMethod property. When a zone with this qualification is found, this method will update the following:

If the detection was unsuccessful, both properties of the zone remain intact.

The types of zones that can be detected with this method are:

To detect the global fill method of a page, use DetectNativeFillMethod

Note: This method is not supported in the LEADTOOLS OCR Module - LEAD Engine, any call to this method will have no effect.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly