Tesseract 3.01
|
Go to the source code of this file.
Functions | |
void | reject_blanks (WERD_RES *word) |
void | reject_poor_matches (WERD_RES *word, BLOB_CHOICE_LIST_CLIST *blob_choices) |
float | compute_reject_threshold (BLOB_CHOICE_LIST_CLIST *blob_choices) |
BOOL8 | word_contains_non_1_digit (const char *word, const char *word_lengths) |
void | dont_allow_1Il (WERD_RES *word) |
void | flip_hyphens (WERD_RES *word) |
void | flip_0O (WERD_RES *word) |
BOOL8 | non_0_digit (const char *str, int length) |
float compute_reject_threshold | ( | BLOB_CHOICE_LIST_CLIST * | blob_choices | ) |
void dont_allow_1Il | ( | WERD_RES * | word | ) |
void flip_0O | ( | WERD_RES * | word | ) |
void flip_hyphens | ( | WERD_RES * | word | ) |
BOOL8 non_0_digit | ( | const char * | str, |
int | length | ||
) |
void reject_blanks | ( | WERD_RES * | word | ) |
void reject_poor_matches | ( | WERD_RES * | word, |
BLOB_CHOICE_LIST_CLIST * | blob_choices | ||
) |
BOOL8 word_contains_non_1_digit | ( | const char * | word, |
const char * | word_lengths | ||
) |