19 lines
No EOL
386 B
Markdown
19 lines
No EOL
386 B
Markdown
# papercut-lite-printshop
|
|
|
|
Minimal Flask-based PDF print-cost calculator with optional ink-coverage adjustment.
|
|
|
|
Run:
|
|
|
|
```bash
|
|
docker-compose up --build
|
|
```
|
|
|
|
Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0).
|
|
|
|
|
|
```mermaid
|
|
graph TD
|
|
A[Start] --> B{Is it working?}
|
|
B -- Yes --> C[Celebrate 🎉]
|
|
B -- No --> D[Debug 🔧]
|
|
``` |