|
tesseract
4.00.00dev
|
#include <dirent.h>#include <libgen.h>#include <string.h>#include <iostream>#include <string>#include <iterator>#include <fstream>#include <memory>#include "allheaders.h"#include "baseapi.h"#include "blobclass.h"#include "resultiterator.h"#include "mutableiterator.h"#include "thresholder.h"#include "tesseractclass.h"#include "pageres.h"#include "paragraphs.h"#include "tessvars.h"#include "control.h"#include "dict.h"#include "pgedit.h"#include "paramsd.h"#include "output.h"#include "globaloc.h"#include "globals.h"#include "edgblob.h"#include "equationdetect.h"#include "tessbox.h"#include "makerow.h"#include "otsuthr.h"#include "osdetect.h"#include "params.h"#include "renderer.h"#include "strngs.h"#include "openclwrapper.h"Go to the source code of this file.
Classes | |
| struct | tesseract::TESS_CHAR |
Namespaces | |
| tesseract | |
Functions | |
| TBLOB * | tesseract::make_tesseract_blob (float baseline, float xheight, float descender, float ascender, bool numeric_mode, Pix *pix) |
| 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::kMinCredibleResolution = 70 |
| const int | tesseract::kMaxCredibleResolution = 2400 |
| 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 [] |
| bool stream_filelist = FALSE |
"Stream a filelist from stdin"
Definition at line 80 of file baseapi.cpp.