tesseract
4.0.0-1-g2a2b
|
#include <cstdint>
#include <cstdio>
#include "allheaders.h"
#include "control.h"
#include "debugpixa.h"
#include "devanagari_processing.h"
#include "docqual.h"
#include "genericvector.h"
#include "host.h"
#include "pageres.h"
#include "params.h"
#include "points.h"
#include "publictypes.h"
#include "ratngs.h"
#include "strngs.h"
#include "tessdatamanager.h"
#include "textord.h"
#include "unichar.h"
#include "wordrec.h"
Go to the source code of this file.
Classes | |
struct | tesseract::TesseractStats |
struct | tesseract::WordData |
class | tesseract::Tesseract |
Namespaces | |
tesseract | |
Typedefs | |
typedef void(Tesseract::* | tesseract::WordRecognizer) (const WordData &word_data, WERD_RES **in_word, PointerVector< WERD_RES > *out_words) |