Provides access to the ShapeTable that this classifier works with.
| 52 | |
| 53 | // Provides access to the ShapeTable that this classifier works with. |
| 54 | const ShapeTable* TessClassifier::GetShapeTable() const { |
| 55 | return classify_->shape_table(); |
| 56 | } |
| 57 | // Provides access to the UNICHARSET that this classifier works with. |
| 58 | // Only needs to be overridden if GetShapeTable() can return NULL. |
| 59 | const UNICHARSET& TessClassifier::GetUnicharset() const { |