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

https://github.com/motdotla/carve-worker

Background worker for converting PDFs into an array of PNGs.
https://github.com/motdotla/carve-worker

Last synced: 7 months ago
JSON representation

Background worker for converting PDFs into an array of PNGs.

Awesome Lists containing this project

README

          

# carve-worker

carve-worker

Background worker for converting PDFs into an array of PNGs. Works in tandem with [carve-api](https://github.com/motdotla/carve-api).

I've tried to make it as easy to use as possible, but if you have any feedback please [let me know](mailto:mot@mot.la).

## Installation

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

```
heroku ps:scale worker=1
```

## Development
```
git clone https://github.com/motdotla/carve-worker.git
cd carve-worker
go get
cp .env.example .env
go run worker.go
```