19 #ifndef TESSERACT_CCUTIL_CCUTIL_H_ 20 #define TESSERACT_CCUTIL_CCUTIL_H_ 30 #include <semaphore.h> 46 pthread_mutex_t mutex_;
82 "Module colocated with tessdata dir");
84 INT_VAR_H(ambigs_debug_level, 0,
"Debug level for unichar ambiguities");
85 BOOL_VAR_H(use_definite_ambigs_for_classifier, 0,
86 "Use definite ambiguities when running character classifier");
88 "Use ambigs for deciding whether to adapt to a character");
94 #endif // TESSERACT_CCUTIL_CCUTIL_H_
#define BOOL_VAR_H(name, val, comment)
STRING language_data_path_prefix
UnicharAmbigs unichar_ambigs
#define STRING_VAR_H(name, val, comment)
#define INT_VAR_H(name, val, comment)