Skip to content

Commit b14f735

Browse files
authored
you do not need download all tessdata repository
1 parent 77af7cf commit b14f735

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

INSTALL.GIT.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ So, the steps for making Tesseract are:
2222
$ sudo make training-install
2323

2424
You need to install at least English language data file to TESSDATA_PREFIX
25-
directory. All language data files can be retrieved from git repository:
25+
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.
26+
27+
All language data files can be retrieved from git repository (usefull only for packagers!):
2628

2729
$ git clone https://github.com/tesseract-ocr/tessdata.git tesseract-ocr.tessdata
2830

2931
(Repository is huge - more that 1.2 GB. You do not need to download
30-
all languages)
32+
all languages).
3133

3234
To compile ScrollView.jar you need to download piccolo2d-core-3.0.jar
3335
and [piccolo2d-extras-3.0.jar](http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22) and place them to tesseract/java.

0 commit comments

Comments
 (0)