Closed GoogleCodeExporter closed 9 years ago
ok, Qt and tesseract api work in linux with "su -" -> ./qtcreator. Anyway it's a
problem of Qt software I think. If someone knows how it work without that
command
please tell me. Thanks and sorry for my english
Un saludo
Original comment by zero...@gmail.com
on 4 Aug 2009 at 9:49
With NULL as the first parameter to Init, it will try too guess the location of
the
tessdata directory. It looks like this guess is going wrong because of the
initialization of Qt, so use a non-NULL explicit path instead.
Original comment by theraysm...@gmail.com
on 11 Aug 2009 at 8:32
[deleted comment]
[deleted comment]
[deleted comment]
I have the solution
#include <locale.h>
setlocale (LC_NUMERIC, "C");
Original comment by zero...@gmail.com
on 7 Nov 2009 at 3:01
Issue 250 has been merged into this issue.
Original comment by zde...@gmail.com
on 14 Nov 2012 at 10:17
I have same issue, with tesseract-3.02 in Qt 4.8.
Using explicit path to datadir do nothing.
But setting LC_NUMERIC both from code and from shell works.
I think tesseract should run with any locale, but, for me, when LC_NUMERIC is
ru_RU.UTF-8 - it's broken.
Original comment by mchesh...@gmail.com
on 18 Jul 2013 at 4:03
Original issue reported on code.google.com by
zero...@gmail.com
on 1 Aug 2009 at 9:48