tesseract
5.0.0-alpha-619-ge9db
|
#include "ambigs.h"
#include "dawg.h"
#include "dawg_cache.h"
#include "ratngs.h"
#include "stopper.h"
#include "trie.h"
#include "unicharset.h"
#include "params_training_featdef.h"
Go to the source code of this file.
Classes | |
struct | CHAR_FRAGMENT_INFO |
struct | tesseract::DawgArgs |
class | tesseract::Dict |
Namespaces | |
tesseract | |
Macros | |
#define | CHARS_PER_LINE 500 |
#define | MAX_WERD_LENGTH (int64_t) 128 |
#define | NO_RATING -1 |
Typedefs | |
using | tesseract::DawgVector = GenericVector< Dawg * > |
Enumerations | |
enum | tesseract::XHeightConsistencyEnum { tesseract::XH_GOOD, tesseract::XH_SUBNORMAL, tesseract::XH_INCONSISTENT } |