You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.GIT.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ the configure script.
6
6
If you have tesseract 4.0x installation in your system, please remove it
7
7
before new build.
8
8
9
+
You need Leptonica 1.74.2 (minimum) for Tesseract 4.0x.
10
+
9
11
Known dependencies for training tools (excluding leptonica):
10
12
* compiler with c++11 support
11
13
* autoconf-archive
@@ -21,18 +23,21 @@ So, the steps for making Tesseract are:
21
23
$ ./configure
22
24
$ make
23
25
$ sudo make install
26
+
$ sudo ldconfig
24
27
$ make training
25
28
$ sudo make training-install
26
29
27
-
You need to install at least English language and OSD data files to TESSDATA_PREFIX
28
-
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.
30
+
You need to install at least English language and OSD traineddata files to
31
+
TESSDATA_PREFIX directory.
32
+
33
+
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.
29
34
30
-
All language data files can be retrieved from git repository (useful only for packagers!):
35
+
All language data files can be retrieved from git repository (useful only for packagers!).
36
+
(Repository is huge - more that 1.2 GB. You do NOT need to download traineddata files for
0 commit comments