pdf

Extracts text and tables from PDF documents using Python libraries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdf2image, Pillow, and includes scripts (resource) components.

What problem does it solve?

全面解决 PDF 文档的文本和表格数据提取、PDF 创建、合并/拆分,以及表单处理的繁琐工作,提升工作效率。

Core Features & Use Cases

  • 自动化文本与表格数据提取,支持元数据提取与导出。
  • 表单处理:支持可填写表单与非填写表单的处理,提供指南和工具以注释或直接填充表单。
  • Use Case:批量处理大量 PDF 发票,快速提取关键字段并汇总为 CSV。

Quick Start

Provide a PDF and run the tool to extract text and tables into a structured output.

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 PDF documents for data analysis?

You can extract text and tables from PDF documents by running the provided Python script, which uses libraries like pypdf to parse content and output structured data. This automation reduces manual data entry efforts.

What is the best way to automate batch processing of PDF invoices and extract key fields?

The best way to automate batch processing of PDF invoices is using this Python tool. It extracts specified key fields from multiple documents and summarizes the extracted data into a CSV file for administrative archival.

Can I use Python to fill out and process PDF forms automatically?

Yes, you can use Python to fill out and process PDF forms automatically. The tool supports handling both fillable and non-fillable forms, providing scripted operations to annotate or directly populate form fields.

Does this PDF data extraction tool support merging and splitting documents?

Yes, this PDF data extraction tool supports merging and splitting documents. Beyond text and table extraction, it handles document creation and modifications to streamline your complete PDF archival workflow.

Do I need to install pypdf and Pillow to run this PDF automation script?

Yes, you need to install pypdf and Pillow to run this PDF automation script. These dependencies are required for parsing PDF content and handling image conversions during the document-processing workflow.