mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:16:50 +08:00
Updated code for Tesseract 3.0.3
This commit is contained in:
@@ -171,7 +171,7 @@ string Config::getPostProcessRuntimeDir()
|
||||
}
|
||||
string Config::getTessdataPrefix()
|
||||
{
|
||||
return "TESSDATA_PREFIX=" + this->runtimeBaseDir + "/ocr/";
|
||||
return this->runtimeBaseDir + "/ocr/";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user