Updated code for Tesseract 3.0.3

This commit is contained in:
Matt Hill
2014-05-09 18:20:19 -05:00
parent bab899f4fe
commit cbfa90fc84
6 changed files with 64 additions and 9 deletions

View File

@@ -171,7 +171,7 @@ string Config::getPostProcessRuntimeDir()
}
string Config::getTessdataPrefix()
{
return "TESSDATA_PREFIX=" + this->runtimeBaseDir + "/ocr/";
return this->runtimeBaseDir + "/ocr/";
}