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. |
This enumerated type is used by the following structure:
OMR stands for Optical Mark Recognition. For more information, refer to Using OMR in LEADTOOLS C API OCR.