Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from tesseract-ocr:main #11

Merged
merged 2 commits into from
Jan 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Currently, there is no **official** Windows installer for newer versions.

* Cygwin includes [packages for Tesseract](https://cygwin.com/cgi-bin2/package-grep.cgi?grep=tesseract&arch=x86_64).

* [UB Mannheim](https://github.com/UB-Mannheim/tesseract/wiki) has installers available for version 3, 4 and current 5.0.0.Alpha.
* [UB Mannheim](https://github.com/UB-Mannheim/tesseract/wiki) has installers available for [current (5.3.0) and older versions](https://digi.bib.uni-mannheim.de/tesseract/).

* [Unofficial Binaries](Installation.md#windows)
4 changes: 2 additions & 2 deletions InstallationOpenSuse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installation on openSUSE
# Installation on Linux Distros — Unofficial binaries

## RHEL/CentOS/Scientific Linux, Fedora, openSUSE packages

Expand Down Expand Up @@ -80,4 +80,4 @@ zypper addrepo https://download.opensuse.org/repositories/home:Alexander_Pozdnya
zypper refresh
zypper install tesseract-ocr
zypper install tesseract-ocr-traineddata-german
```
```