Hi,

         I'm using baseapi.h to call the functions of the Tesseract.
In my case I input the letters one by one to the tesseract. (ex A, B,
C seperately). So I need to tell  Tesseract that the image contains
only one letter each time. But now when I input a image of a letter in
some error recognitions it gives two letter output.  Currently I'm
using these functions.

tesseract::TessBaseAPI api;
api.Init(argv[0], lang, &(argv[arg]), argc-arg, false);
api.SetImage(data,iplimage->width,iplimage->height,iplimage->depth/
8,iplimage->widthStep);
api.SetRectangle(0,0,iplimage->width,iplimage->height);

So what functions should I use to make sure that Tesseract knows about
the letter count. please help me on this problem.
Thanks in advance,

Regards,
Thilanka.

-- 
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.

Reply via email to