#include "ambigs.h"#include "choices.h"#include "choicearr.h"#include "dawg.h"#include "image.h"#include "ratngs.h"#include "stopper.h"#include "trie.h"#include "unicharset.h"Go to the source code of this file.
Classes | |
| struct | CHAR_FRAGMENT_INFO |
| struct | tesseract::DawgArgs |
| class | tesseract::Dict |
Namespaces | |
| namespace | tesseract |
Defines | |
| #define | MAX_WERD_LENGTH (inT64) 40 |
| #define | NO_RATING -1 |
| #define | FREQ_WERD 1.0 |
| #define | GOOD_WERD 1.1 |
| #define | OK_WERD 1.3125 |
Typedefs | |
| typedef GenericVector< Dawg * > | tesseract::DawgVector |
Variables | |
| char * | global_user_words_suffix = "user-words" |
| int | hyphen_debug_level = 0 |
| #define FREQ_WERD 1.0 |
| #define GOOD_WERD 1.1 |
| #define MAX_WERD_LENGTH (inT64) 40 |
| #define NO_RATING -1 |
| #define OK_WERD 1.3125 |
| char* global_user_words_suffix = "user-words" |
"A list of user-provided words."
| int hyphen_debug_level = 0 |
"Debug level for hyphenated words."
1.6.3