Home
last modified time | relevance | path

Searched refs:whole_word_rej_count (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Ddocqual.cpp196 current_row->whole_word_rej_count = 0; in unrej_good_quality_words()
299 (current_row->whole_word_rej_count * 100.0 / current_row->rej_count) < in doc_and_block_rejection()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpageres.h147 int32_t whole_word_rej_count; // rejs in total rej wds variable
H A Dpageres.cpp127 whole_word_rej_count = 0; in ROW_RES()
1737 row_res->whole_word_rej_count += rejects_in_word; in rej_stat_word()