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: Installation.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ If you are experimenting with OCR Engine modes, you will need to manually instal
22
22
23
23
Training data for obsolete Tesseract versions [=< 3.02](https://sourceforge.net/projects/tesseract-ocr-alt/files/?source=navbar) reside in another location.
24
24
25
+
## Platforms
26
+
25
27
If Tesseract is not available for your distribution, or you want to use a newer version than they offer, you can [compile your own](Compiling).
26
28
27
29
### Ubuntu
@@ -110,13 +112,13 @@ For distributions that are supported by snapd you may also run the following com
110
112
111
113
The traineddata is currently not shipped with the snap package and must be placed manually to `~/snap/tesseract/current`.
112
114
113
-
## macOS
115
+
###macOS
114
116
115
117
You can install Tesseract using either [MacPorts](https://www.macports.org/) or [Homebrew](http://brew.sh).
116
118
117
119
A macOS wrapper for the Tesseract API is also available at [Tesseract macOS](https://github.com/scott0123/Tesseract-macOS).
118
120
119
-
### MacPorts
121
+
####MacPorts
120
122
121
123
To install Tesseract run this command:
122
124
```
@@ -128,7 +130,7 @@ sudo port install tesseract-<langcode>
128
130
```
129
131
List of available langcodes can be found on [MacPorts tesseract page](https://www.macports.org/ports.php?by=name&substr=tesseract-).
130
132
131
-
### Homebrew
133
+
####Homebrew
132
134
133
135
To install Tesseract run this command:
134
136
```
@@ -138,7 +140,7 @@ brew install tesseract
138
140
The tesseract directory can then be found using `brew info tesseract`,
139
141
e.g. `/usr/local/Cellar/tesseract/3.05.02/share/tessdata/`.
140
142
141
-
## Windows
143
+
###Windows
142
144
143
145
Installer for Windows for Tesseract 3.05, Tesseract 4 and Tesseract 5 are available from [Tesseract at UB Mannheim](https://github.com/UB-Mannheim/tesseract/wiki). These include the training tools. Both 32-bit and 64-bit installers are available.
144
146
@@ -151,13 +153,13 @@ To access tesseract-OCR from any location you may have to add the directory wher
151
153
152
154
Experts can also get binaries build with Visual Studio from the build artifacts of the [Appveyor Continuous Integration](https://ci.appveyor.com/project/zdenop/tesseract/history).
153
155
154
-
### Cygwin
156
+
####Cygwin
155
157
156
158
Released version >= 3.02 of tesseract-ocr [are part of ](https://mirrors.kernel.org/sourceware/cygwin/x86_64/release/tesseract-ocr/)[Cygwin](https://www.cygwin.com/)
157
159
158
160
The latest version available is 4.1.0. Please see [announcement](https://www.cygwin.com/ml/cygwin-announce/2019-07/msg00009.html).
0 commit comments