Re: VS2010 and use of ResultIterator

2012-02-10 Thread TP
On Thu, Feb 9, 2012 at 1:32 PM, TyDam' wrote: > Thanks for your answer. > I already read and have a look on this project. > Without modification this project compil and run but when I modify it > by adding: > > tesseract::ResultIterator *ri; > ri=api.GetIterator(); > char * out2 = ri->GetUTF8Text(

Re: Training tesseract for hand written letters

2012-02-10 Thread Sriranga(78yrsold)
You have to train chars in the printed image and also handwritten image separately and generate trained data for printed and handwritten images, since tesseract.exe of version 3.02 can be used to generate output using command line as "tesseract -l pri+han " {(pri=pri.traineddata(for printed ima

Re: Training tesseract for hand written letters

2012-02-10 Thread Aruna Devi
yeah sure sir. i took the scan of a document. both in png and tif format. i want to know the simple methods of how to train the tesseract. but how to upload image over here? thanks for your valuable replies. On Feb 10, 1:34 pm, "Sriranga(78yrsold)" wrote: > Please furnish which version of tessera

Re: Training tesseract for hand written letters

2012-02-10 Thread Aruna Devi
Sorry Sir, i do not have any hand written samples of each letter, my task is to recognise a form (image) which has both printed and hand written characters and convert to editable form.but the editable form consists of only printed characters but hand written is not getting recognised (sometime

Re: Training tesseract for hand written letters

2012-02-10 Thread Merve Temizer
You must train tesseract with hand written samples. 2012/2/10 Sriranga(78yrsold) > Please furnish which version of tesseract-ocr is using to test for > printed or handwritten? please upload sample of handwritten. > > > On Fri, Feb 10, 2012 at 1:30 PM, Aruna Devi wrote: > >> Hai, >> I m working

Re: Training tesseract for hand written letters

2012-02-10 Thread Sriranga(78yrsold)
Please furnish which version of tesseract-ocr is using to test for printed or handwritten? please upload sample of handwritten. On Fri, Feb 10, 2012 at 1:30 PM, Aruna Devi wrote: > Hai, > I m working on OCR now, using tesseract my application is able to > recognise printed characters but not ha

Re: Training tesseract for hand written letters

2012-02-10 Thread Aruna Devi
Hai, I m working on OCR now, using tesseract my application is able to recognise printed characters but not hand written, i searched for how to recognise hand written characters but not able to understand it. I'm working on windows7. so plz help me in how to proceed with this. Thank you. --