Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

NativeOcrZoneParser Enumeration








The zone parser used when automatically performing page-layout decomposition (auto-zoning).
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum NativeOcrZoneParser 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As NativeOcrZoneParser
public enum NativeOcrZoneParser
Leadtools.Forms.Ocr.NativeOcrZoneParser = function() { };
Leadtools.Forms.Ocr.NativeOcrZoneParser.prototype = {<br/>
  Default = 0,
	Legacy = 1,
	Standard = 2,
	Fast = 3,
	Leadtools = 4,
	
 };
[SerializableAttribute()]
public enum class NativeOcrZoneParser : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Default The OCR engine will determine at runtime which algorithm will be applied. It depends from trade-off and language setting.
1Legacy Simple page decomposition. It is faster but less accurate than NativeOcrZoneParser.Standard.
2Standard The most accurate page parsing algorithm.
3Fast This algorithm can be treated as a simplified variant of NativeOcrZoneParser.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.
4Leadtools Use LEADTOOLS MRC zoning. This option is not supported in this version of LEADTOOLS.
Remarks

Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.

The zone parser is used when automatically performing page-layout decomposition (auto-zoning) with the IOcrPage.NativeAutoZone(NativeOcrZoneParser zoneParser, NativeOcrZoneFillMethod fillMethod, LogicalUnit zonesUnit, OcrProgressCallback callback) method.

Note: NativeOcrZoneParser.Leadtools is not supported in this version of LEADTOOLS.

Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
IOcrPage.AutoZone
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features