mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 12:36:55 +02:00
* refactor(pdf): move document extraction to plugin * fix(deps): sync document extract lockfile * fix(pdf): harden document extraction plugin
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"id": "document-extract",
|
|
"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": {}
|
|
}
|
|
}
|