←Select platform

Sensitivity Property

Summary
Gets or sets the OMR sensitivity mode.
Syntax
C#
VB
Objective-C
C++
Java
public OcrOmrSensitivity Sensitivity { get; set; } 
Property Sensitivity As OcrOmrSensitivity 
@property (nonatomic, assign) LTOcrOmrSensitivity sensitivity 
public OcrOmrSensitivity getSensitivity() 
public void setSensitivity(OcrOmrSensitivity value) 
property OcrOmrSensitivity Sensitivity { 
   OcrOmrSensitivity get(); 
   void set (    OcrOmrSensitivity ); 
} 

Property Value

An OcrOmrSensitivity enumeration member that indicates the OMR sensitivity mode.

Remarks

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.

Example

For an example, refer to IOcrOmrOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.