Re: Tesseract set accuracy as speed

2012-05-09 Thread Zdenko Podobný
I would expect "For English (and a few other languages)" = "that in svn" -- Zdenko Dňa 06.05.2012 13:40, Sriranga(78yrs) wrote / napísal(a): > which are *few other* languages likely have cube module is trained as well > as tesseract?Accucary is preferred to speed. > > On Sun, May 6, 2012 at 1:18

Re: OCR-B Payment slip and numbers recogniton

2012-05-09 Thread Sven Pedersen
http://groups.google.com/group/tesseract-ocr?pli=1 Someone named Hunter posted about a year ago with a zip file of E13B MICR font training data, and someone else posted about the OCR-A font. Martin Pierre posted about OCR-B but I don't see the solution... --Sven On Wed, May 9, 2012 at 9:31 AM, F

Re: OCR-B Payment slip and numbers recogniton

2012-05-09 Thread Franco Giustetto
thank you Sven, I was searching for that, because I suppose (tell me if i'm wrong) that using specialized training for a single point should improve speed and accuracy. 'cause I'm new in both tesseract and google groups maybe I've performed a wrong search, where I can find the archive you are talki

Re: OCR-B Payment slip and numbers recogniton

2012-05-09 Thread Sven Pedersen
Someone has done training for the OCR-B font -- are you using that training data? Search the archives and you'll find the files to download. --Sven On Wed, May 9, 2012 at 3:21 AM, 101...@ticino.com <101...@ticino.com> wrote: > Hello, > I 'm trying to build up a program to read payment slip. The sl

OCR-B Payment slip and numbers recogniton

2012-05-09 Thread 101...@ticino.com
Hello, I 'm trying to build up a program to read payment slip. The slip contain a single OCR-B line on the bottom. That line is a record containing some coded information. It is divided in four blocks ( fields) but only three of them are delimited by special character separator and contains a modu

Re: Recognize digits from display

2012-05-09 Thread mamko
Lauro, give me your e-mail, i've something for you, but it's in french. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to tesseract-

Re: Need Help with my C# Wrapper

2012-05-09 Thread george livingston
HI, After i add all your code, the project build successfully. The output always returns tilde (~) character for all the images. Please guide me in a correct way to get the correct output text. Thanks in advance. Code >>> using System; using System.Collections.Generic; u