Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.cpp1536 int same_block_threshold = max_line_height * kMaxSameBlockLineSpacing; in LineSpacingBlocks() local
1541 if (it.empty() || part->bottom_spacing() > same_block_threshold || in LineSpacingBlocks()
1545 if (!it.empty() && part->bottom_spacing() <= same_block_threshold) { in LineSpacingBlocks()