Replies: 2 comments 1 reply
-
Hi @petermr, and great topic. I haven't spent much time trying to extract images, so I don't have a specific solution for you. But the last time I looked into this, it seemed that |
Beta Was this translation helpful? Give feedback.
-
Thanks @jsvine - only just caught up with this. I'll try to see what works. If [getting a lot of value from |
Beta Was this translation helpful? Give feedback.
-
Using the pdfplumber example file
path = os.path.join(HERE, "resources/pdffill-demo.pdf")
I can extract 5 image streams. (I've left them complete). How can I extract bitmaps from these , e.g. to output as PNGs? (I tried decoding as base64 but didn't get anything obvious.
Beta Was this translation helpful? Give feedback.
All reactions