Re: Disable Special characters?

2010-04-18 Thread MARTIN Pierre
Dear NGuyenQ, > From the page http://www.pixel-technology.com/freeware/tessnet2/ > tessnet2.Tesseract ocr = new tessnet2.Tesseract(); > ocr.SetVariable("tessedit_char_whitelist", "0123456789"); // If digit only This is brilliant advice you just gave him. It is very effective, i just tested it on

Re: TRAINING ... Font name = UnknownFont.

2010-04-18 Thread zdpo
I think I find the way for tesseract 3.00 after testing and looking to source code... I will try to describe it this week on http://www.sk-spell.sk.cx/tesseract-ocr-en... Zd. On 17. Apr, 10:01 h., zdpo wrote: > Hello, > > Can somebody suggest me what to do, let tesseract recognize font name > d

Re: Disable Special characters?

2010-04-18 Thread zdenko podobny
Hello, if I correctly understood "Comment by ffournel, Mar 30, 2010" on http://code.google.com/p/tesseract-ocr/wiki/FAQ we can achieved the same behavior by creating config file (e.g. digits in directory tessdata/configs/) with line: tessedit_char_whitelist 0123456789 and than to run: C:>tesser