Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Sensitivity Property








Gets or sets the OMR sensitivity mode.
Syntax
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);
}

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

See Also

Reference

IOcrOmrOptions Interface
IOcrOmrOptions Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features