19 #ifndef TESSERACT_CCUTIL_CCUTIL_H__ 20 #define TESSERACT_CCUTIL_CCUTIL_H__ 33 #include <semaphore.h> 49 pthread_mutex_t mutex_;
84 STRING_VAR_H(m_data_sub_dir,
"tessdata/",
"Directory for data files");
87 "Module colocated with tessdata dir");
89 INT_VAR_H(ambigs_debug_level, 0,
"Debug level for unichar ambiguities");
90 BOOL_VAR_H(use_definite_ambigs_for_classifier, 0,
91 "Use definite ambiguities when running character classifier");
93 "Use ambigs for deciding whether to adapt to a character");
99 #endif // TESSERACT_CCUTIL_CCUTIL_H__
TessdataManager tessdata_manager
UnicharAmbigs unichar_ambigs
#define STRING_VAR_H(name, val, comment)
STRING language_data_path_prefix
#define BOOL_VAR_H(name, val, comment)
#define INT_VAR_H(name, val, comment)