From 5d959e2ca890fa7021b260b222da2d6283a37602 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 31 Jul 2020 15:39:11 +0200 Subject: [PATCH] undo reset --- .gitignore | 2 +- install.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99225df..b100081 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ coverage log test -*.cache \ No newline at end of file +*.cache 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