Add new default Tesseract OCR backend

This new backend uses a command call to avoid
Tesseract bug 1670
(https://github.com/tesseract-ocr/tesseract/issues/1670).

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-27 15:44:09 -04:00
parent e5aa4553be
commit 32cf0a0595
5 changed files with 131 additions and 1 deletions

View File

@@ -208,6 +208,9 @@ Other changes
* Remove app top level star imports.
* Monkeypatch group and user models to make their fields
translatable.
* Add new and default Tesseract OCR backend to avoid
Tesseract bug 1670
(https://github.com/tesseract-ocr/tesseract/issues/1670)
Removals
--------