Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 293 Bytes

faq.rst

File metadata and controls

5 lines (4 loc) · 293 Bytes

FAQ

  • FFI integration fails with segmenation fault and error message !strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209. This is problem in tesseract engine itself. You could fix it with quick and dirty solution like setlocale(LC_ALL, 'C'); before API call;