simonflueckiger

Results 25 comments of simonflueckiger

I see... not really sure how to package the libraries up in linux. As an alternative, you can use `conda install -c mcs07 tesserocr` if you have the conda package...

@mcs07 yes, for windows he can use my recipe `conda install -c simonflueckiger tesserocr` But as I understand it, @cancan101 is workin on linux at the moment, so he should...

@ricardomga just letting you know that I'm currently looking into this

@ricardomga let me know what setup you have (OS / 32bit or 64bit / python version) and I can give you a wheel for testing :)

@ricardomga thanks, forgot to ask: are you looking for tesseract 4 or 3.05.01/02?

@ricardomga can you do some testing with this: [tesserocr-2.3.0-cp36-cp36m-manylinux1_x86_64.zip](https://github.com/sirfz/tesserocr/files/2177838/tesserocr-2.3.0-cp36-cp36m-manylinux1_x86_64.zip) it bundles tesseract 4.0.0-beta.2, leptonica-1.76.0, libgif 5.1.4, libjpeg 9b, libpng 1.6.34, libtiff 4.0.9, zlib 1.2.11

I uploaded all the binaries for linux 32bit/64bit and Python 2.7/3.4/3.5/3.6/3.7 in case anyone else would like to test them: https://github.com/simonflueckiger/tesserocr-windows_build/releases/tag/tesserocr-v2.3.0-tesseract-4.0.0-beta.2

@ricardomga did the wheels work for you? @sirfz @ricardomga I think uploading them to PyPI is a splendid idea! Since all the binary dependencies were built on the [manylinux docker...

@ricardomga What code are you trying to run, do you know which specific line results in the segfault? What's the exact error you are getting? Which docker image are you...

@ricardomga yes, I am getting the exact same behavior just as you described it. Looking into it ...