tesseract  4.0.0-1-g2a2b
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 <clocale>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>
#include <set>
#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 "globaloc.h"
#include "helpers.h"
#include "host.h"
#include "imageio.h"
#include "intfx.h"
#include "mutableiterator.h"
#include "normalis.h"
#include "ocrclass.h"
#include "openclwrapper.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

 tesseract
 

Functions

STRING tesseract::HOcrEscape (const char *text)
 

Variables

bool stream_filelist = FALSE
 
const int tesseract::kMinRectSize = 10
 
const char tesseract::kTesseractReject = '~'
 
const char tesseract::kUNLVReject = '~'
 
const char tesseract::kUNLVSuspect = '^'
 
const char * tesseract::kInputFile = "noname.tif"
 
const char * tesseract::kOldVarsFile = "failed_vars.txt"
 
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 []
 

Variable Documentation

◆ stream_filelist

bool stream_filelist = FALSE

"Stream a filelist from stdin"

Definition at line 92 of file baseapi.cpp.