|
tesseract
3.03
|
Public Member Functions | |
| SpacingProperties () | |
| SpacingProperties (int b, int a) | |
Public Attributes | |
| int | x_gap_before |
| int | x_gap_after |
| map< string, int > | kerned_x_gaps |
Definition at line 155 of file text2image.cpp.
| tesseract::SpacingProperties::SpacingProperties | ( | ) | [inline] |
Definition at line 156 of file text2image.cpp.
: x_gap_before(0), x_gap_after(0) {}
| tesseract::SpacingProperties::SpacingProperties | ( | int | b, |
| int | a | ||
| ) | [inline] |
Definition at line 157 of file text2image.cpp.
: x_gap_before(b), x_gap_after(a) {}
| map<string, int> tesseract::SpacingProperties::kerned_x_gaps |
Definition at line 162 of file text2image.cpp.
Definition at line 161 of file text2image.cpp.
Definition at line 160 of file text2image.cpp.