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
You should note that in many cases, in order to get better OCR results, you'll need to **[improve the quality](https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality) of the image** you are giving Tesseract.
22
22
23
23
This project **does not include a GUI application**. If you need one, please see the [3rdParty](https://github.com/tesseract-ocr/tesseract/wiki/User-Projects-%E2%80%93-3rdParty) wiki page.
24
24
25
-
Tesseract **can be trained to recognize other languages**. See [Tesseract Training](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) for more information.
25
+
Tesseract **can be trained to recognize other languages**. See [Tesseract Training](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) for more information.
26
26
27
27
## Brief history
28
28
@@ -31,9 +31,9 @@ at Hewlett-Packard Co, Greeley Colorado between 1985 and 1994, with some
31
31
more changes made in 1996 to port to Windows, and some C++izing in 1998.
32
32
In 2005 Tesseract was open sourced by HP. Since 2006 it is developed by Google.
33
33
34
-
The latest stable version is **[3.05.01](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.01)**, released on June 1, 2017. Latest source code for 3.05 is available from [3.05 branch on github](https://github.com/tesseract-ocr/tesseract/tree/3.05).
34
+
The latest stable version is **[3.05.01](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.01)**, released on June 1, 2017. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05).
35
35
36
-
Source code for the new **[LSTM based 4.00.00alpha version](https://github.com/tesseract-ocr/tesseract)** is available from the master branch on github. Please note this branch is under active development.
36
+
Source code for the new **[LSTM based 4.00.00alpha version](https://github.com/tesseract-ocr/tesseract)** is available from the master branch on GitHub. Please note this branch is under active development.
37
37
38
38
See **[Release Notes](https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes)** and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/master/ChangeLog)** for more details of the releases.
39
39
@@ -55,7 +55,7 @@ Basic **[command line usage](https://github.com/tesseract-ocr/tesseract/wiki/Com
For more information about the various command line options use `tesseract --help` or `man tesseract`.
58
+
For more information about the various command line options use `tesseract --help` or `man tesseract`.
59
59
60
60
## For developers
61
61
@@ -70,8 +70,8 @@ Before you submit an issue, please review **[the guidelines for this repository]
70
70
For support, first read the [Wiki](https://github.com/tesseract-ocr/tesseract/wiki), particularly the [FAQ](https://github.com/tesseract-ocr/tesseract/wiki/FAQ) to see if your problem is addressed there. If not, search the [Tesseract user forum](https://groups.google.com/d/forum/tesseract-ocr), the [Tesseract developer forum](https://groups.google.com/d/forum/tesseract-dev) and [past issues](https://github.com/tesseract-ocr/tesseract/issues), and if you still can't find what you need, ask for support in the mailing-lists.
71
71
72
72
Mailing-lists:
73
-
*[tesseract-ocr](https://groups.google.com/d/forum/tesseract-ocr) - For tesseract users.
74
-
*[tesseract-dev](https://groups.google.com/d/forum/tesseract-dev) - For tesseract developers.
73
+
*[tesseract-ocr](https://groups.google.com/d/forum/tesseract-ocr) - For tesseract users.
74
+
*[tesseract-dev](https://groups.google.com/d/forum/tesseract-dev) - For tesseract developers.
75
75
76
76
Please report an issue only for a **bug**, not for asking questions.
77
77
@@ -94,6 +94,5 @@ Please report an issue only for a **bug**, not for asking questions.
94
94
## Latest Version of README
95
95
96
96
For the latest online version of the README.md see:
0 commit comments