[tesseract-ocr] Re: compiling tesseract on cygwin

2014-10-01 Thread Wes Fowlks
I was able to build it. Do you need it to be from the git repo? to get the language data, you can use curl and download it from the google code site: curl -L -o tesseract-ocr-3.02.tar.gz https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.eng.tar.gz I have included a shell script

Re: [tesseract-ocr] Re: compiling tesseract on cygwin

2014-10-01 Thread Simon Eigeldinger
hi, thanks. interesting. just compiled a static build and got 1 dll (cygtesseract-3.dll size around 3592 kb) and tesseract.exe (around 84 kb). last time in 2012 i kind of got a nearly 27 mb large exe (tesseract.exe). without actually the other dlls. but it seems to run without any problem. i