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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to