pull/2436/merge
JieunKim4578 2 months ago committed by GitHub
commit af2b6f2fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      modules/text/README.md

@ -35,10 +35,15 @@ make && sudo make install
Tesseract will be installed to /usr/local.
```bash
sudo ldconfig
tesseract -v /* to check installtion */
```
3. download the pre-trained classifier data for English language:
https://code.google.com/p/tesseract-ocr/downloads/detail?name=eng.traineddata.gz
https://github.com/tesseract-ocr/tessdata/blob/3.04.00/eng.traineddata
unzip it (gzip -d eng.traineddata.gz) and copy to /usr/local/share/tessdata.
Download eng.traineddata and copy to /usr/local/share/tessdata.
Notes
-----

Loading…
Cancel
Save