mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
12 lines
209 B
Markdown
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
|
||
|
```
|