One-click install
npx skills add https://github.com/marcusfelix/barney --skill pdf-marcusfelix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/marcusfelix/barney/tree/main/src/prompts/skills/pdf
Command: npx skills add https://github.com/marcusfelix/barney --skill pdf-marcusfelix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, pytesseract, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of filling out PDF forms and extracting data from PDF documents, saving significant time and effort.

Core Features & Use Cases

  • Fillable & Non-Fillable Forms: Handles both types of PDF forms for data entry.
  • Data Extraction: Extracts text, tables, and other information from PDFs.
  • Use Case: Automatically populate a batch of employment application PDFs with candidate information, or extract all line items from a set of scanned invoices.

Quick Start

Use the pdf skill to fill out the form in 'application.pdf' with the provided details.

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 tabular data from PDF documents?

PDF data extraction automates pulling text and tables from documents using pdfplumber and pypdf. It processes both fillable and non-fillable forms to streamline administrative document processing workflows.

What's the best way to automate filling out PDF forms?

Automating PDF form filling processes both fillable and non-fillable forms for batch data entry. You can populate employment applications or invoices with candidate details using this document automation workflow.

Can I extract text from scanned PDFs that are not fillable?

Extracting text from non-fillable scanned PDFs requires OCR capabilities. This Skill uses pytesseract and pdf2image dependencies to process scanned documents and extract text for administrative automation.

Does this PDF processing tool support extracting tables from invoices?

PDF processing supports extracting tabular data like line items from scanned invoices. The Skill uses pdfplumber to identify and extract tables from documents for document automation workflows.

Why do I need pypdf and pdfplumber for document automation?

Pypdf and pdfplumber are required dependencies for PDF document automation. Pypdf handles fillable form operations while pdfplumber extracts text and tabular data from non-fillable documents.

What are the limitations of PDF data extraction for administrative tasks?

PDF data extraction limitations depend on document quality and format complexity. Scanned documents require OCR via pytesseract, and complex table structures may need manual verification after automated processing.