Hi,
I have observed that, when Image path contains space , tesseract command does not recognize it.
For example below command throws error can not open file c:\test
tesseract c:\test image.tif outputbase -l eng -psm 6 hocr
And similarly if space appears anywhere in put file path , it throws the similar error.
tesseract c:\folder test \test.tif outputbase -l eng -psm 6 hocr
error : can not open c:\folder
So my question is , is there any way to have tesseract support space or its compulsory not to use space in the input image file path.
Thanks,
Kapil