Looking for: Tesseract 3.02 compiled to iOS6

2013-01-21 Thread Oren Shvalb
Hi, I'm trying to get this library already compiled but cannot seem to find it, if someone have it - please ... if someone could provide easy compilation instructions...please... Thanks, Oren -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.

Re: Passport MRZ characters OCR

2013-01-21 Thread sav
Hello all, How can I get 100% output for reading the* MRZ of passport.* Because *I only use 36 characters for this.* A to Z in caps and 0-9 digits. And after doing all tesseract training I only get wrong output for following: It detect *H* for *M*, *0* for *O* like wise. And one thing that It not

how add a new language that do not exist in tesseract's traineddata in download list?

2013-01-21 Thread h12g
hi, everyone. I am new to tesseract. I want add a new language -- Traditional Mongolian Script to tesseract. Traditional Mongolian Script have a different layout from any language. that write from top to bottom in line and lines from left to right. I know that have supported from tom to bottom

Re: Tesseract 3.02.02 Released

2013-01-21 Thread alex1q1q
Is there any GUI for training? I got box files but then it got complicated. Gui would make it easier and more convenient. less errors after all. thanks. On Saturday, November 3, 2012 7:50:34 AM UTC-7, zdenop wrote: > > Hello all, > > Tesseract OCR 3.02 was released (as 3.02.02) and you can find i

Re: Detecting Font size in android using Tesseract+Leptonica

2013-01-21 Thread Sven Pedersen
OK, weird, sorry about that. Seems I saw the reply and then the question. Using gmail which is usually reliable. :-( --Sven On Mon, Jan 21, 2013 at 6:44 PM, Sven Pedersen wrote: > Someone just answered this question -- perhaps you have a problem with > your email? > -_Sven > > > On Mon, Jan 21,

Re: Detecting Font size in android using Tesseract+Leptonica

2013-01-21 Thread Sven Pedersen
Someone just answered this question -- perhaps you have a problem with your email? -_Sven On Mon, Jan 21, 2013 at 7:33 AM, Karthik Kannan wrote: > I'm making an android app to perform OCR on text using Tessearact and > Leptonica(for binarization and Otsu thresholding) libraries. so my question

Re: Using tesseract for read ZONES

2013-01-21 Thread zdenko podobny
tesseract tries to open uzn files for defined[1] page segmentation modes (from 4 to 10 and 0[2] or other way: it does not use them for modes that request for automatic page segmentation). In attachment you can find example of image + uzn file from isri-ocr-evaluation-tools[3]. You can test it comm

Re: Detecting Font size in android using Tesseract+Leptonica

2013-01-21 Thread Zdenko Podobný
See my test for font features[1]. It produces output for font size. [1] http://pastebin.com/0dV84hBa -- Zdenko On 21.01.2013 14:33, Karthik Kannan wrote: I'm making an android app to perform OCR on text using Tessearact and Leptonica(for binarization and Otsu thr

Re: Segmentation fault while making box file from .tif image

2013-01-21 Thread Zdenko Podobný
https://code.google.com/p/tesseract-ocr/wiki/FAQ#actual_tessdata_num_entries_<=_TESSDATA_NUM_ENTRIES:Error:Ass On 20.01.2013 15:43, Firas almannaa wrote: Hello, I'm trying to make

Re: how to recognize this?

2013-01-21 Thread Quan Nguyen
You would have better success with 1) rescaling the image to 300 DPI, 2) send the coordinates of each letter, and 3) use PSM 10. On Monday, January 21, 2013 8:41:04 AM UTC-6, Luigi De Rosa wrote: > > Hi to all, > i'm trying to recognize those big characters in this attached picture. > I tried in

Re: Not abe to generate accurate output for Dartangnon-ITC and rageItalics fonts

2013-01-21 Thread Quan Nguyen
On Sunday, January 20, 2013 12:14:09 PM UTC-6, mohd@gmail.com wrote: > > Hi, > > I am working on this too. Although accuracy is high but I am facing two > problems. > > 1) Tesseract is not able to intercept two letters which mingles with each > other like capital "T" and "h". Capital "F" an

Re: Segmentation fault while making box file from .tif image

2013-01-21 Thread mohd . rehber
I think there are two possibilities to correct this error. 1) Please check that you are using correct command. for example : - if your tif file name is "eng.digits.exp0.tif" and you want to make box file from it then use following command *$ tesseract eng.digits.exp0.tif eng.digits.exp0 batch.n

Detecting Font size in android using Tesseract+Leptonica

2013-01-21 Thread Karthik Kannan
I'm making an android app to perform OCR on text using Tessearact and Leptonica(for binarization and Otsu thresholding) libraries. so my question is: Can I detect or atleast differentiate (larger/ smaller) between the font sizes that the app reads? -- You received this message because you are

Re: unicharambigs doesn't seem to work [Tesseract 3.01]

2013-01-21 Thread Nick White
Hi Preston, > However, when I set the type indicator to 0 (NOT_AMBIG) the replacement > never happens even when a replacement would change a word from a > non-dictionary word into a dictionary word. I've assured that the > dictionary contains the necessary word. It's my understanding that type 0

Re: unicharambigs doesn't seem to work [Tesseract 3.01]

2013-01-21 Thread preston . grossman
Does any one have any ideas regarding this issue? Is any work being done to address this problem? Is there a workaround I can apply? Thanks. On Friday, December 28, 2012 10:01:30 AM UTC+3, preston@gmail.com wrote: > > Hello, > > I'm using Tesseract 3.01 and unicharambigs doesn't work as exp