Leadtools.Forms.Ocr Namespace : OcrZoneParser Enumeration |
[SerializableAttribute()] public enum OcrZoneParser : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrZoneParser Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrZoneParser
[SerializableAttribute()] public enum OcrZoneParser : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrZoneParser = function() { }; Leadtools.Forms.Ocr.OcrZoneParser.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrZoneParser : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Default | The OCR engine will determine at runtime which algorithm will be applied. It depends from trade-off and language setting. |
Fast | This algorithm can be treated as a simplified variant of OcrZoneParser.Legacy. This algorithm does not try to find tables on the page. It is the fastest (but least accurate) parsing algorithm available. Use it only for simple page parsing tasks. |
Leadtools | Use LEADTOOLS MRC zoning. This option is not supported in this version of LEADTOOLS. |
Legacy | Simple page decomposition. It is faster but less accurate than OcrZoneParser.Standard. |
Standard | The most accurate page parsing algorithm. |
The zone parser is used when automatically performing page-layout decomposition (auto-zoning) with the IOcrPage.AutoZone(OcrZoneParser zoneParser, OcrZoneFillMethod fillMethod, LogicalUnit zonesUnit, OcrProgressCallback callback) method.
Note: OcrZoneParser.Leadtools is not supported in this version of LEADTOOLS.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrZoneParser
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2