Tesseract 3.01
/data/source/tesseract-ocr/ccutil/boxread.h File Reference
#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

const int kBoxReadBufSize = 1024
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines