From 72b1ce5fe629251115aa74ed9242478f695f7050 Mon Sep 17 00:00:00 2001 From: David Martin Date: Sun, 14 May 2017 12:59:32 +1000 Subject: [PATCH] Bump pyocr requirement to version 0.4.7 to support tesseract 4.0.0alpha. The latest pyocr version now allows running it with the latest tesseract version. Hopefully this means better OCR results. I am not sure about whether there are binary packages for the latest tesseract. But on my setup it was simply a case of checking out the master branch [0] and compiling + installing from there. It seems to work fine with paperless as well. [0] https://github.com/tesseract-ocr/tesseract --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f261fc10..5d06b577d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ djangorestframework>=3.5.3 filemagic>=1.6 fuzzywuzzy[speedup]==0.15.0 langdetect>=1.0.7 -pyocr>=0.4.6 +pyocr>=0.4.7 python-dateutil>=2.6.0 python-dotenv>=0.6.2 python-gnupg>=0.3.9