Gets or sets the confidence value of the after-recognition state of the OMR mark if this is an OMR zone.
public int OmrConfidence { get; set; }
Public Property OmrConfidence As Integer
public int getOmrConfidence()
public void setOmrConfidence(int value)
A number between 0 and 100 (where 100 is maximum confidence) that indicate the after-recognition confidence this IOcrEngine has in the OmrState value of this zone.
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
After you call IOcrPage.Recognize, all the OMR zones in the page will have the OMR properties updated as follows:
Property | Description |
---|---|
NativeOcrZone.OmrState | Either OcrOmrZoneState.Filled if the mark is recognized to be filled or checked, or OcrOmrZoneState.Unfilled if the mark is recognized to be unfilled or unchecked. |
NativeOcrZone.OmrConfidence | A number between 0 and 100 (where 100 is maximum confidence) that specifies the OCR engine confidence in the recognition status in NativeOcrZone.OmrState. |
The OMR zones of a page are zones with the following properties:
Property | Value |
NativeOcrZone.FillMethod | Set to NativeOcrZoneFillMethod.Omr. |
NativeOcrZone.RecognitionModule | Set to NativeOcrZoneRecognitionModule.Omr. |
All LEADTOOLS OCR engines support OMR. However, there isn't any 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 NativeOcrZone.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.
NativeOcrZoneRecognitionModule Enumeration
NativeOcrZoneFillMethod Enumeration
Programming with the LEADTOOLS .NET OCR
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