MCPcopy Create free account
hub / github.com/creatale/node-dv / TessBaseAPIGetTextDirection

Function TessBaseAPIGetTextDirection

deps/tesseract/api/capi.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525TESS_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
530TESS_API void TESS_CALL TessBaseAPISetDictFunc(TessBaseAPI* handle, TessDictFunc f)
531{

Callers

nothing calls this directly

Calls 1

GetTextDirectionMethod · 0.80

Tested by

no test coverage detected