| 557 | |
| 558 | |
| 559 | TESS_API void TESS_CALL TessBaseAPIGetFeaturesForBlob(TessBaseAPI* handle, TBLOB* blob, INT_FEATURE_STRUCT* int_features, |
| 560 | int* num_features, int* FeatureOutlineIndex) |
| 561 | { |
| 562 | handle->GetFeaturesForBlob(blob, int_features, num_features, FeatureOutlineIndex); |
| 563 | } |
| 564 | |
| 565 | TESS_API ROW* TESS_CALL TessFindRowForBox(BLOCK_LIST* blocks, int left, int top, int right, int bottom) |
| 566 | { |
nothing calls this directly
no test coverage detected