Files
market/skills/doc-parser/skill.json
yi-ge c1ca91c80a style: 技能图标升级为色彩丰富的多色 SVG
将 9 个技能图标从单色 stroke 风格升级为带渐变、填充、多色的
丰富视觉风格,每个图标使用项目 3+2 色彩体系中的特征色:
- search: 蓝/青渐变镜片
- file-text: 蓝色文档+紫色文字行
- calendar-days: 绿色框架+蓝/青日期点
- compass: 紫色罗盘+橙色指针
- folder-open: 橙/黄渐变文件夹
- mail: 蓝色渐变信封
- user-plus: 绿色人物+绿色加号
- user-minus: 橙红色人物+红色减号
- user-cog: 紫蓝色人物+蓝色齿轮

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:15:28 +08:00

44 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "doc-parser",
"name": "文档解析器",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"dp-a\" x1=\"4\" y1=\"2\" x2=\"20\" y2=\"22\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#007AFF\" stop-opacity=\"0.12\"/><stop offset=\"1\" stop-color=\"#AF52DE\" stop-opacity=\"0.06\"/></linearGradient></defs><path d=\"M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z\" fill=\"url(#dp-a)\" stroke=\"#007AFF\" stroke-width=\"1.5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\" fill=\"#007AFF\" fill-opacity=\"0.15\" stroke=\"#007AFF\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><line x1=\"8\" y1=\"13\" x2=\"16\" y2=\"13\" stroke=\"#AF52DE\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><line x1=\"8\" y1=\"17\" x2=\"13\" y2=\"17\" stroke=\"#AF52DE\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.6\"/><line x1=\"8\" y1=\"9.5\" x2=\"11\" y2=\"9.5\" stroke=\"#5AC8FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.5\"/></svg>",
"shortDesc": "支持 50+ 格式的文档解析与结构化提取",
"fullDesc": "文档解析器是 Agent 的文档理解基础设施。无论是扫描版 PDF、手写笔记照片还是复杂排版的 Word 文档,都能准确提取文本、表格、图片和元数据,输出结构化的 Markdown 或 JSON。\n\n支持格式\n- 办公文档Word、Excel、PowerPoint、WPS\n- 版式文档PDF含扫描版 OCR、EPUB、MOBI\n- 图片文档JPG、PNG、TIFF、WebPOCR 识别)\n- 标记语言Markdown、HTML、XML、LaTeX\n- 代码文档Jupyter Notebook、Swagger/OpenAPI",
"category": "data",
"tags": [
"文档解析",
"OCR",
"PDF处理",
"表格提取",
"格式转换"
],
"version": "2.1.3",
"latestVersion": "2.1.3",
"updatedAt": "2025-02-14",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 38920,
"rating": 4.7,
"ratingCount": 1567,
"installStatus": "not_installed",
"riskLevel": "low",
"requires": {
"tools": [
"ocr_engine",
"pdf_renderer",
"table_extractor",
"layout_analyzer"
],
"connections": []
},
"compatibleAgents": [
"writing-coach",
"data-analyst",
"translator",
"code-reviewer"
],
"changelog": "v2.1.3: 新增手写公式识别,支持 LaTeX 自动转换"
}