| 181 | } |
| 182 | |
| 183 | TESS_API BOOL TESS_CALL TessBaseAPISetVariable(TessBaseAPI* handle, const char* name, const char* value) |
| 184 | { |
| 185 | return handle->SetVariable(name, value) ? TRUE : FALSE; |
| 186 | } |
| 187 | |
| 188 | TESS_API BOOL TESS_CALL TessBaseAPISetDebugVariable(TessBaseAPI* handle, const char* name, const char* value) |
| 189 | { |
nothing calls this directly
no test coverage detected