Re: Using tesseract with VS2012. HELP PLEASE

2012-11-27 Thread Minjie Zheng
Yeah I get the same errors. It's because the dlls are compiled with vs2008 so they are looking for msvcr90.dll, which is msvcr100.dll for vs2010 and msvcr110.dll for vs2012. I tried recompiling libtesseract302.lib with vs2012. It compiled fine and my project can compile. But it again won't

Re: Gujarati language pack is not available in download list

2012-11-27 Thread Jayant Solanki
I read your reply and mailed to RKVS Raman but i didn't get replied back from RKVS Raman. please help.. http://code.google.com/p/tesseract-ocr/downloads/list above is the link where most of language pack is available. but Gujarati-OCR tar file is not available. i need Gujarati-OCR file.

Re: Using tesseract with VS2012. HELP PLEASE

2012-11-27 Thread zdenko podobny
And what about installing Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)? In release notes[1] it is suggested for executables... [1] *https://groups.google.com/d/topic/tesseract-ocr/EXyGqT9osrw/discussion* * * On Tue, Nov 27, 2012 at 5:15 AM, Minjie Zheng zmin...@gmail.com wrote:

Re: Using tesseract with VS2012. HELP PLEASE

2012-11-27 Thread Minjie Zheng
I can run the provided executables just fine since I do have the 2008 Redistributable. But I'm trying to access tesseract's api for my own application, which requires linking to the libtesseract302.dll and liblipt168.dll or the static linked libraries. The problem is that my application is