Re: Confidence in HOCR file

2012-11-14 Thread Zdenko Podobný
Word confidence in HOCR was implemented after releasing 3.02.02 ;-) so you need to checkout current svn and recompile. For char confidence you need to use tesseract API (to program it). Search in this forum (maybe issues) for example. -- Zdenko On 14.11.2012 15:40, José Luis Rey wrote: Hello

Re: Working directories

2012-11-14 Thread zdenko podobny
On Wed, Nov 14, 2012 at 4:12 PM, José Luis Rey wrote: > You do not need to compile tesseract. Just set your TESSERACT_DATA to your > tessdata directory (e.g. %AppData%) (before **calling tesseract)... > That's all. > > Imaging that you are running on vista/7 as a regular user, you can not > writ

Re: Working directories

2012-11-14 Thread José Luis Rey
You do not need to compile tesseract. Just set your TESSERACT_DATA to your tessdata directory (e.g. %AppData%) (before calling tesseract)... That's all. Imaging that you are running on vista/7 as a regular user, you can not write nothing to the tessdata directory, then if you need to write a c

Confidence in HOCR file

2012-11-14 Thread José Luis Rey
Hello Friends, It's posible to get char/word confidence in an HOCR file. I'm working hard in a FREE Forms Scan/Recognition and i'm planning to use Tesseract as OCR engine. Regards, Rey -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post t

Re: Working directories

2012-11-14 Thread José Luis Rey
Opss I did not see this response, For my working dirs are the dirs pointed by the env var : %TESSERACT_DATA% I see that a need to compile to change the default config/dictionary to the correct windows vista/7 %AppData% directory, this will allow applications to create config files without nee

Tesseract Forms Recognition,

2012-11-14 Thread José Luis Rey
Hello friends, I wrote a post a few time ago but it does not appear, I'm working developing a free Forms recognition solution, using tesseract as ocr, is there any body out there doing the same?? I'm going to put greetings to this forum and tesseract developers in the about pages, and I want to

Re: Working directories

2012-11-14 Thread zdenko podobny
On Wed, Nov 14, 2012 at 3:38 PM, José Luis Rey wrote: > Opss I did not see this response, > > For my working dirs are the dirs pointed by the env var : %TESSERACT_DATA% > > I see that a need to compile to change the default config/dictionary to > the correct windows vista/7 %AppData% directory, t