Run2 pdf parsing pro
Advanced PDF parsing for calendar extraction, including sidebar filtering and color-based classification.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pdf_parsing_proAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.6 KB, 85 tokens by cl100k_base, as published. Nobody here has run it
Advanced PDF Calendar Extraction
When parsing complex PDF calendars, filtering non-calendar elements (like sidebars) and accurately mapping coordinates to time is crucial.
Sidebar and Noise Filtering
- Identify the main calendar grid by filtering by x-coordinates (e.g.,
x1 > 500). - Filtering by height to avoid icons/small labels.
- Map vertical coordinates (
top) to minutes using a calibrated scale.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.