We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pypdfium2 seems to be causing issues, specifically a memory leak: #162 (comment)
pypdfium2
To that end, I was curious why pdf2image usage was replaced with pypdfium2 in rasterize()?
pdf2image
rasterize()
The text was updated successfully, but these errors were encountered:
The issue was the poppler requirement which is hard to install. I'll merge the related PR (#173) as soon as I can.
poppler
Here is a related thread: #96 (comment)
Sorry, something went wrong.
No branches or pull requests
pypdfium2
seems to be causing issues, specifically a memory leak: #162 (comment)To that end, I was curious why
pdf2image
usage was replaced withpypdfium2
inrasterize()
?pdf2image
: 9e2572b#diff-c8bbd899ddabbbe15845b68926b154a3be7e36fd7ebed7f59ea14c39f590be5fThe text was updated successfully, but these errors were encountered: