You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python bionicpython/bionicpython.py test.pdf
can't open file '</path/to/bionicpython/src>/bionicpython/converter.py': [Errno 2] No such file or directory
The solution is to use
cd bionicpython
python bionicpython.py ../test.pdf
instead.
Cheers,
Chris
The text was updated successfully, but these errors were encountered:
Hi!
Following the readme I get this error:
The solution is to use
instead.
Cheers,
Chris
The text was updated successfully, but these errors were encountered: