원클릭으로
monoco-atom-doc-extract
将文档提取为 WebP 页面以进行 VLM 分析 - 将 PDF、Office、图片转换为标准化 WebP 格式
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
将文档提取为 WebP 页面以进行 VLM 分析 - 将 PDF、Office、图片转换为标准化 WebP 格式
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract documents to WebP pages for VLM analysis - Convert PDF, Office, Images to standardized WebP format
Document conversion and intelligent analysis - Use LibreOffice to convert Office/PDF documents to analyzable formats
文档转换与智能分析 - 使用 LibreOffice 将 Office/PDF 文档转换为可分析格式
Engineer Role - Responsible for code generation, testing, and maintenance
Reviewer Role - Responsible for code audit, architecture compliance checking, and feedback
Engineer Role - Responsible for code generation, testing, and maintenance
| name | monoco_atom_doc_extract |
| description | 将文档提取为 WebP 页面以进行 VLM 分析 - 将 PDF、Office、图片转换为标准化 WebP 格式 |
| type | atom |
将文档提取为适用于视觉语言模型(VLM)分析的 WebP 页面。
在以下情况下使用此技能:
提取文档:
monoco doc-extractor extract <文件路径> [--dpi 150] [--quality 85] [--pages "1-5,10"]
列出提取的文档:
monoco doc-extractor list [--category pdf] [--limit 20]
搜索文档:
monoco doc-extractor search <查询>
显示文档详情:
monoco doc-extractor show <哈希前缀>
monoco doc-extractor cat <哈希前缀> # 显示元数据 JSON
| 参数 | 默认值 | 说明 |
|---|---|---|
--dpi | 150 | 渲染 DPI(72-300) |
--quality | 85 | WebP 质量(1-100) |
--pages | all | 页面范围(例如:"1-5,10,15-20") |
文档存储在 ~/.monoco/blobs/{sha256_hash}/:
source.{ext} - 原始文件source.pdf - 标准化 PDFpages/*.webp - 渲染的页面图片meta.json - 文档元数据# 高质量提取 PDF
monoco doc-extractor extract ./report.pdf --dpi 200 --quality 90
# 提取文档的特定页面
monoco doc-extractor extract ./presentation.pptx --pages "1-10"
# 列出所有 PDF 文档
monoco doc-extractor list --category pdf
# 显示提取文档的详情
monoco doc-extractor show a1b2c3d4
--dpi 200 或更高--quality 90(文件更大)