mirror of
https://github.com/docling-project/docling-serve.git
synced 2025-11-29 00:23:36 +00:00
docs: Update readme to use v1 (#306)
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,8 @@ The server is available at
|
|||||||
- API <http://127.0.0.1:5001>
|
- API <http://127.0.0.1:5001>
|
||||||
- API documentation <http://127.0.0.1:5001/docs>
|
- API documentation <http://127.0.0.1:5001/docs>
|
||||||
- UI playground <http://127.0.0.1:5001/ui>
|
- UI playground <http://127.0.0.1:5001/ui>
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
Try it out with a simple conversion:
|
Try it out with a simple conversion:
|
||||||
|
|
||||||
@@ -46,7 +47,7 @@ curl -X 'POST' \
|
|||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{
|
||||||
"http_sources": [{"url": "https://arxiv.org/pdf/2501.17887"}]
|
"sources": [{"kind": "http", "url": "https://arxiv.org/pdf/2501.17887"}]
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
BIN
img/fastapi-ui.png
Normal file
BIN
img/fastapi-ui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
BIN
img/swagger.png
BIN
img/swagger.png
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user