←Select platform

FrameMethod Property

Summary
Gets or sets the OMR frame detection mode of the field.

Syntax
C#
C++/CLI
Java
Python
public OcrOmrFrameDetectionMethod FrameMethod { get; set; } 
public OcrOmrFrameDetectionMethod getFrameMethod(); 
public void setFrameMethod( 
   OcrOmrFrameDetectionMethod ocrOmrFrameDetectionMethod 
); 
public: 
property OcrOmrFrameDetectionMethod FrameMethod { 
   OcrOmrFrameDetectionMethod get(); 
   void set (    OcrOmrFrameDetectionMethod ); 
} 
FrameMethod # get and set (OmrFormField) 

Property Value

An Leadtools.Ocr.OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode of the field.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.