←Select platform

OcrOmrFrameDetectionMethod Enumeration

Summary

The OMR frame detection mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrOmrFrameDetectionMethod   
<SerializableAttribute()> 
Public Enum OcrOmrFrameDetectionMethod  
    
    
[SerializableAttribute()] 
public enum OcrOmrFrameDetectionMethod    
typedef NS_ENUM(NSInteger, LTOcrOmrFrameDetectionMethod) 
public enum OcrOmrFrameDetectionMethod 
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod = function() { }; 
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.prototype = {<br/> 
  Auto = 0, 
    WithoutFrame = 1, 
    WithFrame = 2, 
     
 }; 
[SerializableAttribute()] 
public enum class OcrOmrFrameDetectionMethod   

Members

ValueMemberDescription
0Auto Automatically detect whether there is a printed frame (e.g. check box).
1WithoutFrame The OMR zone is inside the printed frame, so the printed frame is not visible.
2WithFrame The OMR zone is outside the printed frame, so the printed frame is visible.
Remarks

OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.

Frames stand for the check boxes 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 whether the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.

Example

For an example, refer to IOcrOmrOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly