|
tesseract
4.00.00dev
|
Go to the source code of this file.
Functions | |
| FILE * | OpenBoxFile (const STRING &fname) |
| bool | ReadAllBoxes (int target_page, bool skip_blanks, const STRING &filename, GenericVector< TBOX > *boxes, GenericVector< STRING > *texts, GenericVector< STRING > *box_texts, GenericVector< int > *pages) |
| bool | ReadMemBoxes (int target_page, bool skip_blanks, const char *box_data, GenericVector< TBOX > *boxes, GenericVector< STRING > *texts, GenericVector< STRING > *box_texts, GenericVector< int > *pages) |
| STRING | BoxFileName (const STRING &image_filename) |
| bool | ReadNextBox (int *line_number, FILE *box_file, STRING *utf8_str, TBOX *bounding_box) |
| bool | ReadNextBox (int target_page, 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) |
| void | MakeBoxFileStr (const char *unichar_str, const TBOX &box, int page_num, STRING *box_str) |
Variables | |
| const int | kBoxReadBufSize = 1024 |
Definition at line 98 of file boxread.cpp.
Definition at line 226 of file boxread.cpp.
| FILE* OpenBoxFile | ( | const STRING & | fname | ) |
Definition at line 33 of file boxread.cpp.
| bool ParseBoxFileStr | ( | const char * | boxfile_str, |
| int * | page_number, | ||
| STRING * | utf8_str, | ||
| TBOX * | bounding_box | ||
| ) |
Definition at line 166 of file boxread.cpp.
| bool ReadAllBoxes | ( | int | target_page, |
| bool | skip_blanks, | ||
| const STRING & | filename, | ||
| GenericVector< TBOX > * | boxes, | ||
| GenericVector< STRING > * | texts, | ||
| GenericVector< STRING > * | box_texts, | ||
| GenericVector< int > * | pages | ||
| ) |
Definition at line 50 of file boxread.cpp.
| bool ReadMemBoxes | ( | int | target_page, |
| bool | skip_blanks, | ||
| const char * | box_data, | ||
| GenericVector< TBOX > * | boxes, | ||
| GenericVector< STRING > * | texts, | ||
| GenericVector< STRING > * | box_texts, | ||
| GenericVector< int > * | pages | ||
| ) |
Definition at line 65 of file boxread.cpp.
Definition at line 119 of file boxread.cpp.
| bool ReadNextBox | ( | int | target_page, |
| int * | line_number, | ||
| FILE * | box_file, | ||
| STRING * | utf8_str, | ||
| TBOX * | bounding_box | ||
| ) |
Definition at line 127 of file boxread.cpp.