mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
6a28cce96b
* Remove whitespace (blanks, tabs, cr) at line endings Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
apiexample_test.cc | ||
include_gunit.h | ||
intsimdmatrix_test.cc | ||
loadlang_test.cc | ||
log.h | ||
Makefile.am | ||
matrix_test.cc | ||
osd_test.cc | ||
progress_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