#include <pageres.h>
Definition at line 118 of file pageres.h.
◆ BLOCK_RES() [1/2]
tesseract::BLOCK_RES::BLOCK_RES |
( |
| ) |
|
|
default |
◆ BLOCK_RES() [2/2]
tesseract::BLOCK_RES::BLOCK_RES |
( |
bool |
merge_similar_words, |
|
|
BLOCK * |
the_block |
|
) |
| |
Definition at line 95 of file pageres.cpp.
95 {
96 ROW_IT row_it(the_block->row_list());
98
105
107
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()));
110 }
111}
ROW_RES_LIST row_res_list
◆ ~BLOCK_RES()
tesseract::BLOCK_RES::~BLOCK_RES |
( |
| ) |
|
|
default |
◆ block
BLOCK* tesseract::BLOCK_RES::block |
◆ char_count
int32_t tesseract::BLOCK_RES::char_count |
◆ font_assigned
bool tesseract::BLOCK_RES::font_assigned |
◆ font_class
int16_t tesseract::BLOCK_RES::font_class |
◆ rej_count
int32_t tesseract::BLOCK_RES::rej_count |
◆ row_count
int16_t tesseract::BLOCK_RES::row_count |
◆ row_res_list
ROW_RES_LIST tesseract::BLOCK_RES::row_res_list |
◆ x_height
float tesseract::BLOCK_RES::x_height |
The documentation for this class was generated from the following files:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/ccstruct/pageres.h
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/ccstruct/pageres.cpp