mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
95f39142ac
Add include path for api/tess_version.h. Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
apiexample_test.cc | ||
include_gunit.h | ||
intsimdmatrix_test.cc | ||
log.h | ||
Makefile.am | ||
matrix_test.cc | ||
osd_test.cc | ||
README.md | ||
unicharcompress_test.cc |
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