Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dtfacepp.cpp147 tess_trainer = testing ? trainer : NULL; in recog_word_recursive()
366 if (tess_trainer != NULL)
367 (*tess_trainer) (filename, blob, tess_denorm, correct_blob, text, count, &ratings);
/external/tesseract/wordrec/
Dwordrec.h184 POLY_TESTER tess_trainer; //current trainer variable
/external/tesseract/api/
Dbaseapi.cpp631 tesseract_->tess_trainer = NULL; in RecognizeForChopTest()