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: Extracting files from .tessdata

2010-05-22 Thread Zdenko Podobný
Hello Ramon, tesseract-ocr is developed by google (see http://groups.google.com/group/tesseract-ocr/msg/7408c699e27db341). I hope that after solving all/some issues final version of tesseract-ocr 3.00 will be released including tif+box files... Zd. Dn(a 20.05.2010 10:53, Ramon wrote / napísal(a

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