#include <stdio.h>
#include "strngs.h"
Go to the source code of this file.
Functions |
FILE * | OpenBoxFile (const STRING &fname) |
bool | read_next_box (int *line_number, FILE *box_file, char *utf8_str, int *x_min, int *y_min, int *x_max, int *y_max) |
bool | read_next_box (int page, int *line_number, FILE *box_file, char *utf8_str, int *x_min, int *y_min, int *x_max, int *y_max) |
Variables |
const int | kBoxReadBufSize = 1024 |
Function Documentation
FILE* OpenBoxFile |
( |
const STRING & |
fname | ) |
|
bool read_next_box |
( |
int |
page, |
|
|
int * |
line_number, |
|
|
FILE * |
box_file, |
|
|
char * |
utf8_str, |
|
|
int * |
x_min, |
|
|
int * |
y_min, |
|
|
int * |
x_max, |
|
|
int * |
y_max |
|
) |
| |
bool read_next_box |
( |
int * |
line_number, |
|
|
FILE * |
box_file, |
|
|
char * |
utf8_str, |
|
|
int * |
x_min, |
|
|
int * |
y_min, |
|
|
int * |
x_max, |
|
|
int * |
y_max |
|
) |
| |
Variable Documentation