Spaces:
Sleeping
Sleeping
File size: 404 Bytes
83728f4 73b49a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Everycure Ner Pdf
emoji: 🐢
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
---
## local dev
```
uv run uvicorn app:app --reload --port 8000
```
if your pdfs are in a folder called `pdfs/` run:
```
curl -v -X POST -F "file=@pdfs/MECFS systematic review.pdf" http://localhost:8000/api/v1/extract
```
Or use the automatic Swagger documentation at `http://localhost:8000/docs`
|