mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"id": "document-extract",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"name": "Document Extraction",
|
|
"description": "Extract text and fallback page images from local document attachments.",
|
|
"contracts": {
|
|
"documentExtractors": ["pdf"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|