Skip to content

Commit 8c23447

Browse files
authored
Merge pull request #1740 from hrideshmg/fix_windows_dvb
Fix DVB Regressions on windows
1 parent 4b5f68a commit 8c23447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib_ccx/ocr.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ char *probe_tessdata_location(const char *lang)
106106
"/usr/share/tesseract-ocr/",
107107
"/usr/share/tesseract-ocr/4.00/",
108108
"/usr/share/tesseract-ocr/5/",
109-
"/usr/share/tesseract/"};
109+
"/usr/share/tesseract/",
110+
"C:\\Program Files\\Tesseract-OCR\\"};
110111

111112
for (int i = 0; i < sizeof(paths) / sizeof(paths[0]); i++)
112113
{

0 commit comments

Comments
 (0)