From 93db85506ba4f5b5390164c26db0ed0bf31f3776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Mon, 3 Feb 2025 16:31:04 +0100 Subject: [PATCH] Actor: README update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Vančura --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c57d18e4..0dd78958 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,20 @@ To further accelerate your AI application development, check out Docling's nativ [integrations](https://ds4sd.github.io/docling/integrations/) with popular frameworks and tools. +## Apify Actor + +You can run Docling in the cloud without installation using the [Docling Actor](https://apify.com/vancura/docling) on Apify platform. Simply provide a document URL and get the processed result: + +```bash +apify call vancura/docling -i '{ + "documentUrl": "https://arxiv.org/pdf/2408.09869", + "outputFormat": "markdown", + "ocr": true +}' +``` + +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/DS4SD/docling/discussions).