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