everycure-ner-pdf / README.md
Luis Chaves
removed flat layout for hf
ef61402
|
raw
history blame
404 Bytes
---
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`