|
Tesseract
3.02
|
#include "mfcpch.h"#include "boxread.h"#include <string.h>#include "rect.h"#include "strngs.h"#include "tprintf.h"#include "unichar.h"Go to the source code of this file.
Functions | |
| FILE * | OpenBoxFile (const STRING &fname) |
| 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) |
Definition at line 155 of file boxread.cpp.
| FILE* OpenBoxFile | ( | const STRING & | fname | ) |
| bool ParseBoxFileStr | ( | const char * | boxfile_str, |
| int * | page_number, | ||
| STRING * | utf8_str, | ||
| TBOX * | bounding_box | ||
| ) |
Definition at line 105 of file boxread.cpp.
Definition at line 59 of file boxread.cpp.
| bool ReadNextBox | ( | int | target_page, |
| int * | line_number, | ||
| FILE * | box_file, | ||
| STRING * | utf8_str, | ||
| TBOX * | bounding_box | ||
| ) |
Definition at line 67 of file boxread.cpp.