The OMR sensitivity mode.
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;
Use the highest check mark recognition sensitivity. This may also be the slowest.
Use the high check mark recognition sensitivity.
Use the low check mark recognition sensitivity. May be faster than High.
Use the lowest check mark recognition sensitivity. This may also be the fastest.
The *_Last member value is the same as the previous enumeration value.
OMR stands for Optical Mark Recognition. For more information, refer to Using OMR in LEADTOOLS C API OCR.