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: .github/ISSUE_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/master/CONTRIBUTING.md).
1
+
Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md).
2
2
3
3
Please report an issue only for a BUG, not for asking questions.
@@ -22,12 +22,12 @@ It also needs [traineddata](https://tesseract-ocr.github.io/tessdoc/Data-Files.h
22
22
those from the tessdata repository.
23
23
24
24
The lead developer is Ray Smith. The maintainer is Zdenko Podobny.
25
-
For a list of contributors see [AUTHORS](https://github.com/tesseract-ocr/tesseract/blob/master/AUTHORS)
25
+
For a list of contributors see [AUTHORS](https://github.com/tesseract-ocr/tesseract/blob/main/AUTHORS)
26
26
and GitHub's log of [contributors](https://github.com/tesseract-ocr/tesseract/graphs/contributors).
27
27
28
28
Tesseract has **unicode (UTF-8) support**, and can **recognize more than 100 languages** "out of the box".
29
29
30
-
Tesseract supports **various output formats**: plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV. The master branch also has experimental support for ALTO (XML) output.
30
+
Tesseract supports **various output formats**: plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV. The main branch also has experimental support for ALTO (XML) output.
31
31
32
32
You should note that in many cases, in order to get better OCR results,
33
33
you'll need to **[improve the quality](https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html) of the image** you are giving Tesseract.
@@ -46,15 +46,15 @@ more changes made in 1996 to port to Windows, and some C++izing in 1998.
46
46
In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by Google.
47
47
48
48
The latest (LSTM based) stable version is **[4.1.1](https://github.com/tesseract-ocr/tesseract/releases/tag/4.1.1)**, released on December 26, 2019.
49
-
Latest source code is available from [master branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/master).
49
+
Latest source code is available from [main branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/main).
50
50
Open issues can be found in [issue tracker](https://github.com/tesseract-ocr/tesseract/issues),
51
51
and [planning documentation](https://tesseract-ocr.github.io/tessdoc/Planning.html).
52
52
53
53
The latest 3.0x version is **[3.05.02](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.02)**, released on June 19, 2018. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05).
54
54
There is no development for this version, but it can be used for special cases (e.g. see [Regression of features from 3.0x](https://tesseract-ocr.github.io/tessdoc/Planning.html#regression-of-features-from-30x)).
55
55
56
56
See **[Release Notes](https://tesseract-ocr.github.io/tessdoc/ReleaseNotes.html)**
57
-
and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/master/ChangeLog)** for more details of the releases.
57
+
and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/main/ChangeLog)** for more details of the releases.
58
58
59
59
## Installing Tesseract
60
60
@@ -75,16 +75,16 @@ Examples can be found in the [documentation](https://tesseract-ocr.github.io/tes
75
75
76
76
## For developers
77
77
78
-
Developers can use `libtesseract`[C](https://github.com/tesseract-ocr/tesseract/blob/master/include/tesseract/capi.h) or
79
-
[C++](https://github.com/tesseract-ocr/tesseract/blob/master/include/tesseract/baseapi.h) API to build their own application.
78
+
Developers can use `libtesseract`[C](https://github.com/tesseract-ocr/tesseract/blob/main/include/tesseract/capi.h) or
79
+
[C++](https://github.com/tesseract-ocr/tesseract/blob/main/include/tesseract/baseapi.h) API to build their own application.
80
80
If you need bindings to `libtesseract` for other programming languages, please see the
81
81
[wrapper](https://tesseract-ocr.github.io/tessdoc/AddOns.html#tesseract-wrappers) section in the AddOns documentation.
82
82
83
83
Documentation of Tesseract generated from source code by doxygen can be found on [tesseract-ocr.github.io](https://tesseract-ocr.github.io/).
84
84
85
85
## Support
86
86
87
-
Before you submit an issue, please review **[the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/master/CONTRIBUTING.md)**.
87
+
Before you submit an issue, please review **[the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md)**.
88
88
89
89
For support, first read the [documentation](https://tesseract-ocr.github.io/tessdoc/),
90
90
particularly the [FAQ](https://tesseract-ocr.github.io/tessdoc/FAQ.html) to see if your problem is addressed there.
@@ -127,4 +127,4 @@ It is suggested to use leptonica with built-in support for [zlib](https://zlib.n
127
127
128
128
For the latest online version of the README.md see:
0 commit comments