tesseract/unittest/README.md
2017-09-10 14:50:59 +05:30

12 lines
209 B
Markdown

Unit Testing for Tesseract
----------
To run the tests, do the following in tesseract folder
```
autoreconf -fiv
git submodule update --init
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
make check
```