#include "tessdatamanager.h"#include <stdio.h>#include "serialis.h"#include "strngs.h"#include "tprintf.h"#include "varable.h"Namespaces | |
| namespace | tesseract |
Variables | |
| bool | global_load_system_dawg = true |
| bool | global_load_freq_dawg = true |
| bool | global_load_punc_dawg = true |
| bool | global_load_number_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."
1.6.3