From 11f29609079e5440d7c657faab5b1491dd26781f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Fri, 7 Feb 2025 14:14:45 +0100 Subject: [PATCH] Actor: Add section on Actors to README 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.actor/README.md b/.actor/README.md index d82a22e3..445ad7fc 100644 --- a/.actor/README.md +++ b/.actor/README.md @@ -4,6 +4,10 @@ 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. +## What are Actors? + +[Actors](https://docs.apify.com/platform/actors?fpr=docling) are serverless microservices running on the [Apify Platform](https://apify.com/?fpr=docling). They are based on the [Actor SDK](https://docs.apify.com/sdk/js?fpr=docling) and can be found in the [Apify Store](https://apify.com/store?fpr=docling). Learn more about Actors in the [Apify Whitepaper](https://whitepaper.actor?fpr=docling). + ## Table of Contents 1. [Features](#features)