mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 15:58:36 +00:00
* feat: use clawpdf for PDF extraction * fix: align approval action prompt typing * chore: use clawpdf 0.2.0 * fix: lazily load clawpdf backend
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"name": "@openclaw/document-extract-plugin",
|
|
"version": "2026.5.28",
|
|
"private": true,
|
|
"description": "OpenClaw local document extraction plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"clawpdf": "0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|