tesseract  5.0.0-alpha-619-ge9db
baseapi.h File Reference
#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.

Classes

class  GenericVector< T >
 
class  tesseract::TessBaseAPI
 

Namespaces

 tesseract
 

Typedefs

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 *)>
 

Functions

STRING tesseract::HOcrEscape (const char *text)
 

Typedef Documentation

◆ INT_FEATURE

Definition at line 62 of file baseapi.h.