chore: cleanups and docs

This commit is contained in:
foosinn 2024-03-30 14:33:07 +01:00
parent 5a9f05ccc9
commit a49ebfb76d
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,12 @@ poetry run gunicorn -w 1 'phomeme:app' -b [::0]
```
## Usage
Visit the awesome frontend on http://localhost:8000 or send via curl
using `curl -v -F image=@image.pdf localhost:5000/print`.
## Credits
Heavily based on [SFZ-aalen][1]