The OMR sensitivity mode.
[SerializableAttribute()]
public enum OcrOmrSensitivity
<SerializableAttribute()>
Public Enum OcrOmrSensitivity
typedef NS_ENUM(NSInteger, LTOcrOmrSensitivity)
public enum OcrOmrSensitivity
[SerializableAttribute()]
public enum class OcrOmrSensitivity
Value | Member | Description |
---|---|---|
0 | Highest | Use the highest check mark recognition sensitivity. This may also be the slowest. |
1 | High | Use high check mark recognition sensitivity. |
2 | Low | Use low check mark recognition sensitivity. May be faster than High. |
3 | Lowest | Use the lowest check mark recognition sensitivity. This may also be the fastest. |
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
You can set the LEADTOOLS OCR engine OMR recognition sensitivity to be as high or low as desired. High sensitivity results in higher confidence in the recognized mark, but could prove to be slower.
To change the sensitivity of OMR recognition, use Sensitivity.
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