tesseract v5.3.3.20231005
|
#include "export.h"
#include "pageiterator.h"
#include "publictypes.h"
#include "resultiterator.h"
#include "unichar.h"
#include <tesseract/version.h>
#include <cstdio>
#include <vector>
Go to the source code of this file.
Classes | |
class | tesseract::TessBaseAPI |
Namespaces | |
namespace | tesseract |
Typedefs | |
using | tesseract::FileReader = bool(*)(const char *filename, std::vector< char > *data) |
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) |
Functions | |
std::string | tesseract::HOcrEscape (const char *text) |