mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
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
This commit is contained in:
14
extensions/document-extract/openclaw.plugin.json
Normal file
14
extensions/document-extract/openclaw.plugin.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user