| 523 | } |
| 524 | |
| 525 | TESS_API BOOL TESS_CALL TessBaseAPIGetTextDirection(TessBaseAPI* handle, int* out_offset, float* out_slope) |
| 526 | { |
| 527 | return handle->GetTextDirection(out_offset, out_slope) ? TRUE : FALSE; |
| 528 | } |
| 529 | |
| 530 | TESS_API void TESS_CALL TessBaseAPISetDictFunc(TessBaseAPI* handle, TessDictFunc f) |
| 531 | { |
nothing calls this directly
no test coverage detected