tesseract-ocr / tessdoc

Tesseract documentation
https://tesseract-ocr.github.io/tessdoc/
1.84k stars 363 forks source link

[typo] url is inaccessible #55

Closed Freed-Wu closed 3 years ago

Freed-Wu commented 3 years ago

https://github.com/tesseract-ocr/tessdoc/blob/master/ImproveQuality.md

If you know you will only encounter a subset of the characters available in the language, such as only digits, you can use the `tessedit_char_whitelist` [configuration variable](ControlParams). See the [FAQ for an example](FAQ-Old#how-do-i-recognize-only-digits).

ControlParams cannot be accessed.

stweil commented 3 years ago

The link moved to a different location: https://github.com/tesseract-ocr/tessdoc/blob/master/tess3/ControlParams.md.

We need a fix for ImproveQuality.md.

kseniazhagorina commented 3 years ago

Also you have some incorrect links in your documentation https://github.com/tesseract-ocr/tessdoc/blob/main/tess4/TrainingTesseract-4.00.md#one-time-setup-for-tesstutorial for example wget https://github.com/tesseract-ocr/tessdata/raw/master/eng.traineddata (this command return 404 Not Found) instead wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata

stweil commented 3 years ago

Yes, we recently renamed the branch from master to main, and some parts of the documentation still need to be updated.

zdenop commented 3 years ago

Fixed in https://github.com/tesseract-ocr/tessdoc/commit/5537f95d26ccde89611e986da159bc59cc22bfb0