tesseract
3.05.02
|
#include <cutil_class.h>
Public Member Functions | |
CUtil () | |
~CUtil () | |
void | read_variables (const char *filename, bool global_only) |
Public Member Functions inherited from tesseract::CCUtil | |
CCUtil () | |
virtual | ~CCUtil () |
void | main_setup (const char *argv0, const char *basename) |
CCUtil::main_setup - set location of tessdata and name of image. More... | |
ParamsVectors * | params () |
Additional Inherited Members | |
Public Attributes inherited from tesseract::CCUtil | |
STRING | datadir |
STRING | imagebasename |
STRING | lang |
STRING | language_data_path_prefix |
TessdataManager | tessdata_manager |
UNICHARSET | unicharset |
UnicharAmbigs | unichar_ambigs |
STRING | imagefile |
STRING | directory |
char * | m_data_sub_dir = "tessdata/" |
int | ambigs_debug_level = 0 |
bool | use_definite_ambigs_for_classifier = 0 |
bool | use_ambigs_for_adaption = 0 |
Definition at line 28 of file cutil_class.h.
tesseract::CUtil::CUtil | ( | ) |
Definition at line 23 of file cutil_class.cpp.
tesseract::CUtil::~CUtil | ( | ) |
Definition at line 26 of file cutil_class.cpp.
void tesseract::CUtil::read_variables | ( | const char * | filename, |
bool | global_only | ||
) |