I read the URL but I still face the same problem.
Let me redefine my problem statement.

I created a user-word list and 
a config file as

load_system_dawg     F
user_words_suffix    user-words  

When I use the command " tesseract inpname outputname -l eng configname " , 

I got following error  " *Could not open file, C:\Program Files 
(x86)\Tesseract-OCR\tessdata/eng.user-words "*

I could see the path is incorrect, Please see the lines in bold. It has / 
before the eng.user-word I belive it should be \ before eng.user-words.

It is a bug, do anyone know how to fix this ?

On Tuesday, March 25, 2014 8:24:31 PM UTC+5:30, temp name wrote:
>
> Hello,
>
> I created a user-word file according to specification given on 
> https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3.
> I created config file as 
> load_system_dawg     F
> user_words_suffix    user-words
>
> When I run tesseract command on windows 7 :-  " tesseract inpname 
> outputname -l eng configname " , I got following error
>
> Could not open file, C:\Program Files (x86)\Tesseract-OCR\
> *tessdata/eng.user-words.*
>
> In the error I noticed that path of user-words file is not correct. 
> Tesseract added C:\Program Files (x86)\Tesseract-OCR\tessdata/ before the 
> file name but *adding  \ before *the user-words file name is not correct 
> since it is a windows machine.
>
> The correct path is C:\Program Files (x86)\Tesseract-OCR\
> *tessdata\eng.user-words.*
> *I dont understand why tesseract is using / instead of \.*
> *Do anyone know how to fix this.*
>
>
> Thanks!
>

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to