20 #ifndef TESSERACT_CCUTIL_BOXREAD_H__
21 #define TESSERACT_CCUTIL_BOXREAD_H__
48 bool ReadNextBox(
int target_page,
int *line_number, FILE* box_file,
60 #endif // TESSERACT_CCUTIL_BOXREAD_H__
void MakeBoxFileStr(const char *unichar_str, const TBOX &box, int page_num, STRING *box_str)
FILE * OpenBoxFile(const STRING &fname)
const int kBoxReadBufSize
bool ReadNextBox(int *line_number, FILE *box_file, STRING *utf8_str, TBOX *bounding_box)
bool ParseBoxFileStr(const char *boxfile_str, int *page_number, STRING *utf8_str, TBOX *bounding_box)