#include <stdio.h>
#include "host.h"
#include "tprintf.h"
#include "varable.h"
Go to the source code of this file.
Classes | |
class | tesseract::TessdataManager |
Namespaces | |
namespace | tesseract |
Enumerations | |
enum | tesseract::TessdataType { tesseract::TESSDATA_LANG_CONFIG, tesseract::TESSDATA_UNICHARSET, tesseract::TESSDATA_AMBIGS, tesseract::TESSDATA_INTTEMP, tesseract::TESSDATA_PFFMTABLE, tesseract::TESSDATA_NORMPROTO, tesseract::TESSDATA_PUNC_DAWG, tesseract::TESSDATA_SYSTEM_DAWG, tesseract::TESSDATA_NUMBER_DAWG, tesseract::TESSDATA_FREQ_DAWG, tesseract::TESSDATA_NUM_ENTRIES } |
Variables | |
bool | global_load_punc_dawg = true |
bool | global_load_system_dawg = true |
bool | global_load_number_dawg = true |
bool | global_load_freq_dawg = true |
int | global_tessdata_manager_debug_level = 0 |
bool global_load_freq_dawg = true |
"Load frequent word dawg."
bool global_load_number_dawg = true |
"Load dawg with number patterns."
bool global_load_punc_dawg = true |
"Load dawg with punctuation patterns."
bool global_load_system_dawg = true |
"Load system word dawg."
"Debug level for TessdataManager functions."