Skip to content

Commit dcb2ef9

Browse files
authored
Update README.md
add info about using egorpugin/tessdata tessdata_unittest
1 parent 2a944fb commit dcb2ef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unittest/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ To run the tests, do the following in tesseract folder
8282
```
8383
autoreconf -fiv
8484
git submodule update --init
85+
git clone https://github.com/egorpugin/tessdata tessdata_unittest --depth 1
86+
cp tessdata_unittest/fonts/* test/testing/
87+
mv tessdata_unittest/* ../
8588
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
8689
make check
8790
```

0 commit comments

Comments
 (0)