Leadtools.Forms.Processing Namespace > OmrFormField Class : FrameMethod Property |
public OcrOmrFrameDetectionMethod FrameMethod {get; set;}
'Declaration Public Property FrameMethod As OcrOmrFrameDetectionMethod
'Usage Dim instance As OmrFormField Dim value As OcrOmrFrameDetectionMethod instance.FrameMethod = value value = instance.FrameMethod
public: property OcrOmrFrameDetectionMethod FrameMethod { OcrOmrFrameDetectionMethod get(); void set ( OcrOmrFrameDetectionMethod value); }
Frames stand for the check boxes that can exist around OMR fields. You can set the LEADTOOLS OCR engine to automatically detect such frames and take them into consideration when recognizing OMR fields. If you know the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.