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

Show in webframe

OcrOmrFrameDetectionMethod Enumeration








The OMR frame detection mode.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrOmrFrameDetectionMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrOmrFrameDetectionMethod
[SerializableAttribute()]
public enum OcrOmrFrameDetectionMethod : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTOcrOmrFrameDetectionMethod)
public enum OcrOmrFrameDetectionMethod
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod = function() { };
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.prototype = {<br/>
  Auto = 0,
	WithoutFrame = 1,
	WithFrame = 2,
	
 };
[SerializableAttribute()]
public enum class OcrOmrFrameDetectionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Auto Automatically detect whether there is a printed frame (e.g. check box).
1WithoutFrame The OMR zone is inside the printed frame, so the printed frame is not visible.
2WithFrame The OMR zone is outside the printed frame, so the printed frame is visible.
Remarks

OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.

Frames stand for the check boxes that may exist around OMR fields. You can set the LEADTOOLS OCR engine to automatically detect these frames and take them into consideration when recognizing OMR fields. If you know whether the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.

Example
For an example, refer to IOcrOmrOptions.
Inheritance Hierarchy

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

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