ccstruct/blread.h

Go to the documentation of this file.
00001 
00020 #ifndef           BLREAD_H
00021 #define           BLREAD_H
00022 
00023 #include          "varable.h"
00024 #include          "ocrblock.h"
00025 
00026 BOOL8 read_pd_file(                    //print list of sides
00027                    STRING name,        //basename of file
00028                    INT32 xsize,        //image size
00029                    INT32 ysize,        //image size
00030                    BLOCK_LIST *blocks  //output list
00031                   );
00032 void get_pd_vertex(                //get new vertex
00033                    FILE *pdfp,     //file to read
00034                    INT32 xsize,    //image size
00035                    INT32 ysize,    //image size
00036                    BOX *box,       //bounding box
00037                    INT32 &xcoord,  //output coords
00038                    INT32 &ycoord);
00039 BOOL8 read_hpd_file(                    //print list of sides
00040                     STRING name,        //basename of file
00041                     INT32 xsize,        //image size
00042                     INT32 ysize,        //image size
00043                     BLOCK_LIST *blocks  //output list
00044                    );
00045 void scan_hpd_blocks(                               //print list of sides
00046                      const char *name,              //block label
00047                      PAGE_BLOCK_LIST *page_blocks,  //head of full pag
00048                      INT32 &block_no,               //no of blocks
00049                      BLOCK_IT *block_it             //block iterator
00050                     );
00051 BOOL8 read_vec_file(                    //print list of sides
00052                     STRING name,        //basename of file
00053                     INT32 xsize,        //image size
00054                     INT32 ysize,        //image size
00055                     BLOCK_LIST *blocks  //output list
00056                    );
00057 BOOL8 read_unlv_file(                    //print list of sides
00058                      STRING name,        //basename of file
00059                      INT32 xsize,        //image size
00060                      INT32 ysize,        //image size
00061                      BLOCK_LIST *blocks  //output list
00062                     );
00063 #endif

Generated on Wed Feb 28 19:49:08 2007 for Tesseract by  doxygen 1.5.1