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
I use pdf2image to turn to pdf to image, however, the image is corrupted like this
# use pdf2image to convert pdf to image from pdf2image import convert_from_path images = convert_from_path('data/Dev_data/All_robert_bosch/exception/IV WGEPEN230072.pdf', dpi=600) save_fp = 'data/Dev_data/All_robert_bosch/exception/IV WGEPEN230072.pdf' images[0].save('data/Dev_data/All_robert_bosch/exception/IV WGEPEN230072_.png', 'PNG') images[0].save( save_fp, "PDF" ,resolution=100.0, save_all=True, append_images=images[1:] )
data link: https://we.tl/t-B1CT1CG4hB
The text was updated successfully, but these errors were encountered:
password is: "nahnah"
Sorry, something went wrong.
This is a common issue when fonts are missing from the OS where pdf2image is installed. You can search the closed issues for a solution that might work for you: https://github.com/Belval/pdf2image/issues?q=is%3Aissue+missing+font+is%3Aclosed but make sure that poppler-data is installed.
poppler-data
No branches or pull requests
I use pdf2image to turn to pdf to image, however, the image is corrupted like this
data link: https://we.tl/t-B1CT1CG4hB
The text was updated successfully, but these errors were encountered: