Actor: Update README with output URL details

Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
Václav Vančura 2025-02-07 14:02:56 +01:00 committed by Adam Kliment
parent 5bbd1d34eb
commit 531c135899

View File

@ -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: The Actor provides three types of outputs:
1. **Processed Document** - Saved as `OUTPUT_RESULT` 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:
2. **Processing Log** - Saved as `DOCLING_LOG` in the default key-value store
```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: 3. **Dataset Record** - Contains processing metadata with:
- Input document URL - Input document URL
- Direct link to the processed output - Direct link to the processed output