LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrOmrFrameDetectionMethod Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrOmrFrameDetectionMethod Enumeration



The OcrOmrFrameDetectionMethod Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

The OMR frame detection mode.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrOmrFrameDetectionMethod 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrOmrFrameDetectionMethod
C# 
[SerializableAttribute()]
public enum OcrOmrFrameDetectionMethod : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class OcrOmrFrameDetectionMethod : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AutoAutomatically detect whether there is a printed frame (e.g. check box).
WithFrameThe OMR zone is outside the printed frame, so the printed frame is visible.
WithoutFrameThe OMR zone is inside the printed frame, so the printed frame is not visible.

Example

For an example, refer to IOcrOmrOptions.

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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

OcrOmrFrameDetectionMethod requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features