Re: Problem using DangAmbigs and user-words files

2010-08-06 Thread caro
someone to help me? thank you On Jul 20, 4:18 pm, caro wrote: > I try to complete these files, after looking at errors appearing > during the recognition. > Typically, I have the following error which occurs very ofter: > tesseract recognizes FESLLTS instead of RESULTS > > So I had in the file u

Re: OSAL required

2010-08-06 Thread Genius Mchlachla
Hint, samsung On Sat, Jul 31, 2010 at 12:08 PM, Jimmy O'Regan wrote: > On 31 July 2010 03:43, Arno Teigseth wrote: > > On Tue, 2010-07-13 at 18:30 +0100, Jimmy O'Regan wrote: > >> On 13 July 2010 09:34, sai wrote: > >> > Hi, I want to port this engine in our specific operating system( I > >> >

Re: California License Plate font issues with OCR

2010-08-06 Thread ZIA
Hi Andre Sorry for late reply to forum, I have tried the link that you have posted, but some how it didn't recognize the CA license plate from input image, so I gave up on this one. It says that this application is for European LP. I have changed the ratio to resemble to CA LP ratio, but it was not

Re: How to use tesseract in a C++ program?

2010-08-06 Thread caro
Hi Andres, I tried including the tessdll.lib. My code is: / **/ IplImage* img = cvLoadImage("number36.tif", 0) ; /// load image into grayscale if ( img==NULL ) return -1; TessDllAPI api("eng"); api.Begi

Re: How to use tesseract in a C++ program?

2010-08-06 Thread caro
I did some reseach to find out my problem of results difference between using dlltest.exe and using tessdll.dll in another code (windows, visual c++). After some investigations, it seems to be a problem of conversion of image using openCV. When I open the image using IMAGE (in dlltest), it works,

Re: Open Source OCR system

2010-08-06 Thread Moscow Rime Dharma Centre
Dear Rakesh! Here is a first version of documentation. http://www.buddism.ru///ocrlib/documentation/1280860165.phtml?edit=print we start work about Kannada script and has first result (see in documentation) We will be happy help you and answer the questions! Your alex -- You received this messa

Re: California License Plate font issues with OCR

2010-08-06 Thread ZIA
Hello Giuseppe I never heard about Leptonica, I am going to read about it and see how it will help in my case. I went through your sample code, be honest, it didn't make a lot of sense, I think should read about leptonica first and then it will make sense. Just few question, as you said that you a

OpenSource Orient OCR and translation system

2010-08-06 Thread Moscow Rime Dharma Centre
New version of documentation for OpenSource Orient OCR and translation system http://www.buddism.ru///ocrlib/documentation/1280860165.phtml?edit=print This is new OCR engine. It is used vector and matrix recognition. We can coordinate this project with tesseract code. Mainly it can be common inter

SVN version misses file /usr/share/tessdata/eng.user-words

2010-08-06 Thread HWJ
I've built tesseract from SVN (2010/08/03). When run it wants to read the file /usr/share/tessdata/eng.user-words which isn't contained the SVN. What am I missing? (on Gentoo Linux) Thanks for a hint, Helmut. -- You received this message because you are subscribed to the Google Groups "tessera

Re: Open Source OCR system

2010-08-06 Thread Moscow Rime Dharma Centre
Dear friend here it is first fersion of documentation http://www.buddism.ru///ocrlib/documentation/1280860165.phtml?edit=print We will be happy help you and answer the questions! Your alex -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post

OCR forum

2010-08-06 Thread haratron
I'd like to know if there's an OCR forum and/or IRC channel where people can ask/answer OCR related questions. Anyone knows if something like that exists? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tess

Re: Problem using DangAmbigs and user-words files

2010-08-06 Thread zdenko podobny
Did you tried the latest revision (r449)? Zd. On Wed, Aug 4, 2010 at 3:52 PM, caro wrote: > someone to help me? > > thank you > > On Jul 20, 4:18 pm, caro wrote: > > I try to complete these files, after looking at errors appearing > > during the recognition. > > Typically, I have the following

Re: SVN version misses file /usr/share/tessdata/eng.user-words

2010-08-06 Thread Jimmy O'Regan
On 3 August 2010 15:17, HWJ wrote: > I've built tesseract from SVN (2010/08/03). > When run it wants to read the file > /usr/share/tessdata/eng.user-words > which isn't contained the SVN. Oh cringe. Could you file an issue for this? It's a small fix, but I can't do it at the moment. -- jimreg

Re: OCR forum

2010-08-06 Thread Jimmy O'Regan
On 5 August 2010 02:38, haratron wrote: > I'd like to know if there's an OCR forum and/or IRC channel where > people can ask/answer OCR related questions. > Anyone knows if something like that exists? > Not that I'm aware of, sorry. -- jimregan, that's because deep inside you, you are evil.

Re: Problem using DangAmbigs and user-words files

2010-08-06 Thread Jimmy O'Regan
On 6 August 2010 14:31, zdenko podobny wrote: > Did you tried the latest revision (r449)? > Zd. > I doubt it'll make a difference. -- jimregan, that's because deep inside you, you are evil. Also not-so-deep inside you. -- You received this message because you are subscribed to the Google Gr

Re: How to use tesseract in a C++ program?

2010-08-06 Thread Andres
Hi Caroline, Are you passing a IplImage pointer to tesseract ? Regards, Andres 2010/8/3 caro > I did some reseach to find out my problem of results difference > between using dlltest.exe and using tessdll.dll in another code > (windows, visual c++). > > After some investigations, it seems to

Re: How to use tesseract in a C++ program?

2010-08-06 Thread Jimmy O'Regan
On 6 August 2010 16:44, Andres wrote: > Hi Caroline, > > Are you passing a IplImage pointer to tesseract ? That seems like it would be a common enough operation that it might be worth having (optional, off by default) support for. I don't propose to do it myself, but as this year's Summer of Code

Re: How to use tesseract in a C++ program?

2010-08-06 Thread Andres
Seems a good idea. I was thinking in making it as I need it, but I never found time for that so far... 2010/8/6 Jimmy O'Regan > On 6 August 2010 16:44, Andres wrote: > > Hi Caroline, > > > > Are you passing a IplImage pointer to tesseract ? > > That seems like it would be a common enough operat