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

Function TessBaseAPISetDebugVariable

deps/tesseract/api/capi.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188TESS_API BOOL TESS_CALL TessBaseAPISetDebugVariable(TessBaseAPI* handle, const char* name, const char* value)
189{
190 return handle->SetVariable(name, value) ? TRUE : FALSE;
191}
192
193TESS_API BOOL TESS_CALL TessBaseAPIGetIntVariable(const TessBaseAPI* handle, const char* name, int* value)
194{

Callers

nothing calls this directly

Calls 1

SetVariableMethod · 0.80

Tested by

no test coverage detected