L_OcrOMRSensitivity

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; 

The OMR sensitivity mode.

Value Meaning
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

This enumerated type is used by the following structure:

L_OcrOMROptions

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

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

LEADTOOLS OCR Module - LEAD Engine C API Help