Skip to content

Commit

Permalink
[fix] field name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw committed Nov 4, 2024
1 parent 50e067a commit 7583f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ python llm_generate --prompt "Your prompt here"
Example:

```bash
curl -X POST -H "Content-Type: multipart/form-data" -F "data=examples/example-mri.pdf" -F "strategy=marker" -F "ocr_cache=true" -F "prompt=" -F "model=" "http://localhost:8000/ocr"
curl -X POST -H "Content-Type: multipart/form-data" -F "file=@examples/example-mri.pdf" -F "strategy=marker" -F "ocr_cache=true" -F "prompt=" -F "model=" "http://localhost:8000/ocr"
```

### OCR Result Endpoint
Expand Down

0 comments on commit 7583f09

Please sign in to comment.