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



Gets or sets the OMR frame detection mode.

Syntax

Visual Basic (Declaration) 
Overridable Property FrameDetectionMethod As OcrOmrFrameDetectionMethod
Visual Basic (Usage)Copy Code
Dim instance As IOcrOmrOptions
Dim value As OcrOmrFrameDetectionMethod
 
instance.FrameDetectionMethod = value
 
value = instance.FrameDetectionMethod
C# 
virtual OcrOmrFrameDetectionMethod FrameDetectionMethod {get; set;}
C++/CLI 
virtual property OcrOmrFrameDetectionMethod FrameDetectionMethod {
   OcrOmrFrameDetectionMethod get();
   void set (OcrOmrFrameDetectionMethod value);
}

Return Value

An OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode.

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.

Requirements

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

See Also

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