From 7823c80710445648e62fb47b25e0ab169ce88487 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 12 Apr 2019 04:10:15 -0400 Subject: [PATCH] Add note about Tesseract 4 with Python 3 Signed-off-by: Roberto Rosario --- docs/topics/troubleshooting.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/topics/troubleshooting.rst b/docs/topics/troubleshooting.rst index fe7d4a8ce7..34d72421de 100644 --- a/docs/topics/troubleshooting.rst +++ b/docs/topics/troubleshooting.rst @@ -2,6 +2,19 @@ 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