#include <pageres.h>
Definition at line 77 of file pageres.h.
◆ PAGE_RES() [1/2]
tesseract::PAGE_RES::PAGE_RES |
( |
| ) |
|
|
inline |
◆ PAGE_RES() [2/2]
tesseract::PAGE_RES::PAGE_RES |
( |
bool |
merge_similar_words, |
|
|
BLOCK_LIST * |
block_list, |
|
|
WERD_CHOICE ** |
prev_word_best_choice_ptr |
|
) |
| |
Definition at line 77 of file pageres.cpp.
78 {
80 BLOCK_IT block_it(the_block_list);
82 for (block_it.mark_cycle_pt(); !block_it.cycled_list(); block_it.forward()) {
83 block_res_it.add_to_end(
84 new BLOCK_RES(merge_similar_words, block_it.data()));
85 }
87}
BLOCK_RES_LIST block_res_list
WERD_CHOICE ** prev_word_best_choice
◆ ~PAGE_RES()
tesseract::PAGE_RES::~PAGE_RES |
( |
| ) |
|
|
default |
◆ Init()
void tesseract::PAGE_RES::Init |
( |
| ) |
|
|
inline |
Definition at line 94 of file pageres.h.
94 {
101 }
std::vector< int > blame_reasons
◆ blame_reasons
std::vector<int> tesseract::PAGE_RES::blame_reasons |
◆ block_res_list
BLOCK_RES_LIST tesseract::PAGE_RES::block_res_list |
◆ char_count
int32_t tesseract::PAGE_RES::char_count |
◆ misadaption_log
std::vector<std::string> tesseract::PAGE_RES::misadaption_log |
◆ prev_word_best_choice
WERD_CHOICE** tesseract::PAGE_RES::prev_word_best_choice |
◆ rej_count
int32_t tesseract::PAGE_RES::rej_count |
◆ rejected
bool tesseract::PAGE_RES::rejected |
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