mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 21:11:39 +01:00
parent
800a17801d
commit
7750089412
@ -6894,7 +6894,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
|
||||
process.WaitForExit();
|
||||
}
|
||||
|
||||
string dir = Path.Combine(Configuration.TesseractDirectory, "tessdata");
|
||||
string dir = Configuration.TesseractDataDirectory;
|
||||
if (Directory.Exists(dir))
|
||||
{
|
||||
var list = new List<string>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user