Re: read other languages ​​by tesseract on c #

2011-10-07 Thread Zdenko Podobný
If there is error message: Unable to load unicharset file C:\Program Files\Tesseract-OCR\ita.unicharset" than it means that your program expect language files (ita.*) in directory "C:\Program Files\Tesseract-OCR\" and not in "...\tessdata" Zdenko Dňa 07.10.2011 18:20, Alessandro Latella w

Re: read other languages ​​by tesseract on c #

2011-10-07 Thread Quan Nguyen
The error indicated the program was looking for the data files in C: \Program Files \Tesseract-OCR folder, not C:\Program Files \Tesseract-OCR\tessdata as you specified in your code. Can you try to determine why the discrepancy? You may want to take a look at VietOCR.NET 2.0x, which makes use of t

Re: Android Platform

2011-10-07 Thread rafael favaro
try this baseApi.init(myDir.toString(), "eng"); do you have some example how to capture myImage ??? i want to put .jpg , but a dont know jow tnk 2011/10/6 ricardocunha > Rafael, I have the same problem, I´m trying to execute android test > project, there is a step with the same code of line 3:

Re: read other languages ​​by tesseract on c #

2011-10-07 Thread Alessandro Latella
The error is "Unable to load unicharset file C:\Program Files \Tesseract-OCR\ita.unicharset", but in the directory ...\tessdata there are all the "ita." files. Yes the image work correctly with tesseract.exe On 5 Ott, 04:27, Quan Nguyen wrote: > What's the error exactly? Does the image work with

Choice Iterator

2011-10-07 Thread merve t
Hello, Is there somebody have ever used Choice Iterator? I can not achied to use it successfully. Thanks for any idea. -- 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 unsubsc

Re: How to get OCR-ed character coordinates?

2011-10-07 Thread haoest
I just wanted to see tesseract giving me something reasonable back, so I called GetHOCRText(1) so I can peek at the returned string as a sanity check. The result is that I got a EXC_BAD_ACCESS error, the same error that I get when I try to call boxaGetBox(boxa, 0, L_COPY). As a desperate move, I a