tesseract  5.0.0-alpha-619-ge9db
baseapi.cpp File Reference
#include <tesseract/baseapi.h>
#include <dirent.h>
#include <libgen.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <fstream>
#include <iostream>
#include <locale>
#include <memory>
#include <set>
#include <sstream>
#include <vector>
#include "allheaders.h"
#include "blobclass.h"
#include "boxword.h"
#include "config_auto.h"
#include "coutln.h"
#include "dawg_cache.h"
#include "dict.h"
#include "edgblob.h"
#include "elst.h"
#include "environ.h"
#include "equationdetect.h"
#include "errcode.h"
#include <tesseract/helpers.h>
#include "imageio.h"
#include "intfx.h"
#include "mutableiterator.h"
#include "normalis.h"
#include <tesseract/ocrclass.h>
#include <tesseract/osdetect.h>
#include "pageres.h"
#include "paragraphs.h"
#include "params.h"
#include "pdblock.h"
#include "points.h"
#include "polyblk.h"
#include "rect.h"
#include <tesseract/renderer.h>
#include <tesseract/resultiterator.h>
#include "stepblob.h"
#include <tesseract/strngs.h>
#include "tessdatamanager.h"
#include "tesseractclass.h"
#include <tesseract/thresholder.h>
#include "tprintf.h"
#include "werd.h"

Go to the source code of this file.

Classes

struct  tesseract::TESS_CHAR
 

Namespaces

 tesseract
 

Macros

#define _USE_MATH_DEFINES
 

Functions

STRING tesseract::HOcrEscape (const char *text)
 

Variables

const int tesseract::kMinRectSize = 10
 
const char tesseract::kTesseractReject = '~'
 
const char tesseract::kUNLVReject = '~'
 
const char tesseract::kUNLVSuspect = '^'
 
const int tesseract::kMaxIntSize = 22
 
const int tesseract::kNumbersPerBlob = 5
 
const int tesseract::kBytesPerNumber = 5
 
const int tesseract::kBytesPerBoxFileLine = (kBytesPerNumber + 1) * kNumbersPerBlob + 1
 
const int tesseract::kBytesPer64BitNumber = 20
 
const int tesseract::kMaxBytesPerLine
 
const int tesseract::kUniChs []
 
const int tesseract::kLatinChs []
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 18 of file baseapi.cpp.