We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a944fb commit dcb2ef9Copy full SHA for dcb2ef9
unittest/README.md
@@ -82,6 +82,9 @@ To run the tests, do the following in tesseract folder
82
```
83
autoreconf -fiv
84
git submodule update --init
85
+git clone https://github.com/egorpugin/tessdata tessdata_unittest --depth 1
86
+cp tessdata_unittest/fonts/* test/testing/
87
+mv tessdata_unittest/* ../
88
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
89
make check
90
0 commit comments