From f749b61e71341253e02cdad090177060c8ba322e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Jul 2020 20:24:03 +0200 Subject: [PATCH] start preparing for tesseract usage --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 03bdff8..af52895 100755 --- a/install.sh +++ b/install.sh @@ -79,6 +79,10 @@ npm install -D jasmine jasmine-node istanbul jasmine-console-reporter supertest # FTP apt-get install vsftpd +#OCR +sudo apt-get install tesseract-ocr +#tesseract ../copyright.png -c preserve_interword_spaces=1 stdout + # /etc/vstftpd.conf # write_enable=YES # anon_upload_enable=YES