multica/skills/pdf/scripts
Jiayuan Zhang 1140f09632 refactor(skills): merge check_fillable_fields into extract_form_field_info
The 12-line check_fillable_fields.py was a subset of
extract_form_field_info.py. Add a --check flag to the latter and
remove the standalone script. Update forms.md reference accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:32:32 +08:00
..
check_bounding_boxes.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00
convert_pdf_to_images.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00
create_validation_image.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00
extract_form_field_info.py refactor(skills): merge check_fillable_fields into extract_form_field_info 2026-02-15 01:32:32 +08:00
extract_form_structure.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00
fill_fillable_fields.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00
fill_pdf_form_with_annotations.py feat(skills): add PDF processing skill 2026-02-12 17:54:16 +08:00