Update README.md

This commit is contained in:
Aron Petau 2025-09-17 19:12:31 +02:00
parent 1a4abe978f
commit e5e227512e

View file

@ -9,3 +9,11 @@ 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 🔧]
```