mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
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
This commit is contained in:
parent
731942d855
commit
72b1ce5fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue