tesseract v5.3.3.20231005
|
#include "control.h"
#include "debugpixa.h"
#include "devanagari_processing.h"
#include "docqual.h"
#include "genericvector.h"
#include "pageres.h"
#include "params.h"
#include "points.h"
#include "ratngs.h"
#include "tessdatamanager.h"
#include "textord.h"
#include "wordrec.h"
#include <tesseract/publictypes.h>
#include <tesseract/unichar.h>
#include <allheaders.h>
#include <cstdint>
#include <cstdio>
Go to the source code of this file.
Classes | |
struct | tesseract::TesseractStats |
struct | tesseract::WordData |
class | tesseract::Tesseract |
Namespaces | |
namespace | tesseract |
Typedefs | |
using | tesseract::WordRecognizer = void(Tesseract::*)(const WordData &, WERD_RES **, PointerVector< WERD_RES > *) |