diff --git a/README.md b/README.md index ed57375..f56b352 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # ocr_document_scanner -Python basiertes, optical character recognition Skript zur Auto-Verarbeitung von Dokumenten und Speicherung in SMB Ordner. \ No newline at end of file +Python basiertes, optical character recognition Skript zur Auto-Verarbeitung von Dokumenten und Speicherung in SMB Ordner. + +Install Guide: + +1) Install Tesseract OCR je nach OS (https://tesseract-ocr.github.io/tessdoc/Installation.html) + +2) Sprachpakete Installieren oder manuel in C:\Program Files\Tesseract-OCR\tessdata hineinkopieren (herunterladen @ https://github.com/tesseract-ocr/tessdata_fast) \ No newline at end of file diff --git a/_requirements.txt b/_requirements.txt new file mode 100644 index 0000000..cf6a8ab Binary files /dev/null and b/_requirements.txt differ