docs/integrations/apify.md
You can run Docling in the cloud without installation using the Docling Actor on Apify platform. Simply provide a document URL and get the processed result:
<a href="https://apify.com/vancura/docling?fpr=docling"></a>
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:
OUTPUT_RESULT)DOCLING_LOG)Read more about the Docling Actor, including how to use it via the Apify API and CLI.