Home
last modified time | relevance | path

Searched defs:space_threshold (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblobbox.h671 int32_t space_threshold; // space vs nonspace variable
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcjkpitch.cpp566 int space_threshold = std::min((real_row_->max_nonspace + real_row_->min_space) / 2, in OutputEstimations() local
H A Dtablefind.cpp1711 int space_threshold = kSideSpaceMargin * part.median_height(); in HLineBelongsToTable() local