tesseract
4.0.0-1-g2a2b
|
#include <pageres.h>
Public Member Functions | |
void | Init () |
PAGE_RES () | |
PAGE_RES (bool merge_similar_words, BLOCK_LIST *block_list, WERD_CHOICE **prev_word_best_choice_ptr) | |
~PAGE_RES ()=default | |
Public Attributes | |
int32_t | char_count |
int32_t | rej_count |
BLOCK_RES_LIST | block_res_list |
bool | rejected |
WERD_CHOICE ** | prev_word_best_choice |
GenericVector< int > | blame_reasons |
GenericVector< STRING > | misadaption_log |
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.
|
default |
|
inline |
Definition at line 94 of file pageres.h.
GenericVector<int> PAGE_RES::blame_reasons |
GenericVector<STRING> PAGE_RES::misadaption_log |
WERD_CHOICE** PAGE_RES::prev_word_best_choice |