PDF Processing

Extracts text, tables, and form fields from PDF files, and splits, merges, or fills them. Use when the user wants to read, parse, combine, or fill PDF documents, or mentions PDFs, forms, or scanned pages.

shaxzodbek-uzb 40d0f7a 691 B Updated

File contents

PDF processing

A small, well-formed example skill used to demonstrate a clean skillspec run.

Reading a PDF

Use a PDF library to extract the text layer. For scanned documents, fall back to OCR before extraction.

Filling forms

Map field names to values and write a flattened copy so the result is not editable downstream.

Merging and splitting

Combine documents in the requested order, or split on a page range.

shaxzodbek-uzb/skillspec/tree/main/examples/skills/pdf-processing commit 40d0f7ae47

Frequently asked questions

npx skillmds@latest add shaxzodbek-uzb/pdf-processing