[tesseract-ocr] Re: OCR-A recognition with tesseract

2016-11-26 Thread Pierre-Luc Pineault
You might be interested by this example : https://github.com/BigPino67/Tesseract-MICR-OCR Le vendredi 25 novembre 2016 14:39:54 UTC-5, mxi010...@gmail.com a écrit : > > We are trying to recognize the text of an ID, but we have some problems > with the detection because the text in the ID is of

[tesseract-ocr] Re: Tesseract FONT for OCRA Standard

2016-06-13 Thread Pierre-Luc Pineault
I haven't train this font and I've not encounter the same problem as you. This might mean that you haven't drop your trained data file to the good directory. If you have installed tesseract for Windows, you will have to drop the file in that directory. Tesseract-Ocr uses some Environment

[tesseract-ocr] Re: Tesseract FONT for OCRA Standard

2015-10-26 Thread Pierre-Luc Pineault
The charater set is only on digits (0 to 9) To make it works, declare a new TesseractEngine instance like this : TesseractEngine engine = new TesseractEngine("", "ocr", EngineMode.TesseractOnly); Le lundi 26 octobre 2015 03:51:07 UTC-4, Pierre-Luc Pineault a écrit :

Re: [tesseract-ocr] Tesseract FONT for OCRA Standard

2015-10-26 Thread Pierre-Luc Pineault
Hi Zdenko, do you any proposition where I can drop the file ? Le lundi 26 octobre 2015 03:57:20 UTC-4, zdenop a écrit : > > Can you place it somewhere (e.g. for further improving) on internet so we > can link it for wiki? > > Zdenko > > On Sun, Oct 25, 2015 at 9:49 PM

Re: [tesseract-ocr] Tesseract FONT for OCRA Standard

2015-10-26 Thread Pierre-Luc Pineault
epositary for developers. > > Am Montag, 26. Oktober 2015 12:45:02 UTC+1 schrieb Pierre-Luc Pineault: >> >> Hi Zdenko, do you any proposition where I can drop the file ? >> >> Le lundi 26 octobre 2015 03:57:20 UTC-4, zdenop a écrit : >>> >>> Can you place