Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrOmrSensitivity Enumeration |
[SerializableAttribute()] public enum OcrOmrSensitivity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum OcrOmrSensitivity Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrOmrSensitivity
[SerializableAttribute()] public enum OcrOmrSensitivity : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTOcrOmrSensitivity)
public enum OcrOmrSensitivity
Leadtools.Forms.Ocr.OcrOmrSensitivity = function() { }; Leadtools.Forms.Ocr.OcrOmrSensitivity.prototype = {<br/> Highest = 0, High = 1, Low = 2, Lowest = 3, };
[SerializableAttribute()] public enum class OcrOmrSensitivity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrOmrSensitivity