mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
Update README.md
add info about using egorpugin/tessdata tessdata_unittest
This commit is contained in:
parent
2a944fbe98
commit
dcb2ef91e8
@ -82,6 +82,9 @@ To run the tests, do the following in tesseract folder
|
||||
```
|
||||
autoreconf -fiv
|
||||
git submodule update --init
|
||||
git clone https://github.com/egorpugin/tessdata tessdata_unittest --depth 1
|
||||
cp tessdata_unittest/fonts/* test/testing/
|
||||
mv tessdata_unittest/* ../
|
||||
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
|
||||
make check
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user