pdf-reader

Extract text, tables, forms, and metadata from PDF documents.

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill pdf-reader-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-reader
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/pdf-reader
Command: npx skills add https://github.com/RightNow-AI/openfang --skill pdf-reader-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of accessing and processing information locked within PDF documents, enabling users to extract, analyze, and summarize content efficiently.

Core Features & Use Cases

  • Content Extraction: Extracts text, tables, and form data from various PDF types (text-based, scanned).
  • Structured Data Output: Presents extracted information in formats like Markdown, JSON, or CSV.
  • Analysis & Summarization: Provides summaries, identifies key data points, and compares documents.
  • Use Case: Automatically extract all product specifications from a PDF catalog and format them as a JSON object for a product database.

Quick Start

Use the pdf-reader skill to extract and summarize the content of the document 'annual-report.pdf'.

Frequently Asked Questions about pdf-reader

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

FAQPage Schema
How do I extract structured data from a PDF catalog?

You can extract structured data from a PDF catalog by processing text and tables, outputting product specifications into formats like JSON or CSV for direct database integration.

Can I extract text from scanned PDFs?

Yes, you can extract text from scanned PDFs using built-in OCR capabilities, which captures text from images while preserving the original document structure and logical flow.

What is the best way to summarize an annual report PDF?

The best way to summarize an annual report PDF is to use automated content analysis, which reviews extracted text and tables to generate summaries and identify key data points.

Does PDF extraction preserve tables and document structure?

Yes, PDF extraction preserves document structure and logical flow, accurately capturing tables and form data alongside text to maintain the original layout during processing.

Can I compare multiple PDF documents automatically?

Yes, you can compare multiple PDF documents automatically by extracting content from each file and analyzing the structured data to identify differences and key data points across them.