Image Micro Feature Extraction?

2012-04-13 Thread mw18888
The tesseract extracts the micro feature from image blob. Eventually, the function will find out the outlines of the character. Each outline is defined as two points, the start and the end. My question is accuracy of defining these list of two-points if the character is a small size font, E.G x<10

Re: Configuration / Documentation

2012-04-13 Thread Zdenko Podobný
Dn(a 13.04.2012 09:20, troplin wrote / napísal(a): > Hello, > > is there any documentation about config files and configuration variables? > I am especially interested in a list of the most important/useful variables > from a user point of view. > > Regarding config files and API, is the "api_con

Re: Tesseract Classification

2012-04-13 Thread Zdenko Podobný
2.01 is too old. So I would suggest to use tesseract executable only or upgrade to tesseract 3.02. Save your data as image (in format that is recognized by tesseract 2.01) and run: tesseract image_file output_file Zdenko Dňa 13.04.2012 06:20, Ankur Rana wrote / napísal(a): > Please see the att

Configuration / Documentation

2012-04-13 Thread troplin
Hello, is there any documentation about config files and configuration variables? I am especially interested in a list of the most important/useful variables from a user point of view. Regarding config files and API, is the "api_config" file still used or ist that just a relict from version 2?

Trouble recognizing Digits

2012-04-13 Thread AMetnik
Hello out there, i was hoping someone could tell me why it is my Tesseract has trouble recognizing some images with digits. Everything is working according to test, and since it is only digits i need, i thought i could manage with the english pattern untill i had to start with the 7segmented dis

Re: Tesseract Classification

2012-04-13 Thread Karin
I use tesseract in java.. can u give me script tesseract in java? -- 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-ocr+uns

Re: Tesseract Classification

2012-04-13 Thread Karin
On Apr 12, 11:25 am, Mayur Mudigonda wrote: > I think if you were writing your own classification code, you'd have to > edit the classification (cpp files) and compile them manually. You would > also branch from the default Tesseract build. > > I am interested in analyzing the use of more powerf