Yes correct "/" can not be in path but "/" is there in the path see the 
line below.

" Could not open file, C:\Program Files 
(x86)\Tesseract-OCR\*tessdata/eng.user-words 
"*
*it has "/" in the path.*

This is a bug, Can you tess me which installer you have used to install 
tesseract on windows machine.

On Thursday, March 27, 2014 12:52:57 AM UTC+5:30, zdenop wrote:
>
> There is no bug. Path is correct. Read that Microsoft page. Or provide 
> some Microsoft documentation that "/" can not be in path.
>  
> And BTW: I just test it on windows 7 pro 64bit with tesseract 3.02.02 and 
> 3.03.  It works.
>
> --
> Zdenko
>
>
> On Wed, Mar 26, 2014 at 1:42 PM, temp name <[email protected]<javascript:>
> > wrote:
>
>> 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 [email protected]<javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 
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