#include <cstdio>
#include <functional>
#include <tesseract/version.h>
#include "apitypes.h"
#include "pageiterator.h"
#include "platform.h"
#include "publictypes.h"
#include "resultiterator.h"
#include "serialis.h"
#include "thresholder.h"
#include "unichar.h"
Go to the source code of this file.
|
using | INT_FEATURE = INT_FEATURE_STRUCT * |
|
using | tesseract::DictFunc = int(Dict::*)(void *, const UNICHARSET &, UNICHAR_ID, bool) const |
|
using | tesseract::ProbabilityInContextFunc = double(Dict::*)(const char *, const char *, int, const char *, int) |
|
using | tesseract::ParamsModelClassifyFunc = float(Dict::*)(const char *, void *) |
|
using | tesseract::FillLatticeFunc = void(Wordrec::*)(const MATRIX &, const WERD_CHOICE_LIST &, const UNICHARSET &, BlamerBundle *) |
|
using | tesseract::TruthCallback = std::function< void(const UNICHARSET &, int, PageIterator *, Pix *)> |
|
◆ INT_FEATURE