tesseract v5.3.3.20231005
|
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Variables | |
int | tesseract::textord_debug_tabfind = 0 |
int | tesseract::textord_debug_bugs = 0 |
bool | tesseract::textord_debug_printable = false |
const double | tesseract::kAlignedFraction = 0.03125 |
const double | tesseract::kRaggedFraction = 2.5 |
const double | tesseract::kAlignedGapFraction = 0.75 |
const double | tesseract::kRaggedGapFraction = 1.0 |
const int | tesseract::kVLineAlignment = 3 |
const int | tesseract::kVLineGutter = 1 |
const int | tesseract::kVLineSearchSize = 150 |
const int | tesseract::kMinRaggedTabs = 5 |
const int | tesseract::kMinAlignedTabs = 4 |
const int | tesseract::kVLineMinLength = 300 |
const double | tesseract::kMinTabGradient = 4.0 |
const int | tesseract::kMaxSkewFactor = 15 |