Tesseract 3.01
/data/source/tesseract-ocr/ccutil/boxread.cpp File Reference
#include "mfcpch.h"
#include <string.h>
#include "boxread.h"
#include "unichar.h"
#include "tprintf.h"

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 target_page, int *line_number, FILE *box_file, char *utf8_str, int *x_min, int *y_min, int *x_max, int *y_max)

Function Documentation

FILE* OpenBoxFile ( const STRING fname)
bool read_next_box ( int  target_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 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines