tesseract  4.0.0-1-g2a2b
tesseract::SpacingProperties Struct Reference

Public Member Functions

 SpacingProperties ()
 
 SpacingProperties (int b, int a)
 

Public Attributes

int x_gap_before
 
int x_gap_after
 
std::map< std::string, int > kerned_x_gaps
 

Detailed Description

Definition at line 176 of file text2image.cpp.

Constructor & Destructor Documentation

◆ SpacingProperties() [1/2]

tesseract::SpacingProperties::SpacingProperties ( )
inline

Definition at line 177 of file text2image.cpp.

◆ SpacingProperties() [2/2]

tesseract::SpacingProperties::SpacingProperties ( int  b,
int  a 
)
inline

Definition at line 178 of file text2image.cpp.

Member Data Documentation

◆ kerned_x_gaps

std::map<std::string, int> tesseract::SpacingProperties::kerned_x_gaps

Definition at line 183 of file text2image.cpp.

◆ x_gap_after

int tesseract::SpacingProperties::x_gap_after

Definition at line 182 of file text2image.cpp.

◆ x_gap_before

int tesseract::SpacingProperties::x_gap_before

Definition at line 181 of file text2image.cpp.


The documentation for this struct was generated from the following file: