tesseract v5.3.3.20231005
|
#include "blamer.h"
#include "clst.h"
#include "elst.h"
#include "genericvector.h"
#include "matrix.h"
#include "normalis.h"
#include "ratngs.h"
#include "rect.h"
#include "rejctmap.h"
#include "unicharset.h"
#include "werd.h"
#include <tesseract/unichar.h>
#include <cstdint>
#include <functional>
#include <set>
#include <vector>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | tesseract::PAGE_RES |
class | tesseract::BLOCK_RES |
class | tesseract::ROW_RES |
class | tesseract::WERD_RES |
class | tesseract::PAGE_RES_IT |
Namespaces | |
namespace | tesseract |
Enumerations | |
enum | tesseract::CRUNCH_MODE { tesseract::CR_NONE , tesseract::CR_KEEP_SPACE , tesseract::CR_LOOSE_SPACE , tesseract::CR_DELETE } |