From 531c135899bd8e7f89e63a7ce50aee4da8b45277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Fri, 7 Feb 2025 14:02:56 +0100 Subject: [PATCH] Actor: Update README with output URL details 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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.actor/README.md b/.actor/README.md index 6dd5738d..d82a22e3 100644 --- a/.actor/README.md +++ b/.actor/README.md @@ -95,8 +95,14 @@ The Actor accepts a JSON schema matching the file `.actor/input_schema.json`. Be The Actor provides three types of outputs: -1. **Processed Document** - Saved as `OUTPUT_RESULT` in the default key-value store -2. **Processing Log** - Saved as `DOCLING_LOG` in the default key-value store +1. **Processed Document** - The Actor will provide the direct URL to your result in the run log, looking like: + + ```text + You can find your results at: 'https://api.apify.com/v2/key-value-stores/[YOUR_STORE_ID]/records/OUTPUT_RESULT' + ``` + +2. **Processing Log** - Available in the key-value store as `DOCLING_LOG` + 3. **Dataset Record** - Contains processing metadata with: - Input document URL - Direct link to the processed output