Re: [tesseract-ocr] Run Tesseract on linux without shared libraries

2016-01-21 Thread Nick White
Hi Łukasz, > Is it possible to run tesseract without setting up > LD_LIBRARY_PATH? Why don't you want to just use LD_LIBRARY_PATH? I suspect, to be honest, that it would be difficult to compile the leptonica library into the tesseract executable. It would be fun and interesting (to me) to

[tesseract-ocr] Run Tesseract on linux without shared libraries

2016-01-20 Thread Łukasz Antczak
Hello! I need to run tesseract without leptonica installed on the CentOS system. I have leptonica liblept.so available, and I am able to compile tesseract pointing to that directory. Is it possible to run tesseract without setting up LD_LIBRARY_PATH? Maybe there is some way to add some