Home
last modified time | relevance | path

Searched refs:PAGE_RES (Results 1 – 9 of 9) sorted by relevance

/external/tesseract/api/
Dbaseapi.h25 class PAGE_RES; variable
383 /*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.
Dbaseapi.cpp431 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 …]
/external/tesseract/ccstruct/
Dpageres.h46 class PAGE_RES //page result
54 PAGE_RES() {
57 PAGE_RES( //simple constructor
60 ~PAGE_RES () { //destructor
245 PAGE_RES * page_res; //page being iterated
251 PAGE_RES *the_page_res) { //page result in PAGE_RES_IT()
Dpageres.cpp34 PAGE_RES::PAGE_RES( //recursive construct in CLISTIZE()
/external/tesseract/ccmain/
Dtesseractclass.h32 class PAGE_RES; variable
103 PAGE_RES *page_res, //page structure
351 PAGE_RES *page_res);
525 PAGE_RES *page_res,
Dambigsrecog.cpp66 PAGE_RES *page_res, in ambigs_training_segmented()
Dfixspace.cpp72 PAGE_RES *page_res) { in fix_fuzzy_spaces()
Dcontrol.cpp224 PAGE_RES *page_res, //page structure in recog_all_words()
/external/tesseract/
Dtessdll.cpp128 page_res_ = new PAGE_RES(block_list_); in ProcessPagePass1()