What problem does it solve? Working with PDFs often fails silently: text extraction misses stamps, signatures, and struck-through clauses, while form filling and merging produce broken output that looks fine in code. This Skill combines text extraction with page-image inspection so scanned contracts, judgments, and invoices are read accurately, and every generated or modified PDF is visually verified before delivery. ## Core Features & Use Cases - Visual PDF Reading: Reads per-page markdown alongside page images, with OCR for scanned documents and page-range support for long files. - PDF Creation: Authors documents as .docx and converts to PDF via LibreOffice for proper typography, headers, and tables of contents. - Page Operations & Forms: Merges, splits, rotates, decrypts, and fills PDF forms using pdf-lib and qpdf, with mandatory render-and-check verification. - Use Case: Read a scanned court judgment including its stamps and signatures, then merge several PDFs into one correctly ordered document and confirm the result page by page. ## Quick Start Ask the assistant to read the attached scanned contract and check the stamps and signatures on every page.