Installing into Windows Vista

2011-05-11 Thread Andres
Hi, I'm doing a project in which I require to use this. The plan is to integrate this into a microprocessor and run it from there. But first I would like to test the software on my computer but cannot find any way to install it. Can someone please help me? When I do the windows installer and run th

Re: When Tesseract refers to dictionary

2011-05-11 Thread Parmeet
Hello Patrick, Thanks for your feedback. I would really like to know how to set tess variable to tell the name of my dictionary and what is the format of dictionary. I have many words which are not proper English words( for instance company names), so i really need to know the exact procedure to i

Re: Catalan language

2011-05-11 Thread jinglada
On May 11, 9:53 pm, zdenko podobny wrote: > On Wed, May 11, 2011 at 9:22 PM, jinglada wrote: > > In the /usr/share/tesseract-ocr/tessdata I have the following files: > > > cat.DangAmbigs  spa.DangAmbigs  eng.DangAmbigs  fra.DangAmbigs > > por.DangAmbigs > > cat.freq-dawg   spa.freq-dawg   eng.f

Re: Catalan language

2011-05-11 Thread zdenko podobny
On Wed, May 11, 2011 at 9:22 PM, jinglada wrote: > In the /usr/share/tesseract-ocr/tessdata I have the following files: > > cat.DangAmbigs spa.DangAmbigs eng.DangAmbigs fra.DangAmbigs > por.DangAmbigs > cat.freq-dawg spa.freq-dawg eng.freq-dawg fra.freq-dawg > por.freq-dawg > cat.inttemp

Re: Catalan language

2011-05-11 Thread jinglada
May be better this way: cat.DangAmbigs cat.freq-dawg cat.inttemp cat.normproto cat.pffmtable cat.unicharset cat.user-words cat.word-dawg eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.unicharset eng.user-words eng.word-dawg fra.DangAmbigs fra.freq-dawg fra.inttemp fra.nor

Catalan language

2011-05-11 Thread jinglada
In the /usr/share/tesseract-ocr/tessdata I have the following files: cat.DangAmbigs spa.DangAmbigs eng.DangAmbigs fra.DangAmbigs por.DangAmbigs cat.freq-dawg spa.freq-dawg eng.freq-dawg fra.freq-dawg por.freq-dawg cat.inttemp spa.inttemp eng.inttemp fra.inttemp

How to read/write from right to left?

2011-05-11 Thread Haydar
Hi, I know that tesseract does not support right-to-left languages yet. But I would like to ask if there is a way to make tesseract read the text-image or write the output from right-to-left. Thanks in advance... Regards, --haydar -- You received this message because you are subscribed to the G

Re: When Tesseract refers to dictionary

2011-05-11 Thread patrickq
The dictionary is used along with a list of character combinations considered to be ambiguous. This is a list that is part of the training set. For example, it includes an entry that says that the sequence "rn" can be mistaken for the letter 'm'. For each entry in that list there is an indication w

When Tesseract refers to dictionary

2011-05-11 Thread Parmeet
Hi all, I am trying to figure out in what sense tesseract-ocr is referring to dictionary words. I have made image of the word "Difficult" as "diflicult" and given it to OCR. It gives me "diflicult" as the output which is same as the image and not "difficult" which should be the case in which it wo