# PDF Processor

> Extracts text and tables from PDF documents. Use when working with PDF files or when the user needs document analysis.

- Skill: `tomevault-io/pdf-processor-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pdf-processor-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pdf-processor-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/pdf-processor-3

---


# PDF Processor

## Overview

Process PDF documents to extract text, tables, and metadata.

## Instructions

1. Validate the PDF file exists and is readable
2. Extract text content using appropriate parser
3. Identify and extract tabular data
4. Return structured output

## Examples

Input: "Extract the text from report.pdf"
Output: Plain text content of the document

Input: "Get all tables from financial-report.pdf"
Output: CSV-formatted table data

## Error Handling

If the PDF is encrypted, inform the user that a password may be required.
If the file is corrupted, return an appropriate error message.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/intent-solutions-io) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

