|
tesseract
4.00.00dev
|
#include <pageres.h>
Public Member Functions | |
| BLOCK_RES () | |
| BLOCK_RES (bool merge_similar_words, BLOCK *the_block) | |
| ~BLOCK_RES () | |
Public Member Functions inherited from ELIST_LINK | |
| ELIST_LINK () | |
| ELIST_LINK (const ELIST_LINK &) | |
| void | operator= (const ELIST_LINK &) |
Public Attributes | |
| BLOCK * | block |
| inT32 | char_count |
| inT32 | rej_count |
| inT16 | font_class |
| inT16 | row_count |
| float | x_height |
| BOOL8 | font_assigned |
| BOOL8 | bold |
| BOOL8 | italic |
| ROW_RES_LIST | row_res_list |
|
inline |
| BLOCK_RES::BLOCK_RES | ( | bool | merge_similar_words, |
| BLOCK * | the_block | ||
| ) |
Definition at line 84 of file pageres.cpp.
|
inline |