Re: Help in starting up tesseract in c++

2009-12-17 Thread SteveP
Check the posts from Remi Thomas for tessnet2. If the pictures are like scanned pages, you might not need to pre-process them; otherwise you might need to threshold them, perhaps a local adaptive threshold. On Dec 9, 7:24 pm, Jun Liang wrote: > Hi I am a student who is using tesseract to do some

Help in starting up tesseract in c++

2009-12-09 Thread Jun Liang
Hi I am a student who is using tesseract to do some word recognition from pictures. The language I am using is C++ with VS2008. So should I use the dll file or include the whole tesseract folder in my project? Can someone post me some codes as to how I should include the tesseract into my project t