The OcrZoneFillMethod Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Possible content types of the zonesVisual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneFillMethod")> Public Enum OcrZoneFillMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZoneFillMethod |
C# | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneFillMethod")] public enum OcrZoneFillMethod : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneFillMethod")] public enum class OcrZoneFillMethod : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Asian | The zone contains Asian characters. |
DashDigit | Dash-digit zone filling method. |
Default | Default zone filling method. auto-zoning process will set all the fill method of the zones found to this value. |
DotDigit | Dot-digit zone filling method. |
DraftDotMatrix24 | 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout. |
DraftDotMatrix9 | 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout. |
Icr | Handprinted zone filling method. |
Micr | Magnetic ink character filling method. Mostly used in bank checks. |
NoRecognition | No recognition will be attempted. |
OcrA | OCR-A zone filling method. |
OcrB | OCR-B zone filling method. |
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. |
A fill method must have been assigned to all zones in their OcrZone.FillMethod properties before processing.
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 default auto-zoning process will create the zones with the value OcrZoneFillMethod.Default in their OcrZone.FillMethod properties.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Forms.DataContracts.OcrZoneFillMethod
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7