#include <cstdio>
#include "tess_version.h"
#include "apitypes.h"
#include "pageiterator.h"
#include "platform.h"
#include "publictypes.h"
#include "resultiterator.h"
#include "serialis.h"
#include "tesscallback.h"
#include "thresholder.h"
#include "unichar.h"
Go to the source code of this file.
|
typedef INT_FEATURE_STRUCT * | INT_FEATURE |
|
typedef int(Dict::* | tesseract::DictFunc) (void *void_dawg_args, const UNICHARSET &unicharset, UNICHAR_ID unichar_id, bool word_end) const |
|
typedef double(Dict::* | tesseract::ProbabilityInContextFunc) (const char *lang, const char *context, int context_bytes, const char *character, int character_bytes) |
|
typedef float(Dict::* | tesseract::ParamsModelClassifyFunc) (const char *lang, void *path) |
|
typedef void(Wordrec::* | tesseract::FillLatticeFunc) (const MATRIX &ratings, const WERD_CHOICE_LIST &best_choices, const UNICHARSET &unicharset, BlamerBundle *blamer_bundle) |
|
typedef TessCallback4< const UNICHARSET &, int, PageIterator *, Pix * > | tesseract::TruthCallback |
|
◆ INT_FEATURE