Searched refs:PAGE_RES (Results 1 – 9 of 9) sorted by relevance
25 class PAGE_RES; variable383 /*static*/ PAGE_RES* RecognitionPass1(BLOCK_LIST* block_list);384 /*static*/ PAGE_RES* RecognitionPass2(BLOCK_LIST* block_list,385 PAGE_RES* pass1_result);396 PAGE_RES* page_res);444 PAGE_RES* page_res_; // The page-level data.
431 PAGE_RES page_res(block_list_); in GetTextlines()505 PAGE_RES page_res(block_list_); in GetWords()579 page_res_ = new PAGE_RES(block_list_); in Recognize()625 page_res_ = new PAGE_RES(block_list_); in RecognizeForChopTest()1325 PAGE_RES* TessBaseAPI::RecognitionPass1(BLOCK_LIST* block_list) { in RecognitionPass1()1326 PAGE_RES *page_res = new PAGE_RES(block_list); in RecognitionPass1()1331 PAGE_RES* TessBaseAPI::RecognitionPass2(BLOCK_LIST* block_list, in RecognitionPass2()1332 PAGE_RES* pass1_result) { in RecognitionPass2()1334 pass1_result = new PAGE_RES(block_list); in RecognitionPass2()1380 PAGE_RES* page_res) { in extract_result()[all …]
46 class PAGE_RES //page result54 PAGE_RES() {57 PAGE_RES( //simple constructor60 ~PAGE_RES () { //destructor245 PAGE_RES * page_res; //page being iterated251 PAGE_RES *the_page_res) { //page result in PAGE_RES_IT()
34 PAGE_RES::PAGE_RES( //recursive construct in CLISTIZE()
32 class PAGE_RES; variable103 PAGE_RES *page_res, //page structure351 PAGE_RES *page_res);525 PAGE_RES *page_res,
66 PAGE_RES *page_res, in ambigs_training_segmented()
72 PAGE_RES *page_res) { in fix_fuzzy_spaces()
224 PAGE_RES *page_res, //page structure in recog_all_words()
128 page_res_ = new PAGE_RES(block_list_); in ProcessPagePass1()