Re: problem in single word recognition

2011-02-22 Thread Dmitry Silaev
I might not understood you fully, but this is an obvious excerpt from "baseapi.h": "Each SetRectangle clears the recogntion results so multiple rectangles can be recognized with the same image" Indeed, SetRectangle() calls ClearResults() which "deletes the pageres and clears the block list ready

problem in single word recognition

2011-02-21 Thread Jacob George
Hi, I am using Tesseract 3.0 for my project which requires real time text recognition from a video stream of a web camera. I need only to recognize a single word or character after finding lines. In my code the function findlines() is called first (after setting the image using SetImage) and using