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.
- Host: GitHub
- URL: https://github.com/motdotla/carve-worker
- Owner: motdotla
- Created: 2014-04-18T23:39:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T14:23:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T05:09:36.245Z (8 months ago)
- Language: Go
- Size: 1.03 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
[](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
```