mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
Actor: Update README with output URL details
Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
5bbd1d34eb
commit
531c135899
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user