The zone OMR recognition state.
[SerializableAttribute()]
public enum OcrOmrZoneState
<SerializableAttribute()>
Public Enum OcrOmrZoneState
typedef NS_ENUM(NSInteger, LTOcrOmrZoneState)
public enum OcrOmrZoneState
[SerializableAttribute()]
public enum class OcrOmrZoneState
Value | Member | Description |
---|---|---|
0 | Unfilled | The mark is unfilled (or unchecked). |
1 | Filled | The mark is filled (or checked). |
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
The OMR zones of a page are zones with OcrZone.ZoneType set to OcrZoneType.Omr.
All LEADTOOLS OCR engines support OMR. However, there is no current support for auto-detecting OMR zones in a page, you have to add the OMR zones manually to the page by setting their boundary (through OcrZone.Bounds, the fill method and recognition module as described above and adding the zone to the page using the IOcrPage.Zones collection before calling IOcrPage.Recognize.
To use OMR in LEADTOOLS, you need a special key to unlock the OMR capabilities. For more information, refer to Unlocking Special LEAD Features.
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