VERIFYCODE
typedef enum
{
VERIFY_IMPOSSIBLE = 0,
VERIFY_UNLIKELY,
VERIFY_UNRESOLVED,
VERIFY_POSSIBLE,
VERIFY_ACCEPT,
} VERIFYCODE;
The VERIFYCODE enumerated type represents the possible verification codes.
Value |
Meaning |
VERIFY_IMPOSSIBLE |
The OCR engine has determined that the recognized string for the given zone cannot be possible. |
VERIFY_UNLIKELY |
The OCR engine has determined that the recognized string for the given zone is unlikely to be acceptable. |
VERIFY_UNRESOLVED |
The application's checking function cannot make a decision on the acceptability of the string for the zone. |
VERIFY_POSSIBLE |
The OCR engine has determined that the recognized string for the given zone is possibly acceptable. |
VERIFY_ACCEPT |
The OCR engine has determined that the recognized string for the given zone is certainly acceptable. |
Comments
This enumerated type is used by the following function: