Hello All, I am new to this Tesseract and my plan is to create a Good OCR application , which reads image are input and delivers Text output ...
How to customize , Means . --- http://stackoverflow.com/questions/5079635/how-can-i-use-tesseract-ocror-any-other-free-ocr-in-small-c-project For starters: - include baseapi.h & construct TessBaseAPI object - call Init() - Some optional like - change some params with the SetVariable() func. You can see all the params and their values if you print them in a file using PrintVariables() func. - change the segmentation mode with SetPageSegMode(). Tell tesseract what the image you are about to OCR represents - block or line of text, word or character. - SetImage() - GetUTF8Text() (Again, that is just for starters.) - Can we able to Customize the Segmentation mode ? I tired all possible modes, but not getting good output .. Need Help Pixee -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

