This skill provides comprehensive PDF processing capabilities through Python libraries like pypdf, pdfplumber, and reportlab, plus command-line tools. Extract text and tables, merge or split documents, create PDFs programmatically, add watermarks, rotate pages, and handle form filling. Supports both simple operations and advanced workflows like OCR for scanned documents.
PDF skill enables you to read, extract text and tables, merge, split, create, and manipulate PDF documents.
AI-generated summary based on this skill's SKILL.md
Install
samhvw8/dot-claude/pdf · repository language: Python
git clone https://github.com/samhvw8/dot-claude
cp -r dot-claude ~/.claude/skills/pdfgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install samhvw8/dot-claude/pdfFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What can the Pdf skill do for reading and processing PDF files?
Pdf skill provides comprehensive PDF processing capabilities including reading, extracting text and tables, merging or splitting documents, and creating PDFs programmatically. It leverages Python libraries like pypdf, pdfplumber, and reportlab, plus command-line tools to handle both simple operations and advanced workflows such as OCR for scanned documents.
How to read pdf files with this skill?
Pdf skill enables you to read PDF files through multiple methods. You can extract text content, process tables, view document structure, and handle form data. The skill supports straightforward reading operations as well as more complex tasks like OCR processing for scanned PDFs, making it suitable for various document analysis needs.
Can Pdf skill handle document manipulation tasks?
Yes, Pdf skill supports extensive document manipulation including merging multiple PDFs, splitting documents into separate files, rotating pages, adding watermarks, and filling forms. These operations work alongside content extraction, allowing you to both read and modify PDF documents programmatically.
What PDF file operations does this skill support?
Pdf skill handles comprehensive PDF file operations including opening and viewing documents, extracting content, creating new PDFs, managing pages, and processing form fields. It combines Python-based libraries with command-line tools to support workflows from basic file viewing to advanced document processing and format conversion.
Is OCR available for scanned PDF documents?
Pdf skill includes advanced workflow support for scanned documents through OCR capabilities. This allows you to process image-based PDFs and extract readable text, extending the skill's usefulness beyond standard text-based documents to handle digitized or photographed pages.