tesseract/unittest
Shreeshrii 5845e1a27d Add unit test for OSD, update apiexample test (#1359)
* Update apiexample_test.cc

* Add OSD test and logging function

* Add images for OSD unittest
2018-03-04 14:52:27 +01:00
..
apiexample_test.cc Add unit test for OSD, update apiexample test (#1359) 2018-03-04 14:52:27 +01:00
include_gunit.h Added intsimdmatrix as a generic integer matrixdotvector function with AVX2 and SSE specializations 2017-09-08 15:06:19 +01:00
intsimdmatrix_test.cc Fixed apiexample and intsimdmatrix tests and prepared Makefile.am for more tests 2017-09-08 17:34:31 +01:00
log.h Add unit test for OSD, update apiexample test (#1359) 2018-03-04 14:52:27 +01:00
Makefile.am Add unit test for OSD, update apiexample test (#1359) 2018-03-04 14:52:27 +01:00
matrix_test.cc remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
osd_test.cc Add unit test for OSD, update apiexample test (#1359) 2018-03-04 14:52:27 +01:00
README.md remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
unicharcompress_test.cc Harder unittest that uses file i/o and string manipulation 2017-08-03 15:51:18 -07: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