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

Function TessBaseAPIGetBoxText

deps/tesseract/api/capi.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485TESS_API char* TESS_CALL TessBaseAPIGetBoxText(TessBaseAPI* handle, int page_number)
486{
487 return handle->GetBoxText(page_number);
488}
489
490TESS_API char* TESS_CALL TessBaseAPIGetUNLVText(TessBaseAPI* handle)
491{

Callers

nothing calls this directly

Calls 1

GetBoxTextMethod · 0.80

Tested by

no test coverage detected