From 5006acc01efeca400208dd8f6bd38a8fc25cf1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Sun, 18 May 2025 14:29:58 +0200 Subject: [PATCH] chore(actor): update Actor README.md with recent repo URL changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Vančura --- .actor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.actor/README.md b/.actor/README.md index a43181f3..ba461334 100644 --- a/.actor/README.md +++ b/.actor/README.md @@ -2,7 +2,7 @@ [![Docling Actor](https://apify.com/actor-badge?actor=vancura/docling?fpr=docling)](https://apify.com/vancura/docling) -This Actor (specification v1) wraps the [Docling project](https://ds4sd.github.io/docling/) to provide serverless document processing in the cloud. It can process complex documents (PDF, DOCX, images) and convert them into structured formats (Markdown, JSON, HTML, Text, or DocTags) with optional OCR support. +This Actor (specification v1) wraps the [Docling project](https://github.com/docling-project/docling) to provide serverless document processing in the cloud. It can process complex documents (PDF, DOCX, images) and convert them into structured formats (Markdown, JSON, HTML, Text, or DocTags) with optional OCR support. ## What are Actors?