tesseract/unittest/README.md

12 lines
209 B
Markdown
Raw Normal View History

2017-09-10 17:20:59 +08:00
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
```