duplicate images #1252
KingDracula
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment
-
Although I cannot confirm because I don't see a copy of the PDF attached, this seems likely to come from the fact that the PDF itself contains those two images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pages = pdfplumber.open(file_path)
for page in pages:
page.images
but i found two images almost the same
when i debug found the bbox is almost same
Beta Was this translation helpful? Give feedback.
All reactions