tesseract 4.1.1
Loading...
Searching...
No Matches
baseapi.cpp File Reference
#include "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 "helpers.h"
#include "imageio.h"
#include "intfx.h"
#include "mutableiterator.h"
#include "normalis.h"
#include "ocrclass.h"
#include "osdetect.h"
#include "pageres.h"
#include "paragraphs.h"
#include "params.h"
#include "pdblock.h"
#include "points.h"
#include "polyblk.h"
#include "rect.h"
#include "renderer.h"
#include "resultiterator.h"
#include "stepblob.h"
#include "strngs.h"
#include "tessdatamanager.h"
#include "tesseractclass.h"
#include "thresholder.h"
#include "tprintf.h"
#include "werd.h"

Go to the source code of this file.

Classes

struct  tesseract::TESS_CHAR
 

Namespaces

namespace  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 19 of file baseapi.cpp.