Nicolas Henry
Nicolas Henry
Hi, Thank you for the clarification and your answer. Yes I made a module from your repo (the function is made from sr.py yes) and other models as I said...
Hi @VajiraPrabuddhaka I got the same issue when I tried to put opencv as requirement in the buildozer.spec. Did you manage to fix this on your own ? `ImportError: dlopen...
Ok, fixed this by doing the following (sorry my machine is very young): `sudo apt-get install gcc-multilib g++-multilib` Now I have this: ``` tesserocr.cpp:601:10: fatal error: tesseract/publictypes.h: No such file...
Fixed this with this: `sudo apt-get install libtesseract-dev` We are here now: ``` /home/nicolas/anaconda3/compiler_compat/ld: cannot find -llept /home/nicolas/anaconda3/compiler_compat/ld: cannot find -ltesseract collect2: error: ld returned 1 exit status error: command...