Run2 pdf field mapping
Techniques for mapping case descriptions to PDF form fields.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pdf-field-mappingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
PDF Field Mapping
When mapping case data to PDF fields:
- Analyze Field IDs: Look for keywords in the
field_id(e.g.,PlaintiffName,DefendantAddress,ClaimAmount). - Use Bounding Boxes: If IDs are cryptic, use the
rect(bounding box) and the page number to identify the field's position on the form. - Handle Checkboxes: Identify the
checked_valuefor "Yes" or "No" options. Usually,/1is Yes and/2or/Offis No, but verify infield_info.json. - Consistency Check: Ensure that data like names and addresses are consistent across different sections of the form (e.g., caption vs. detailed info).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.