Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OcrOmrFrameDetectionMethod Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrOmrFrameDetectionMethod Enumeration



The OMR frame detection mode.

Syntax

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

Members

MemberDescription
Auto Automatically detect if there is a printed frame (e.g. Checkbox).
WithoutFrame The OMR zone is inside the printed frame, so the printed frame is not visible.
WithFrame The OMR zone is outside the printed frame, so the printed frame is 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 checkbox 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 the OMR fields contains (or does not contain) frames, it is recommended to set IOcrOmrOptions.FrameDetectionMethod accordingly to increase the recognition performance and accuracy.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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