skillfed

Pdf

This skill handles the full spectrum of PDF operations: extract text and tables, merge or split documents, rotate pages, add watermarks, create new PDFs, fill forms, encrypt files, and run OCR on scanned documents. It provides Python libraries like pypdf, pdfplumber, and reportlab alongside command-line tools for flexible automation.

Pdf skill extracts text, tables, and images from PDFs while supporting merging, splitting, encryption, and OCR.

AI-generated summary based on this skill's SKILL.md

5 4 unlicensed — metadata only updated by kortix-ai

Install

kortix-ai/kortix-registry/pdf · repository language: Python

git clone https://github.com/kortix-ai/kortix-registry
cp -r kortix-registry ~/.claude/skills/pdf

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

npx skillfed install kortix-ai/kortix-registry/pdf

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What can Pdf skill do for extracting text from PDF documents?

Pdf skill extracts text and tables from PDF documents using Python libraries like pypdf and pdfplumber. It handles both native PDFs and scanned documents through OCR capabilities, making it ideal for automating text extraction workflows and processing large batches of files programmatically.

How do I handle PDF files with Pdf skill?

Pdf skill provides multiple approaches to handle PDF files: merge or split documents, rotate pages, add watermarks, create new PDFs from scratch, and fill forms. You can use Python libraries for programmatic control or command-line tools for direct file manipulation, giving you flexibility in automation.

Can Pdf skill convert PDF to other formats?

Yes, Pdf skill converts PDFs to text and other formats through its text extraction and transformation capabilities. Combined with its OCR functionality for scanned documents, it enables comprehensive format conversion workflows integrated into your automation pipelines.

What PDF manipulation tasks does Pdf skill support?

Pdf skill supports extensive PDF manipulation including document merging and splitting, page rotation, watermark addition, form filling, and file encryption. It also provides OCR for scanned documents and uses libraries like reportlab to create new PDFs, covering most document handling automation needs.

How does Pdf skill work with PDF parsing and automation?

Pdf skill combines Python libraries (pypdf, pdfplumber, reportlab) with command-line tools for flexible PDF parsing and automation. You can read PDF data programmatically, extract structured content, and integrate these capabilities into larger workflows for end-to-end document processing automation.

What tools and libraries does Pdf skill include?

Pdf skill provides pypdf for general PDF operations, pdfplumber for precise data extraction, and reportlab for PDF creation. These Python libraries work alongside command-line utilities, offering both programmatic and direct-tool approaches to handle any PDF processing requirement.

Related skills

Tags

document-processing file-conversion text-extraction automation-tool data-parsing