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 > IOcrOmrOptions Interface : Sensitivity Property |
OcrOmrSensitivity Sensitivity {get; set;}
'Declaration
Property Sensitivity As OcrOmrSensitivity
'Usage
Dim instance As IOcrOmrOptions Dim value As OcrOmrSensitivity instance.Sensitivity = value value = instance.Sensitivity
OcrOmrSensitivity Sensitivity {get; set;}
@property (nonatomic, assign) LTOcrOmrSensitivity sensitivity
public OcrOmrSensitivity getSensitivity() public void setSensitivity(OcrOmrSensitivity value)
<br/>get_Sensitivity();<br/>set_Sensitivity(value);<br/>Object.defineProperty('Sensitivity');
property OcrOmrSensitivity Sensitivity { OcrOmrSensitivity get(); void set ( OcrOmrSensitivity value); }
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.