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

Method GetInputName

deps/tesseract/api/baseapi.cpp:942–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940Pix* TessBaseAPI::GetInputImage() { return tesseract_->pix_original(); }
941
942const char * TessBaseAPI::GetInputName() {
943 if (input_file_)
944 return input_file_->c_str();
945 return NULL;
946}
947
948const char * TessBaseAPI::GetDatapath() {
949 return tesseract_->datadir.c_str();

Callers 2

TessBaseAPIGetInputNameFunction · 0.80
AddImageHandlerMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected