pdf

Extract, edit, OCR, fill, and convert PDF documents using Python libraries.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/aimentor606/aether --skill pdf-aimentor606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/aimentor606/aether/tree/main/core/kortix-master/opencode/skills/GENERAL-KNOWLEDGE-WORKER/pdf
Command: npx skills add https://github.com/aimentor606/aether --skill pdf-aimentor606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDFs often require manual, repetitive work for extraction, editing, OCR, form filling, and format conversion. This Skill consolidates these tasks into an automation-ready workflow.

Core Features & Use Cases

  • Text extraction and OCR for both native and scanned PDFs
  • Form filling and annotation support for fillable and non-fillable documents
  • Multi-format conversions and data preparation for archival or ingestion
  • Use Case: Automate processing of bulk PDF documents to extract key fields and prepare structured data

Quick Start

Run the pdf skill on a sample document to automatically extract text, fill a form, or convert formats.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from scanned PDFs that don't have selectable text?

To extract text from scanned PDFs, you can use OCR (Optical Character Recognition) to process the document images. This automates data extraction from non-native files by converting visual text into editable data using layout-aware processing.

How do I automate form filling in bulk PDF documents?

You can automate form filling for bulk PDF documents by applying an automated workflow that supports both fillable and non-fillable documents. This process uses validation and safe handling to populate fields accurately across standard data-entry tasks.

Does Python pypdf work for multi-format PDF conversion and data extraction?

Yes, Python pypdf works for multi-format PDF conversion and data extraction when combined with libraries like pdfplumber and pdf2image in an end-to-end workflow. This setup enables text extraction, editing, and format conversion for archival or ingestion.

What is the best way to convert PDFs into editable structured data?

The best way to convert PDFs into editable structured data is through layout-aware extraction combined with OCR. This method accurately parses native and scanned documents to automate key field extraction and prepare data for automated workflows.

Can I automate PDF annotation and editing without manual data entry?

Yes, you can automate PDF annotation and editing without manual data entry by using an automation-ready workflow. This approach supports form filling and document annotation, handling repetitive editing tasks safely with validation checks.