Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OcrZoneFillMethod Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrZoneFillMethod Enumeration



Possible content types of the zones

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrZoneFillMethod 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As OcrZoneFillMethod
C# 
[SerializableAttribute()]
public enum OcrZoneFillMethod : Enum 
C++/CLI 
[SerializableAttribute()]
public enum class OcrZoneFillMethod : public Enum 

Members

MemberDescription
Default Default zone filling method. The IOcrPage.AutoZone(OcrProgressCallback callback) method will set all the fill method of the zones found to this value. You can set the zone filling method to another type by using IOcrPage.AutoZone(OcrZoneParser zoneParser, OcrZoneFillMethod fillMethod, LogicalUnit zonesUnit, OcrProgressCallback callback) with fillMethod set the zone type desired.
OmniFont Omnifont zone filling method. It denotes a machine printed text with any typeface which is not too stylized.
Omr Optical mark zone filling method. It denotes a possible marking within the zone.
Icr Handprinted zone filling method.
DraftDotMatrix9 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout.
DraftDotMatrix24 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout.
OcrA OCR-A zone filling method.
OcrB OCR-B zone filling method.
Micr Magnetic ink character filling method. Mostly used in bank checks.
DotDigit Dot-digit zone filling method.
DashDigit Dash-digit zone filling method.
NoRecognition No recognition will be attempted.
Asian The zone contains Asian characters.

Example

For an example, refer to IOcrPage.AutoZone.

Remarks

A fill method must have been assigned to all zones in their OcrZone.FillMethod properties before processing.

Not all fill methods ara available to all engines. To determine which fill methods are available use IOcrZoneManager.GetSupportedFillMethods. Trying to set a fill method not available to the engine will cause an error.

Each zone needs to be associated with a OcrZoneRecognitionModule and OcrZoneFillMethod. This is needed because some recognition modules support more than one fill method, and some fill methods are accepted by more than one recognition module.

It is important to ensure that the recognition module/fill method pair is suitable. For more information on permitted recognition module/fill method pairs refer to An Overview of OCR Recognition Modules.

Note that the auto-zoning IOcrPage.AutoZone will create the zones with the value OcrZoneFillMethod.Default in their OcrZone.FillMethod properties.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrZoneFillMethod

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

OcrZoneFillMethod requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features