#include <pageres.h>
Definition at line 110 of file pageres.h.
◆ BLOCK_RES() [1/2]
◆ BLOCK_RES() [2/2]
BLOCK_RES::BLOCK_RES |
( |
bool |
merge_similar_words, |
|
|
BLOCK * |
the_block |
|
) |
| |
Definition at line 93 of file pageres.cpp.
96 ROW_IT row_it (the_block->
row_list ());
108 for (row_it.mark_cycle_pt(); !row_it.cycled_list(); row_it.forward()) {
109 row_res_it.add_to_end(
new ROW_RES(merge_similar_words, row_it.data()));
◆ ~BLOCK_RES()
BLOCK_RES::~BLOCK_RES |
( |
| ) |
|
|
default |
◆ block
◆ char_count
int32_t BLOCK_RES::char_count |
◆ font_assigned
bool BLOCK_RES::font_assigned |
◆ font_class
int16_t BLOCK_RES::font_class |
◆ rej_count
int32_t BLOCK_RES::rej_count |
◆ row_count
int16_t BLOCK_RES::row_count |
◆ row_res_list
ROW_RES_LIST BLOCK_RES::row_res_list |
◆ x_height
float BLOCK_RES::x_height |
The documentation for this class was generated from the following files: