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

Function TessBaseAPISetVariable

deps/tesseract/api/capi.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183TESS_API BOOL TESS_CALL TessBaseAPISetVariable(TessBaseAPI* handle, const char* name, const char* value)
184{
185 return handle->SetVariable(name, value) ? TRUE : FALSE;
186}
187
188TESS_API BOOL TESS_CALL TessBaseAPISetDebugVariable(TessBaseAPI* handle, const char* name, const char* value)
189{

Callers

nothing calls this directly

Calls 1

SetVariableMethod · 0.80

Tested by

no test coverage detected