Home
last modified time | relevance | path

Searched refs:read_next_box (Results 1 – 6 of 6) sorted by relevance

/external/tesseract/ccutil/
Dboxread.cpp36 bool read_next_box(FILE* box_file, char* utf8_str, in read_next_box() function
38 return read_next_box(-1, box_file, utf8_str, in read_next_box()
45 bool read_next_box(int target_page, FILE* box_file, char* utf8_str, in read_next_box() function
Dboxread.h36 bool read_next_box(FILE* box_file, char* utf8_str,
41 bool read_next_box(int page, FILE* box_file, char* utf8_str,
/external/tesseract/ccmain/
Dapplybox.h53 BOOL8 read_next_box(int page,
Dambigsrecog.cpp89 read_next_box(applybox_page, box_file, label, in ambigs_training_segmented()
Dapplybox.cpp171 while (read_next_box(applybox_page, box_file, &box, &uch_id)) { in apply_boxes()
320 BOOL8 read_next_box(int page, in read_next_box() function
330 if (read_next_box(page, box_file, uch, &x_min, &y_min, &x_max, &y_max)) { in read_next_box()
/external/tesseract/training/
Dunicharset_extractor.cpp145 while (read_next_box(box_file, c_string, &x_min, &y_min, &x_max, &y_max)) { in main()