Re: Integrating Tesseract with another open source project

2013-10-04 Thread zdenko podobny
sample code is on wiki (APIExample) Zdenko On Fri, Oct 4, 2013 at 4:40 PM, Veerendra Jonnalagadda wrote: > Hi > I am looking for sample code for extraction of text from image, Kindly > share sample codes soi that it would be helpful in understanding > Regards > Veerendra > > > On Friday, 2

Re: Integrating Tesseract with another open source project

2013-10-04 Thread Veerendra Jonnalagadda
Hi I am looking for sample code for extraction of text from image, Kindly share sample codes soi that it would be helpful in understanding Regards Veerendra On Friday, 21 May 2010 22:51:55 UTC+5:30, Thilanka wrote: > > Hi, > > I'm working with a the Sahana OCR project for my gsoc se

Re: Integrating Tesseract with another open source project

2010-05-26 Thread david.torne
I added tessdll.bin in project properties->linker->input and in C++ also In properties the folder where is located the binary. I directly pointed to main tessarac folder in disk. On May 25, 12:49 pm, Thilanka wrote: > HI Zdenko Podobny, > > I tried to write sample code as your instructions. I have

Re: Integrating Tesseract with another open source project

2010-05-25 Thread Jimmy O'Regan
On 25 May 2010 17:49, Thilanka wrote: > HI Zdenko Podobny, > > > I tried to write sample code as your instructions. I have add all the > header files and the lib files to the project. It seems from your error that the headers are included ok, but the lib isn't - that's what you should be checking

Re: Integrating Tesseract with another open source project

2010-05-25 Thread Thilanka
HI Zdenko Podobny, I tried to write sample code as your instructions. I have add all the header files and the lib files to the project. Then I have included the baseapi.h and wrote as follows. #define TESSDLL_IMPORTS #include "stdafx.h" #include "baseapi.h" #include using namespace std; int m

Re: Integrating Tesseract with another open source project

2010-05-23 Thread david.torne
I am a programmer (Engineer) also and integrating tessearct to the gttext.googlecode.com project. I found this, have a look... http://code.google.com/p/tesseract-ocr/issues/detail?id=297 Good Luck in your Google Summer of Code project!! I have tested tessearct and it is fun to see how sometimes

Re: Integrating Tesseract with another open source project

2010-05-23 Thread zdenko podobny
Hi, it will be better to use forum than to contact me (I am not programmer - I am just user that try to read documentation :-) ) Zd. On Sat, May 22, 2010 at 7:38 PM, Thilanka wrote: > Hi Zdenko, > > Thank you very much for the tips. I'll contact you if > I face any problem on this.

Re: Integrating Tesseract with another open source project

2010-05-22 Thread Thilanka
Hi Zdenko, Thank you very much for the tips. I'll contact you if I face any problem on this. Regards, Thilanka. On May 22, 1:40 pm, Zdenko Podobný wrote: > seehttp://code.google.com/p/tesseract-ocr/wiki/ReadMe: > >     Another important change is that you should *really* be using >

Re: Integrating Tesseract with another open source project

2010-05-22 Thread Zdenko Podobný
see http://code.google.com/p/tesseract-ocr/wiki/ReadMe: Another important change is that you should *really* be using TessBaseAPI if you are linking with another program. In Linux (non-Windows) the main library is now libtesseract_api.a instead of the old libtesseract_full.a. In wi

Integrating Tesseract with another open source project

2010-05-21 Thread Thilanka
Hi, I'm working with a the Sahana OCR project for my gsoc session. In this I'm planning to use Tesseract for the character recognition in the Sahana OCR project(is it an opensource project). The Sahana OCR code has written in Visual C++. We cannot use the Tesseract exe for our project. So