mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 00:49:01 +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
|
|
```
|