Spaces:
Sleeping
Sleeping
metadata
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