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

Function TessBaseAPIInit2

deps/tesseract/api/capi.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268TESS_API int TESS_CALL TessBaseAPIInit2(TessBaseAPI* handle, const char* datapath, const char* language, TessOcrEngineMode oem)
269{
270 return handle->Init(datapath, language, oem);
271}
272
273TESS_API int TESS_CALL TessBaseAPIInit3(TessBaseAPI* handle, const char* datapath, const char* language)
274{

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected