you do not need download all tessdata repository

This commit is contained in:
zdenop 2016-08-31 20:54:43 +02:00 committed by GitHub
parent 77af7cfa66
commit b14f7353ab

View File

@ -22,12 +22,14 @@ So, the steps for making Tesseract are:
$ sudo make training-install
You need to install at least English language data file to TESSDATA_PREFIX
directory. All language data files can be retrieved from git repository:
directory. You can retrieve single file with tools like [wget](https://www.gnu.org/software/wget/), [curl](https://curl.haxx.se/), [GithubDownloader](https://github.com/intezer/GithubDownloader) or browser.
All language data files can be retrieved from git repository (usefull only for packagers!):
$ git clone https://github.com/tesseract-ocr/tessdata.git tesseract-ocr.tessdata
(Repository is huge - more that 1.2 GB. You do not need to download
all languages)
all languages).
To compile ScrollView.jar you need to download piccolo2d-core-3.0.jar
and [piccolo2d-extras-3.0.jar](http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22) and place them to tesseract/java.