mirror of
https://github.com/docling-project/docling.git
synced 2025-06-27 05:20:05 +00:00
docs: move apify to docs (#1182)
move apify to docs Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
2f72167ff6
commit
54a78c307d
26
README.md
26
README.md
@ -86,32 +86,6 @@ To further accelerate your AI application development, check out Docling's nativ
|
||||
[integrations](https://docling-project.github.io/docling/integrations/) with popular frameworks
|
||||
and tools.
|
||||
|
||||
## Apify Actor
|
||||
|
||||
<a href="https://apify.com/vancura/docling?fpr=docling"><img src="https://apify.com/ext/run-on-apify.png" alt="Run Docling Actor on Apify" width="176" height="39" /></a>
|
||||
|
||||
You can run Docling in the cloud without installation using the [Docling Actor](https://apify.com/vancura/docling?fpr=docling) on Apify platform. Simply provide a document URL and get the processed result:
|
||||
|
||||
```bash
|
||||
apify call vancura/docling -i '{
|
||||
"options": {
|
||||
"to_formats": ["md", "json", "html", "text", "doctags"]
|
||||
},
|
||||
"http_sources": [
|
||||
{"url": "https://vancura.dev/assets/actor-test/facial-hairstyles-and-filtering-facepiece-respirators.pdf"},
|
||||
{"url": "https://arxiv.org/pdf/2408.09869"}
|
||||
]
|
||||
}'
|
||||
```
|
||||
|
||||
The Actor stores results in:
|
||||
|
||||
* Processed document in key-value store (`OUTPUT_RESULT`)
|
||||
* Processing logs (`DOCLING_LOG`)
|
||||
* Dataset record with result URL and status
|
||||
|
||||
Read more about the [Docling Actor](.actor/README.md), including how to use it via the Apify API and CLI.
|
||||
|
||||
## Get help and support
|
||||
|
||||
Please feel free to connect with us using the [discussion section](https://github.com/docling-project/docling/discussions).
|
||||
|
35
docs/integrations/apify.md
Normal file
35
docs/integrations/apify.md
Normal file
@ -0,0 +1,35 @@
|
||||
You can run Docling in the cloud without installation using the [Docling Actor][apify] on Apify platform. Simply provide a document URL and get the processed result:
|
||||
|
||||
<a href="https://apify.com/vancura/docling?fpr=docling"><img src="https://apify.com/ext/run-on-apify.png" alt="Run Docling Actor on Apify" width="176" height="39" /></a>
|
||||
|
||||
```bash
|
||||
apify call vancura/docling -i '{
|
||||
"options": {
|
||||
"to_formats": ["md", "json", "html", "text", "doctags"]
|
||||
},
|
||||
"http_sources": [
|
||||
{"url": "https://vancura.dev/assets/actor-test/facial-hairstyles-and-filtering-facepiece-respirators.pdf"},
|
||||
{"url": "https://arxiv.org/pdf/2408.09869"}
|
||||
]
|
||||
}'
|
||||
```
|
||||
|
||||
The Actor stores results in:
|
||||
|
||||
* Processed document in key-value store (`OUTPUT_RESULT`)
|
||||
* Processing logs (`DOCLING_LOG`)
|
||||
* Dataset record with result URL and status
|
||||
|
||||
Read more about the [Docling Actor](.actor/README.md), including how to use it via the Apify API and CLI.
|
||||
|
||||
- 💻 [GitHub][github]
|
||||
- 📖 [Docs][docs]
|
||||
- 📦 [Docling Actor][apify]
|
||||
|
||||
[github]: https://github.com/docling-project/docling/tree/main/.actor/
|
||||
[docs]: https://github.com/docling-project/docling/tree/main/.actor/README.md
|
||||
[apify]: https://apify.com/vancura/docling?fpr=docling
|
||||
|
||||
|
||||
|
||||
|
@ -111,6 +111,7 @@ nav:
|
||||
- "LlamaIndex": integrations/llamaindex.md
|
||||
- "txtai": integrations/txtai.md
|
||||
- ⭐️ Featured:
|
||||
- "Apify": integrations/apify.md
|
||||
- "Data Prep Kit": integrations/data_prep_kit.md
|
||||
- "InstructLab": integrations/instructlab.md
|
||||
- "NVIDIA": integrations/nvidia.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user