I may be wrong, but I don't believe that setting a blacklist to the character(s) often recognized in the scroll bar position will work, since it will just force the engine to interpret the perceived character as something else. However, since you probably know the position of the scrollbars, you might want to use a rectangular input region definition to include everything but the scrollbar area. Look at TessBaseAPI::TesseractRect() or TessBaseAPI::SetRectangle() in the baseapi.h header.
-Walter On Nov 17, 5:05 am, speeder <[email protected]> wrote: > I used a whitelist to detect only numbers, and noticed that all characters > are read as numbers. > > I assume blacklist do the opposite, and make a character get read as > something else. (ie: if you blacklist lowercase L, then it will be read as > uppercase "i" ) > > How I actually ban a character from being read? (ie: see my post about > scrollbars... I think if I ban { } | and some other characters, the > scrollbars will not bother me again. > > Maurício Gomes -- 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

