Re: [tesseract-ocr] How should Vs2015 solve this problem ?

2016-12-28 Thread ShreeDevi Kumar
See https://github.com/tesseract-ocr/tesseract/wiki/Compiling for windows compiling instructions. If you have cloned the repo once by git clone https://github.com/tesseract-ocr/tesseract tesseract you can update it using *git pull origin* ShreeDevi

Re: [tesseract-ocr] How should Vs2015 solve this problem ?

2016-12-28 Thread ShreeDevi Kumar
Please rebuild leptonica with the latest source from github ( https://github.com/DanBloomberg/leptonica) and then rebuild tesseract with the latest source from github ( https://github.com/tesseract-ocr/tesseract) and try. ShreeDevi भजन

[tesseract-ocr] How should Vs2015 solve this problem ?

2016-12-28 Thread 송민규
How should Vs2015 solve this problem ? Too many Error... It looks like the pixRead function found the file "a.png" in C: \ datas, why does pixRead return a NULL value? OS : Windows 10 pro IDE tool : visual studio 2015 update 3 Teseract - ocr version link : https

Re: [tesseract-ocr] Need help to solve the "debug/zlib.lib is not a valid win32 program" issue!

2016-12-28 Thread Zdenko Podobný
1. Did you tried to contact author of that project[1]? 2. Did you tried to build tesseract with cppan as described on wiki [2]? [1] https://github.com/peirick/VS2015_Tesseract [2] https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows Zdenko On Wed, Dec 28, 2016 at 2:19 PM,

[tesseract-ocr] Need help to solve the "debug/zlib.lib is not a valid win32 program" issue!

2016-12-28 Thread liujunvii
Hi eveyone, i got an issue during running tesseract without debugging (ctrl+F5) in vs2015. vs2015 warn me that debug/zlib.lib is not a valid win32 program and just stop running while building (F7) is totally ok and pass. The compling instruction i followed is: "3.04.01 If you have Visual