Re: Integrating tesseract into Qt (C++ project)

2012-08-26 Thread zdenko podobny
Have a look at https://github.com/zdenop/tesseract-mingw - there are mingw versions of (hopefully) all needed files. You should be able to integrate them easily to QT Creator project. -- Zdenko On Fri, Aug 24, 2012 at 11:34 AM, zdenko podobny wrote: > First of all you need tesseract dependenci

Re: Integrating tesseract into Qt (C++ project)

2012-08-24 Thread zdenko podobny
On Fri, Aug 24, 2012 at 12:32 PM, TP wrote: > On Fri, Aug 24, 2012 at 2:34 AM, zdenko podobny wrote: > > First of all you need tesseract dependencies (leptonica + its > dependencies). > > You can compile it by yourself, but in this case you need to install > > mingw+msys environment... than you

Re: Integrating tesseract into Qt (C++ project)

2012-08-24 Thread TP
On Fri, Aug 24, 2012 at 2:34 AM, zdenko podobny wrote: > First of all you need tesseract dependencies (leptonica + its dependencies). > You can compile it by yourself, but in this case you need to install > mingw+msys environment... than you need to compile tesseract library. > > In past I was su

Re: Integrating tesseract into Qt (C++ project)

2012-08-24 Thread zdenko podobny
First of all you need tesseract dependencies (leptonica + its dependencies). You can compile it by yourself, but in this case you need to install mingw+msys environment... than you need to compile tesseract library. In past I was successful in using leptonica library build by VC++ ( leptonica-1.6

Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread Milan
Windows 7, and using QT Creator. On Thursday, August 23, 2012 8:17:07 PM UTC+2, zdenop wrote: > > What OS + IDE are you using? > -- > Zdenko > > On Thu, Aug 23, 2012 at 7:30 PM, Milan >wrote: > >> Thank you all for the answers. >> >> Zdenko I have a really beginners question, what are all the st

Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread zdenko podobny
What OS + IDE are you using? -- Zdenko On Thu, Aug 23, 2012 at 7:30 PM, Milan wrote: > Thank you all for the answers. > > Zdenko I have a really beginners question, what are all the steps I need > to take so I can start working on something similar to the application you > showed me[1]. My bigg

Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread Milan
Thank you all for the answers. Zdenko I have a really beginners question, what are all the steps I need to take so I can start working on something similar to the application you showed me[1]. My biggest problem is implementing libraries and so on, this is my 1st time using code that I did not

Re: Integrating tesseract into Qt (C++ project)

2012-08-22 Thread zdenko podobny
On Wed, Aug 22, 2012 at 6:38 AM, Andres wrote: > Yes, it is possible. > > You have 2 choices: > > - you can call tesseract executable from your app. > > - you can use the api interface and link your project with tesseract. > If you want to use c++ API you can use tesseractmain.cpp[1] as example

Re: Integrating tesseract into Qt (C++ project)

2012-08-22 Thread iso8859
Look at the .NET wrapper, it's written in C++ and can help you a lot. http://www.pixel-technology.com/freeware/tessnet2/dotnet.rar Le mardi 21 août 2012 23:17:59 UTC+2, Milan a écrit : > > Hello everyone, > > I made a gallery, now I need to implement OCR function using tesseract, is > this even p

Re: Integrating tesseract into Qt (C++ project)

2012-08-21 Thread Andres
Yes, it is possible. You have 2 choices: - you can call tesseract executable from your app. - you can use the api interface and link your poject with tesseract. To see how, read the documentation and the old messages in this group. Regards. El 22/08/2012 00:15, "Milan" escribió: > Hello ever

Integrating tesseract into Qt (C++ project)

2012-08-21 Thread Milan
Hello everyone, I made a gallery, now I need to implement OCR function using tesseract, is this even possible? So a bit about the application, I am opening the image using Qt methods, and everything is working fine considering that part, now I need to implement the part where the user clicks on