Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

How to return a list of extracted images as file objects? #86

Open
kramer65 opened this issue Dec 15, 2014 · 0 comments
Open

How to return a list of extracted images as file objects? #86

kramer65 opened this issue Dec 15, 2014 · 0 comments

Comments

@kramer65
Copy link

I'm trying to use pdfminer to extract qr-codes from a pdf. I can currently use pdfminer to extract all images, see which ones contain QR-codes, and then delete those images again. To save this step of image creation and subsequent deletion, I'm trying to get pdfminer to return a list of images as file objects so that I can use QRTools (https://launchpad.net/qr-tools) without the need to store the images.

Is there a way that I can do this with pdfminer? All tips are welcome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant