Skip to main content

PDF

Extract text, metadata, and page content from PDF files. Accepts file paths, URLs, and base64-encoded data.
Requires the pdf-parse peer dependency.

Quick Start


Config

number
default:"50000"
Maximum characters to return per extraction. Longer text is truncated.

Tools


Peer Dependency


Input Sources

The source parameter accepts three formats:
  • File path: /path/to/document.pdf
  • URL: https://example.com/report.pdf
  • Base64: Raw base64-encoded PDF data