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: CONTRIBUTING.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,18 @@
7
7
If you think you found a bug in Tesseract, please create an issue.
8
8
9
9
Use the [user forum](https://groups.google.com/g/tesseract-ocr) instead of creating an issue if ...
10
+
10
11
* You have problems using Tesseract and need some help.
11
12
* You have problems installing the software.
12
13
* You are not satisfied with the accuracy of the OCR, and want to ask how you can improve it. Note: You should first read the [ImproveQuality](https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html) documentation.
13
14
* You are trying to train Tesseract and you have a problem and/or want to ask a question about the training process. Note: You should first read the **official** guides [[1]](https://tesseract-ocr.github.io/tessdoc/) or [[2]](https://tesseract-ocr.github.io/tessdoc/tess5/TrainingTesseract-5.html) found in the project documentation.
14
15
* You have a general question.
15
16
16
17
An issue should only be reported if the platform you are using is one of these:
17
-
* Linux (but not a version that is more than 4 years old)
18
-
* Windows (Windows 7 or newer version)
19
-
* macOS (last 3 releases)
18
+
19
+
* Linux (but not a version that is more than 4 years old)
20
+
* Windows (Windows 7 or newer version)
21
+
* macOS (last 3 releases)
20
22
21
23
For older versions or other operating systems, use the Tesseract forum.
22
24
@@ -39,8 +41,9 @@ Post example files to demonstrate the problem.
39
41
BUT don't post files with private info (about yourself or others).
40
42
41
43
When attaching a file to the issue report / forum ...
42
-
* Do not post a file larger than 20 MB.
43
-
* GitHub supports only few file name extensions like `.png` or `.txt`. If GitHub rejects your files, you can compress them using a program that can produce a zip archive and then load this zip file to GitHub.
44
+
45
+
* Do not post a file larger than 20 MB.
46
+
* GitHub supports only few file name extensions like `.png` or `.txt`. If GitHub rejects your files, you can compress them using a program that can produce a zip archive and then load this zip file to GitHub.
44
47
45
48
Do not attach programs or libraries to your issues/posts.
0 commit comments