Home
last modified time | relevance | path

Searched refs:PAGE_RES_IT (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dtesseractclass.h61 class PAGE_RES_IT; variable
153 explicit WordData(const PAGE_RES_IT &page_res_it) in WordData()
441 void fix_rep_char(PAGE_RES_IT *page_res_it);
455 bool recog_interactive(PAGE_RES_IT *pr_it);
556 bool word_display(PAGE_RES_IT *pr_it);
557 bool word_bln_display(PAGE_RES_IT *pr_it);
559 bool word_set_display(PAGE_RES_IT *pr_it);
561 bool word_dumper(PAGE_RES_IT *pr_it);
622 void tilde_crunch(PAGE_RES_IT &page_res_it);
624 PAGE_RES_IT &page_res_it);
[all …]
H A Dwerdit.cpp38 PAGE_RES_IT *make_pseudo_word(PAGE_RES *page_res, const TBOX &selection_box) { in make_pseudo_word()
39 PAGE_RES_IT pr_it(page_res); in make_pseudo_word()
56 auto *it = new PAGE_RES_IT(page_res); in make_pseudo_word()
H A Dwerdit.h28 class PAGE_RES_IT; variable
30 PAGE_RES_IT *make_pseudo_word(PAGE_RES *page_res, const TBOX &selection_box);
H A Ddocqual.h26 class PAGE_RES_IT; variable
33 void reject_whole_page(PAGE_RES_IT &page_res_it);
H A Dpagewalk.cpp32 TBOX &selection_box, bool (tesseract::Tesseract::*word_processor)(PAGE_RES_IT *pr_it)) { in process_selected_words()
33 for (PAGE_RES_IT page_res_it(page_res); page_res_it.word() != nullptr; page_res_it.forward()) { in process_selected_words()
H A Dpgedit.cpp141 PAGE_RES_IT pr_it(page_res); in show_point()
324 void Tesseract::do_re_display(bool (tesseract::Tesseract::*word_painter)(PAGE_RES_IT *pr_it)) { in do_re_display()
333 PAGE_RES_IT pr_it(current_page_res); in do_re_display()
666 bool Tesseract::word_blank_and_set_display(PAGE_RES_IT *pr_it) { in word_blank_and_set_display()
676 bool Tesseract::word_bln_display(PAGE_RES_IT *pr_it) { in word_bln_display()
701 bool Tesseract::word_display(PAGE_RES_IT *pr_it) { in word_display()
876 bool Tesseract::word_dumper(PAGE_RES_IT *pr_it) { in word_dumper()
899 bool Tesseract::word_set_display(PAGE_RES_IT *pr_it) { in word_set_display()
914 PAGE_RES_IT *it = make_pseudo_word(page_res, selection_box); in blob_feature_display()
H A Dcontrol.cpp63 PAGE_RES_IT *it = make_pseudo_word(page_res, selection_box); in recog_pseudo_word()
76 bool Tesseract::recog_interactive(PAGE_RES_IT *pr_it) { in recog_interactive()
149 PAGE_RES_IT page_res_it(page_res); in SetupAllWordsPassN()
290 PAGE_RES_IT page_res_it(page_res); in recog_all_words()
457 PAGE_RES_IT word_it(page_res); in bigram_correction_pass()
601 PAGE_RES_IT page_res_it(page_res); in rejection_passes()
687 PAGE_RES_IT page_res_it(page_res); in blamer_pass()
708 PAGE_RES_IT page_res_it(page_res); in script_pos_pass()
1259 PAGE_RES_IT it(pr_it->page_res); in ClassifyBlobAsWord()
2016 PAGE_RES_IT page_res_it(page_res); in classify_word_pass1()
[all …]
H A Drecogtraining.cpp59 static bool read_t(PAGE_RES_IT *page_res_it, TBOX *tbox) { in read_t()
101 PAGE_RES_IT page_res_it; in recog_training_segmented()
203 void Tesseract::ambigs_classify_and_output(const char *label, PAGE_RES_IT *pr_it, in ambigs_classify_and_output()
H A Ddocqual.cpp120 void Tesseract::quality_based_rejection(PAGE_RES_IT &page_res_it, bool good_quality_doc) { in quality_based_rejection()
143 PAGE_RES_IT &page_res_it) { in unrej_good_quality_words()
211 PAGE_RES_IT &page_res_it, bool good_quality_doc) { in doc_and_block_rejection()
363 void reject_whole_page(PAGE_RES_IT &page_res_it) { in reject_whole_page()
373 void Tesseract::tilde_crunch(PAGE_RES_IT &page_res_it) { in tilde_crunch()
376 PAGE_RES_IT copy_it; in tilde_crunch()
530 void Tesseract::tilde_delete(PAGE_RES_IT &page_res_it) { in tilde_delete()
532 PAGE_RES_IT copy_it; in tilde_delete()
H A Dpageiterator.cpp47 it_ = new PAGE_RES_IT(page_res); in PageIterator()
76 it_ = new PAGE_RES_IT(*src.it_); in PageIterator()
92 it_ = new PAGE_RES_IT(*src.it_); in operator =()
97 bool PageIterator::PositionedAtSameWord(const PAGE_RES_IT *other) const { in PositionedAtSameWord()
114 PAGE_RES_IT para(page_res_); in RestartParagraph()
115 PAGE_RES_IT next_para(para); in RestartParagraph()
H A Dapplybox.cpp219 PAGE_RES_IT pr_it(page_res); in SetupApplyBoxes()
315 PAGE_RES_IT page_res_it(page_res); in ResegmentCharBox()
496 PAGE_RES_IT pr_it(page_res); in ReSegmentByClassification()
690 PAGE_RES_IT pr_it(page_res); in TidyUp()
752 PAGE_RES_IT pr_it(page_res); in ApplyBoxTraining()
765 PAGE_RES_IT pr_it(page_res); in CorrectClassifyWords()
H A Dmutableiterator.h55 const PAGE_RES_IT *PageResIt() const { in PageResIt()
H A Doutput.cpp40 PAGE_RES_IT &page_res_it, const TBOX *target_word_box) { in output_pass()
99 void Tesseract::write_results(PAGE_RES_IT &page_res_it, in write_results()
H A Dltrresultiterator.cpp49 PAGE_RES_IT res_it(*it_); in GetUTF8Text()
103 PAGE_RES_IT res_it(*it_); in Confidence()
H A Dparagraphs.cpp2433 PAGE_RES_IT page_res_it = *it.PageResIt(); in InitializeTextAndBoxesPreRecognition()
2519 PAGE_RES_IT page_res_it = *it.PageResIt(); in InitializeRowInfo()
/dports/graphics/tesseract/tesseract-5.0.0/include/tesseract/
H A Dpageiterator.h34 class PAGE_RES_IT; variable
83 bool PositionedAtSameWord(const PAGE_RES_IT *other) const;
336 PAGE_RES_IT *it_;
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpageres.h682 class TESS_API PAGE_RES_IT {
686 PAGE_RES_IT() = default;
688 PAGE_RES_IT(PAGE_RES *the_page_res) { // page result in PAGE_RES_IT() function
695 bool operator==(const PAGE_RES_IT &other) const {
700 bool operator!=(const PAGE_RES_IT &other) const {
708 int cmp(const PAGE_RES_IT &other) const;
H A Dpageres.cpp1183 int PAGE_RES_IT::cmp(const PAGE_RES_IT &other) const { in cmp()
1252 WERD_RES *PAGE_RES_IT::InsertSimpleCloneWord(const WERD_RES &clone_res, in InsertSimpleCloneWord()
1378 void PAGE_RES_IT::ReplaceCurrentWord( in ReplaceCurrentWord()
1488 void PAGE_RES_IT::DeleteCurrentWord() { in DeleteCurrentWord()
1521 void PAGE_RES_IT::MakeCurrentWordFuzzy() { in MakeCurrentWordFuzzy()
1548 WERD_RES *PAGE_RES_IT::start_page(bool empty_ok) { in start_page()
1571 void PAGE_RES_IT::ResetWordIterator() { in ResetWordIterator()
1683 WERD_RES *PAGE_RES_IT::restart_row() { in restart_row()
1700 WERD_RES *PAGE_RES_IT::forward_paragraph() { in forward_paragraph()
1715 WERD_RES *PAGE_RES_IT::forward_block() { in forward_block()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dlayout_test.cc156 const PAGE_RES_IT *pr_it = it->PageResIt(); in VerifyTotalContainment()
165 const PAGE_RES_IT *w_it = word_it.PageResIt(); in VerifyTotalContainment()
H A Dtextlineprojection_test.cc157 const PAGE_RES_IT *pr_it = it->PageResIt(); in VerifyBoxes()
H A Dbaseapi_test.cc248 PAGE_RES_IT page_res_it(const_cast<PAGE_RES *>(page_res)); in TEST_F()
/dports/graphics/tesseract/tesseract-5.0.0/src/api/
H A Dbaseapi.cpp1570 PAGE_RES_IT page_res_it(page_res_); in GetUNLVText()
1760 PAGE_RES_IT res_it(page_res_); in AllWordConfidences()
1807 PAGE_RES_IT it(page_res_); in AdaptToWordStr()
1833 PAGE_RES_IT pr_it(page_res_); in AdaptToWordStr()
2198 PAGE_RES_IT page_res_it(page_res_); in TextLength()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dbaseapi.h43 class PAGE_RES_IT; variable
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtextord.cpp268 PAGE_RES_IT it(page_res); in CleanupSingleRowResult()