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

Function TessBaseAPIGetStringVariable

deps/tesseract/api/capi.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217TESS_API const char* TESS_CALL TessBaseAPIGetStringVariable(const TessBaseAPI* handle, const char* name)
218{
219 return handle->GetStringVariable(name);
220}
221
222TESS_API void TESS_CALL TessBaseAPIPrintVariables(const TessBaseAPI* handle, FILE* fp)
223{

Callers

nothing calls this directly

Calls 1

GetStringVariableMethod · 0.80

Tested by

no test coverage detected