|
Tesseract 3.01
|
#include "apitypes.h"#include "genericvector.h"#include "thresholder.h"#include "unichar.h"#include "tesscallback.h"Go to the source code of this file.
Classes | |
| class | tesseract::TessBaseAPI |
Namespaces | |
| namespace | tesseract |
Defines | |
| #define | MAX_NUM_INT_FEATURES 512 |
| #define | TESSDLL_API |
Typedefs | |
| typedef INT_FEATURE_STRUCT * | INT_FEATURE |
| typedef INT_FEATURE_STRUCT | INT_FEATURE_ARRAY [MAX_NUM_INT_FEATURES] |
| typedef int(Dict::* | tesseract::DictFunc )(void *void_dawg_args, UNICHAR_ID unichar_id, bool word_end) |
| typedef double(Dict::* | tesseract::ProbabilityInContextFunc )(const char *lang, const char *context, int context_bytes, const char *character, int character_bytes) |
| typedef TessCallback2< int, PAGE_RES * > | tesseract::TruthCallback |
| #define MAX_NUM_INT_FEATURES 512 |
| #define TESSDLL_API |
| typedef INT_FEATURE_STRUCT* INT_FEATURE |
| typedef INT_FEATURE_STRUCT INT_FEATURE_ARRAY[MAX_NUM_INT_FEATURES] |