Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolfind.cpp414 TableFinder table_finder; in FindBlocks() local
415 table_finder.Init(gridsize(), bleft(), tright()); in FindBlocks()
416 table_finder.set_resolution(resolution_); in FindBlocks()
417 table_finder.set_left_to_right_language(!input_block->block->right_to_left()); in FindBlocks()
420 table_finder.InsertCleanPartitions(&part_grid_, input_block); in FindBlocks()
422 table_finder.LocateTables(&part_grid_, best_columns_, WidthCB(), reskew_); in FindBlocks()