On 26 Sep 2014 20:22, "Nicolas Nickisch" <[email protected]> wrote:

> I compiled and installed tesseract 3.03 manually.
>
> tesseract --listlangs gives me an error message:
>
> error opening data file /usr/local/share/tessdata/eng.traineddata
>
> INdeed, I don't have eng.traineddata in that directory, but
> deu.traineddata.
>
> Is there something I have to do to install german language files ?
>
> To provided correct information about available languages there is need to
initialize tesseract (to get tessdata directory path).
If you do not specified language, tesseract will use default language (=
English) for its initialization. Usually English data is installed by
default.

Solutions are:

   1. Install English language file (I would suggest also osd)
   2. Provide existing language as parameter e.g.:
   tesseract --list-langs -l deu
   where deu will be used only for initialization...

--
Zdenko

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8x7QXD-_NRbcjGMmoN5F-abkb2CDFpEospGENzD2MYpFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to