-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: --glob-input relative path error #1655
Comments
I've confirmed that this is indeed an issue. Thanks! |
I've been looking into this issue, and found lots of interesting questions:
The plan
I'm also still considering dropping absolute path support; then a pre-processed version of LibrariesStill also happy to use/replace the glob library used. A list of libraries I'm aware of follows: No filesystem walker Includes filesystem walker |
I use the Windows binary to convert the images extracted from a PDF but when I give a relative path, it tells me that it does not find it.
It works properly with
--input
, so the problem probably comes from--glob-input
.It however works correctly if I give an
absolute path
.The text was updated successfully, but these errors were encountered: