The zone parser used when automatically performing page-layout decomposition (auto-zoning).
[SerializableAttribute()]
public enum NativeOcrZoneParser
<SerializableAttribute()>
Public Enum NativeOcrZoneParser
public enum NativeOcrZoneParser
[SerializableAttribute()]
public enum class NativeOcrZoneParser
Value | Member | Description |
---|---|---|
0 | Default | The OCR engine will determine at runtime which algorithm will be applied. It depends from trade-off and language setting. |
1 | Legacy | Simple page decomposition. It is faster but less accurate than NativeOcrZoneParser.Standard. |
2 | Standard | The most accurate page parsing algorithm. |
3 | Fast | 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. |
4 | Leadtools | Use LEADTOOLS MRC zoning. This option is not supported in this version of LEADTOOLS. |
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, OcrProgressCallback callback) method.
Note: NativeOcrZoneParser.Leadtools is not supported in this version of LEADTOOLS.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document