Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PDF Deviation Check

PDF 测量报告偏差检查 Skill — 自动识别 PDF 中的偏差数值,按公差范围标记超差项。

功能

  • 读取 PDF 测量报告(支持 CMM 三坐标报告、检具报告等)
  • 按指定公差(如 ±0.05)判定每个测量项是否超差
  • 输出红框标注的 PDF + 超差项汇总报告

触发关键词

  • 检查偏差
  • 超差检查
  • 公差分析
  • 测量报告检查

依赖

  • Python 3
  • pymupdfPillownumpy

使用方法

检查这份 PDF 报告的偏差:<PDF 文件路径>,公差 ±0.05

文件结构

pdf-deviation-check/
├── SKILL.md                          # Skill 定义与使用说明
└── scripts/
    ├── check_deviation.py            # 偏差识别与判定主脚本
    ├── annotate_with_boxes.py        # 红框标注脚本
    ├── render_pdf_pages.py           # PDF 页面渲染脚本
    └── auto_annotate.py              # 自动标注流程脚本

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages