pdf-en

Extract text, tables, and images from PDF files using Python libraries.

3|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill pdf-en
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-en
Source: https://github.com/yuexps/QwenPaw-FNOS/tree/main/app/server/src/qwenpaw/agents/skills/pdf-en
Command: npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill pdf-en

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, reportlab, poppler-utils, qpdf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables users to perform advanced operations on PDF files, such as extracting text and tables, merging, splitting, rotating, and OCR processing, streamlining document management workflows.

Core Features & Use Cases

  • Text and Data Extraction: Extract text, tables, and images from scanned or native PDFs for analysis.
  • Document Manipulation: Merge, split, rotate, encrypt/decrypt, and add watermarks to PDFs.
  • Use Case: A legal team consolidates multiple scanned contracts into a single searchable PDF and extracts relevant clauses for review.

Quick Start

Use the pdf-en skill to extract text content from a PDF file named 'report.pdf' and save it as 'output.txt'.

Frequently Asked Questions about pdf-en

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

FAQPage Schema
How do I extract text and tables from a scanned PDF for analysis?

To extract text and tables from a scanned PDF, the Skill applies OCR processing to recognize characters and structure, allowing you to save the extracted content as plain text for further analysis.

What is the best way to merge, split, and rotate multiple PDF documents?

The best way to merge, split, and rotate PDFs involves using comprehensive document manipulation tools like pypdf and pdfplumber to reorganize pages and consolidate multiple files into a single workflow.

Does this PDF processing approach work for legal and enterprise environments?

Yes, this PDF processing approach works for legal and enterprise environments by streamlining document management workflows, enabling tasks like consolidating scanned contracts and extracting relevant clauses for review.

Can I fill out forms and add watermarks to native PDF files?

Yes, you can fill out forms and add watermarks to native PDF files using advanced document handling capabilities, which also support encrypting and decrypting sensitive documents for enhanced security.

What Python libraries are needed for advanced PDF document automation?

Advanced PDF document automation requires Python libraries like pypdf, pdfplumber, and reportlab, alongside command-line tools such as poppler-utils and qpdf for comprehensive text extraction and manipulation workflows.