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

Show in webframe

OcrOmrSensitivity Enumeration








The OMR sensitivity mode.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrOmrSensitivity 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrOmrSensitivity
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,
	
 };
Members
ValueMemberDescription
0Highest Use the highest check mark recognition sensitivity. This may also be the slowest.
1High Use high check mark recognition sensitivity.
2Low Use low check mark recognition sensitivity. May be faster than High.
3Lowest Use the lowest check mark recognition sensitivity. This may also be the fastest.
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.

To change the sensitivity of OMR recognition, use Sensitivity.

Example
For an example, refer to IOcrOmrOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrOmrSensitivity

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
IOcrOmrOptions Interface
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