L_OcrOMRSensitivity

Summary

The OMR sensitivity mode.

Syntax

enum L_OcrOMRSensitivity 
{ 
   L_OcrOMRSensitivity_Highest, 
   L_OcrOMRSensitivity_High, 
   L_OcrOMRSensitivity_Low, 
   L_OcrOMRSensitivity_Lowest, 
   L_OcrOMRSensitivity_Last = L_OcrOMRSensitivity_Lowest 
}; 
typedef enum L_OcrOMRSensitivity L_OcrOMRSensitivity; 

Members

L_OcrOMRSensitivity_Highest

Use the highest check mark recognition sensitivity. This may also be the slowest.

L_OcrOMRSensitivity_High

Use the high check mark recognition sensitivity.

L_OcrOMRSensitivity_Low

Use the low check mark recognition sensitivity. May be faster than High.

L_OcrOMRSensitivity_Lowest

Use the lowest check mark recognition sensitivity. This may also be the fastest.

L_OcrOMRSensitivity_Last

The *_Last member value is the same as the previous enumeration value.

Comments

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

Usage

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

LEADTOOLS OCR Module - LEAD Engine C API Help

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