Searched refs:SegmentPage (Results 1 – 3 of 3) sorted by relevance
61 int Tesseract::SegmentPage(const STRING* input_file, in SegmentPage() function in tesseract::Tesseract
95 int SegmentPage(const STRING* input_file,
1096 if (tesseract_->SegmentPage(input_file_, &page_image, block_list_) < 0) in FindLines()