Closed mahmoudben96 closed 5 years ago
ocrolib.exceptions.FileNotFound: file not found '/book/????.bin.png': expansion did not yield any files
What is after the first step in your book
subdirectory?
BASE=$(dirname $0) ^ SyntaxError: invalid syntax
What terminal are you using? run-test
is a shell script and I guess that the normal windows command line will not work for this...
Closing this issue because of inactivity. If the problem remains, then feel free to reopen it.
hi this problem continues. i think because of directory representation difference between pc and unix/linux.
it gives error like. i tried both / and \ for last section of directory of temp1 but no luck. i think , software only understands linux like paths for wilcards.
ocrolib.exceptions.FileNotFound: file not found 'C:\ocropus\temp1/????.bin.png': expansion did not yield any files
can someone test on windows 10 with python 2.7.16, thank you. in fact, windows does not have terminal like. and ./run-test does not work. i tried python commands in it.
Hello everybody,
I'm working on Windows 10. I downloaded Ocropy and I installed Python 2.7.15 with the packages mentionned in the requirements.txt and I ran the setup.py file.
I wanted to test this exemple mentionned in the github page Ocropy :
However, the first command (python ./ocropus-nlbin tests/ersch.png -o book) works eventhough I have a warning message. But the second command (python ./ocropus-gpageseg 'book/????.bin.png') doesn't work.
In addition the command (python ./run-test) doesn't work either.
I've checked out the 2 issues : https://github.com/tmbdev/ocropy/issues/81 and https://github.com/tmbdev/ocropy/pull/65 but my problem is slightly different.
Thank you for your help.