Add workaround for Tesseract bug 1670

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-12 05:27:27 -04:00
parent 93c4814a89
commit 72311c73b5
4 changed files with 28 additions and 20 deletions

View File

@@ -56,6 +56,11 @@ Other changes
safe_dump to load and dump using the CSafeLoader and SafeLoader as fallback.
* Add SilenceLoggerTestCaseMixin to lower level of loggers
during tests.
* Add workaround for Tesseract bug 1670
https://github.com/tesseract-ocr/tesseract/issues/1670
https://github.com/tesseract-ocr/tesseract/commit/3292484f67af8bdda23aa5e510918d0115785291
https://gitlab.gnome.org/World/OpenPaperwork/pyocr/issues/104
Removals
--------

View File

@@ -2,19 +2,6 @@
Troubleshooting
###############
***********
Starting up
***********
Error !strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 201
============================================================================
Cause by an issue with Tesseract 4.0 under Python 3.
Solution::
export LC_ALL=C
********
Database