diff --git a/README-de.md b/README-de.md index 06ffd5393..cc825ceba 100644 --- a/README-de.md +++ b/README-de.md @@ -42,7 +42,7 @@ Dies alles ist eine wirklich ziemlich einfache, glänzende und benutzerfreundlic * [ImageMagick](http://imagemagick.org/) wandelt Bilder zwischen Farbe und Graustufen um. * [Tesseract](https://github.com/tesseract-ocr) erledigt die Buchstabenerkennung. -* [Unpaper](https://www.flameeyes.eu/projects/unpaper) bereinigt und begradigt das eingescannte Bild. +* [Unpaper](https://github.com/unpaper/unpaper) bereinigt und begradigt das eingescannte Bild. * [GNU Privacy Guard](https://gnupg.org/) wird als Verschlüsselungsbackend genutzt. * [Python 3](https://python.org/) ist die Sprache des Projekts. * [Pillow](https://pypi.python.org/pypi/pillowfight/) lädt die Bilddaten als Python-Objekt, um sie mit PyOCR zu verwenden. diff --git a/README-el.md b/README-el.md index de62a7516..dfb85e76f 100644 --- a/README-el.md +++ b/README-el.md @@ -41,7 +41,7 @@ * [ImageMagick](http://imagemagick.org/) μετατρέπει τις εικόνες σε έγχρωμες και ασπρόμαυρες. * [Tesseract](https://github.com/tesseract-ocr) κάνει την αναγνώρηση των χαρακτήρων. -* [Unpaper](https://www.flameeyes.eu/projects/unpaper) despeckles and deskews the scanned image. +* [Unpaper](https://github.com/unpaper/unpaper) despeckles and deskews the scanned image. * [GNU Privacy Guard](https://gnupg.org/) χρησιμοποιείται για κρυπτογράφηση στο backend. * [Python 3](https://python.org/) είναι η γλώσσα του project. * [Pillow](https://pypi.python.org/pypi/pillowfight/) Φορτώνει την εικόνα σαν αντικείμενο στην python και μπορεί να χρησιμοποιηθεί με PyOCR diff --git a/README.md b/README.md index 002b857d0..b63a3a3ba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This is all really a quite simple, shiny, user-friendly wrapper around some very * [ImageMagick](http://imagemagick.org/) converts the images between colour and greyscale. * [Tesseract](https://github.com/tesseract-ocr) does the character recognition. -* [Unpaper](https://www.flameeyes.eu/projects/unpaper) despeckles and deskews the scanned image. +* [Unpaper](https://github.com/unpaper/unpaper) despeckles and deskews the scanned image. * [GNU Privacy Guard](https://gnupg.org/) is used as the encryption backend. * [Python 3](https://python.org/) is the language of the project. * [Pillow](https://pypi.python.org/pypi/pillowfight/) loads the image data as a python object to be used with PyOCR. diff --git a/docs/requirements.rst b/docs/requirements.rst index e528fdae7..54f0d9216 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -18,7 +18,7 @@ should work) that has the following software installed: .. _GNU Privacy Guard: https://gnupg.org .. _Tesseract: https://github.com/tesseract-ocr .. _Imagemagick: http://imagemagick.org/ -.. _unpaper: https://www.flameeyes.eu/projects/unpaper +.. _unpaper: https://github.com/unpaper/unpaper .. _libpoppler-cpp-dev: https://poppler.freedesktop.org/ .. _optipng: http://optipng.sourceforge.net/