>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 which is consistent with that described in http://code.google.com/p/tesseract-ocr/wiki/FAQ On Apr 16, 4:51 pm, acidzombie24 <acidzombi...@gmail.com> wrote: > Hi i am using the .NET wrapper for tesseract. I wanted to know (either > inside of the wrapper or of any public function) if there is a way to > disable special characters? I only need A-Z 0-9 and special characters > is ALWAYS wrong which i occasionally get. > > -- > You received this message because you are subscribed to the Google Groups > "tesseract-ocr" group. > To post to this group, send email to tesseract-...@googlegroups.com. > To unsubscribe from this group, send email to > tesseract-ocr+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/tesseract-ocr?hl=en. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-...@googlegroups.com. To unsubscribe from this group, send email to tesseract-ocr+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.