An open API service indexing awesome lists of open source software.

https://github.com/ecelis/imagesnatch

Extract images from PDF files with Python
https://github.com/ecelis/imagesnatch

Last synced: about 1 year ago
JSON representation

Extract images from PDF files with Python

Awesome Lists containing this project

README

          

# ImageSnatch

Extract images from PDF files with Python

## Development Setup

```
python3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt
```

## Run

```
python3
from image_snatch.converters import toPNG
toPNG("/path/to.pdf")
```