tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
PAGE_RES Class Reference

#include <pageres.h>

Collaboration diagram for PAGE_RES:

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< STRINGmisadaption_log
 

Constructor & Destructor Documentation

◆ PAGE_RES() [1/2]

PAGE_RES::PAGE_RES ( )
inline

◆ PAGE_RES() [2/2]

PAGE_RES::PAGE_RES ( bool  merge_similar_words,
BLOCK_LIST *  block_list,
WERD_CHOICE **  prev_word_best_choice_ptr 
)

◆ ~PAGE_RES()

PAGE_RES::~PAGE_RES ( )
default

Member Function Documentation

◆ Init()

void PAGE_RES::Init ( )
inline

Member Data Documentation

◆ blame_reasons

GenericVector<int> PAGE_RES::blame_reasons

◆ block_res_list

BLOCK_RES_LIST PAGE_RES::block_res_list

◆ char_count

int32_t PAGE_RES::char_count

◆ misadaption_log

GenericVector<STRING> PAGE_RES::misadaption_log

◆ prev_word_best_choice

WERD_CHOICE** PAGE_RES::prev_word_best_choice

◆ rej_count

int32_t PAGE_RES::rej_count

◆ rejected

bool PAGE_RES::rejected

The documentation for this class was generated from the following files: