product-spec-pdf-parser

仓库创建 2026年3月2日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

把纸质与 PDF 资料自动化为可编辑的产品清单,节约人工录入。

▸ 风险提示

解析 PDF 需上传文件并依赖 PyMuPDF 等第三方库

这个 Skill 做什么

解析价格表与产品说明等 PDF,将杂乱布局转换为结构化产品规格表。

把杂乱的产品价格表、说明书和规格 PDF 解析成结构化的产品清单或规格表(如 FF&E)。当你面对版式混乱的 PDF、想把价格和参数导入表格或数据库时用。内部用 PyMuPDF 提取文本并结合推理把各种版式统一成标准字段,能处理信息分散、格式差异大的文档。

▸ 展开 SKILL.md 英文原文

Extract structured FF&E product specs from PDF files — price books, fact sheets, and spec sheets. Claude reads extracted text and structures products into a standardized schedule.

数据与抓取PDF解析规格表结构化通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-spec-pdf-parser/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-spec-pdf-parser/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /product-spec-pdf-parser — PDF Product Spec Parser

Extract structured FF&E data from product PDF files — price books, fact sheets, configurator sheets, and spec sheets. Uses PyMuPDF for text extraction and Claude's reasoning to parse wildly varying PDF layouts into a standardized schedule.

## Input

The user provides PDFs in one of these ways:

1. **File paths** — one or more PDF file paths
2. **Folder path** — a directory containing PDFs (will process all `.pdf` files)
3. **Just invoked** — ask the user for file paths or a folder

Also ask (or use defaults):

- **Output destination** — Google Sheet, local CSV, or markdown (default: ask)
- **Variant depth** — `expand` (one row per varian
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有