tesseract-doxygen/ccutil/boxread.h File Reference
#include <stdio.h>
Go to the source code of this file.
Functions |
bool | read_next_box (FILE *box_file, char *utf8_str, int *x_min, int *y_min, int *x_max, int *y_max) |
bool | read_next_box (int page, FILE *box_file, char *utf8_str, int *x_min, int *y_min, int *x_max, int *y_max) |
Variables |
const int | kBoxReadBufSize = 256 |
Function Documentation
bool read_next_box |
( |
int |
page, |
|
|
FILE * |
box_file, |
|
|
char * |
utf8_str, |
|
|
int * |
x_min, |
|
|
int * |
y_min, |
|
|
int * |
x_max, |
|
|
int * |
y_max | |
|
) |
| | |
bool read_next_box |
( |
FILE * |
box_file, |
|
|
char * |
utf8_str, |
|
|
int * |
x_min, |
|
|
int * |
y_min, |
|
|
int * |
x_max, |
|
|
int * |
y_max | |
|
) |
| | |
Variable Documentation