MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetOCR

Method GetOCR

plugins/video/parameter-wrappers.cpp:389–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389tesseract::TessBaseAPI *OCRParameters::GetOCR()
390{
391 if (!initDone) {
392 Setup();
393 }
394 return initDone ? ocr.get() : nullptr;
395}
396
397bool OCRParameters::SetLanguageCode(const std::string &value)
398{

Callers 2

CheckOCRMethod · 0.80
MarkOCRMatchMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected