←Select platform

FrameDetectionMethod Property

Summary

Gets or sets the OMR frame detection mode.

Syntax
C#
VB
Objective-C
C++
Java
public OcrOmrFrameDetectionMethod FrameDetectionMethod { get; set; } 
Property FrameDetectionMethod As OcrOmrFrameDetectionMethod 
@property (nonatomic, assign) LTOcrOmrFrameDetectionMethod frameDetectionMethod 
public OcrOmrFrameDetectionMethod getFrameDetectionMethod() 
public void setFrameDetectionMethod(OcrOmrFrameDetectionMethod value) 
property OcrOmrFrameDetectionMethod FrameDetectionMethod { 
   OcrOmrFrameDetectionMethod get(); 
   void set (    OcrOmrFrameDetectionMethod ); 
} 

Property Value

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

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.

Example

For an example, refer to IOcrOmrOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly