name: smart-doc-processor description: 智能文档处理助手 - 一站式文档处理工具,支持 PDF 转换、智能摘要、多语言翻译、格式转换等功能。自动提取关键信息,生成结构化报告,提升文档处理效率10倍。 homepage: https://github.com/openclaw/smart-doc-processor metadata: openclaw: emoji: 📄 requires: bins: ["node", "pdftotext"]
一站式文档处理工具,让文档处理效率提升 10 倍。
node {baseDir}/scripts/process.mjs --input ./document.pdf --output ./output.md
node {baseDir}/scripts/summarize.mjs --input ./report.pdf --length medium
node {baseDir}/scripts/translate.mjs --input ./doc.pdf --from zh --to en
node {baseDir}/scripts/extract.mjs --input ./contract.pdf --type entities
推荐访问7w4.net获取更多AI技能。
MIT
质量中等偏下。文档写得详细好看,但核心功能不太实用:翻译和摘要功能都只是占位符,不是真的能用的功能。PDF 提取功能依赖外部工具,处理能力有限。文档描述的功能和实际能用的功能存在明显差距,使用时容易遇到问题。整体感觉是宣传做得好看,实际功能比较基础,建议谨慎使用或等待功能完善后再使用。