From 0f28bde120547640c5f6ced3f9f436717c84cdbb Mon Sep 17 00:00:00 2001 From: bizcochito Date: Tue, 15 Dec 2020 21:45:45 +0000 Subject: [PATCH] Fogot to make a wget of an important thing :S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit THE *#$"ยท$*# AI DATA I need to sleep ;_; --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index c65b5ca..18d578c 100755 --- a/setup.sh +++ b/setup.sh @@ -16,6 +16,7 @@ pip install Pillow pip install pytesseract pip install hashlib +wget https://github.com/tesseract-ocr/tessdata/raw/4.00/eng.traineddata sudo cp eng.traineddata /usr/share/tessdata/ echo "Installation finished!"