-
Notifications
You must be signed in to change notification settings - Fork 685
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
pdf plumber to_image( ) OSError: exception: access violation writing 0x0000000000000008 #713
Comments
Hi @jjjkuba, and thanks for the well-described report. The error appears to stem from one of this library's dependencies, Wand, and appears to have been fixed recently: emcconville/wand#586 & emcconville/wand#587 If you |
Yes, it solved the issue. |
Hello, my code looks like this-
and now I get this error -
would love some help |
@maayansharon10 Your issue appears to be different than the one discussed here. Instead, please see this thread: #81 (comment) Does that help? |
thank you @jsvine ! Sorry, I wasn't aware it's not the same issue/ it was already discussed, but it solved it! thanks! |
Describe the bug
When i try to convert some pages from opened pdf to images using to_image() method it throws the follwoing error:
I tried to invoke this method from PyCharm and from windows cmd ant the result is the same.
Code to reproduce the problem (code I used in cmd)
PDF file
Basically it occured for any pdf file I tried.
scansmpl.pdf
Expected behavior
Rather not an error but image object
Actual behavior
Error was thrown
Environment
Additional context
If it was not a bug but something wrong on my side then sorry. I tried to find the solution to the problem on my side but without results. I have Magic Wand and Ghostscript installed and environment variable for Magic Wand is set, so I don't know what more can be the cause of this issue.
The text was updated successfully, but these errors were encountered: