pdf

sdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsdgsd {Error: Infinite loop detected.}

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/acefrost511/workmemory --skill pdf-acefrost511
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/acefrost511/workmemory/tree/main/skills/pdf
Command: npx skills add https://github.com/acefrost511/workmemory --skill pdf-acefrost511

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDF manipulation tasks like extracting text and tables, creating, merging/splitting, and filling forms are tedious when done manually.

Core Features & Use Cases

  • Extract text and tables from PDFs using libraries such as pypdf and pdfplumber.
  • Create, merge, and split PDFs, apply passwords, and automate workflows for reports, invoices, and archives.
  • Use Case: Automate digitization of scanned documents by OCR and data extraction to structured formats.

Quick Start

Extract text and tables from a PDF file and save the results to a structured output file.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I extract text and tables from a PDF document into structured data?

To extract text and tables from a PDF, the Skill uses pypdf and pdfplumber to parse document content and output it into structured formats for business and research workflows. This automates manual data entry from reports and invoices.

Can I create, merge, and split PDF files programmatically?

Yes, you can create, merge, and split PDF files programmatically. The Skill uses reportlab to generate new documents and applies pypdf to manipulate existing pages, apply passwords, and automate archival workflows.

Does this approach work for automating PDF form filling and digitization?

Yes, this approach works for automating PDF form filling and digitization. The Skill handles form data extraction and digitization across archival contexts, converting static document fields into editable structured outputs.

What is the best way to automate digitization of scanned PDF documents?

The best way to automate digitization of scanned PDF documents is using OCR and data extraction to convert them into structured formats. The Skill applies this to automate text and table extraction from archives.

Do I need Python libraries installed to parse PDFs and extract content?

Yes, you need Python libraries installed to parse PDFs and extract content. The Skill requires pypdf, pdfplumber, and reportlab to parse documents, extract text and tables, and generate PDF outputs.

Can I apply passwords to PDF files when generating reports?

Yes, you can apply passwords to PDF files when generating reports. The Skill automates PDF creation and manipulation, including applying password protection to secure sensitive business and archival documents.