Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/training/
H A Dtext2image.cpp201 struct SpacingProperties { struct
202 SpacingProperties() : x_gap_before(0), x_gap_after(0) {} in SpacingProperties() function
203 SpacingProperties(int b, int a) : x_gap_before(b), x_gap_after(a) {} in SpacingProperties() function
206 int x_gap_before; // horizontal x bearing
207 int x_gap_after; // horizontal advance - x_gap_before - width
208 std::map<std::string, int> kerned_x_gaps;