Files
openclaw/extensions/document-extract/openclaw.plugin.json
Vincent Koc e3cba98f39 refactor(pdf): move document extraction to plugin
* refactor(pdf): move document extraction to plugin

* fix(deps): sync document extract lockfile

* fix(pdf): harden document extraction plugin
2026-04-24 17:15:05 -07:00

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": {}
}
}