by MikeWuPing · Codex Skill · ★ 21
PDF Watermark Removal Skill 一个用于 Claude Code 和 OpenClaw 的 Skill,通过分析 PDF 内部结构识别并移除水印,同时保持正常内容完整。 功能特性 智能检测:递归检查嵌套 XObject,识别水印特征字体 精准移除:从内容流中删除 Do 命令块,不影响正常内容 完整保留:100% 保留原文档内容、格式和结构 批量处理:支持处理多页、多文件 安装 Claude Code Skill的安装方法,OpenClaw只是目录不同,方法类似:将 放置到Claude Code 的 skills 目录: 依赖 使用方法 在 Claude Code 中直接描述任务: Claude 会自动加载此 Skill 并按照指南执行。 技术原理 水印结构 水印通常存在于 Form XObject 中,页面内容流通过 命令块绘制。 移除流程 分析:检查 XObject 是否包含水印字体(如 ) 定位:记录水印 XObject 的名称 移除:从内容流中删除对应的 Do 命令块 核心代码 检测水印 XObject python def checkxobjecthaswatermarkfont(obj, depth=0, maxdepth=10): """递归检查 XObject 是否包含水印字体""" if depth maxdepth: return...
| Stars | 21 |
| Forks | 1 |
| Category | Codex Skill |
| Quality Score | 55.912601136875/100 |
| Open Issues | 1 |
| Last Updated | 2026-06-07 |
| Created | 2026-03-18 |
| Platforms | claude-code |
| Est. Tokens | ~1k |
Explore other popular codex skill tools:
pdf-watermark-removal is 一个用于 Claude Code和OpenClaw 的 Skill,通过分析 PDF 内部结构识别并移除水印,同时保持正常内容完整。. It is categorized as a Codex Skill with 21 GitHub stars.
You can find installation instructions and usage details in the pdf-watermark-removal GitHub repository at github.com/MikeWuPing/pdf-watermark-removal. The project has 21 stars and 1 forks, indicating an active community.