#include <pageres.h>
Definition at line 115 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 98 of file pageres.cpp.
99 ROW_IT row_it (the_block->
row_list ());
113 for (row_it.mark_cycle_pt(); !row_it.cycled_list(); row_it.forward()) {
114 row_res_it.add_to_end(
new ROW_RES(merge_similar_words, row_it.data()));
ROW_LIST * row_list()
get rows
ROW_RES_LIST row_res_list
◆ ~BLOCK_RES()
BLOCK_RES::~BLOCK_RES |
( |
| ) |
|
|
default |
◆ block
◆ bold
◆ char_count
int32_t BLOCK_RES::char_count |
◆ font_assigned
bool BLOCK_RES::font_assigned |
◆ font_class
int16_t BLOCK_RES::font_class |
◆ italic
◆ 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:
- /usr/src/tesseract-ocr.master/src/ccstruct/pageres.h
- /usr/src/tesseract-ocr.master/src/ccstruct/pageres.cpp