Add workaround for Tesseract bug 1670
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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
|
||||
--------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user