---
title: "PDF Plugin"
sidebarTitle: "PDF"
description: "Core Node.js plugin for elizaOS that provides essential services and actions for PDF processing"
---

PDF processing capabilities for Eliza agents.

**Package:** `@elizaos/plugin-pdf`

## Overview

The PDF plugin provides elizaOS agents with the ability to process and extract content from PDF documents. It enables agents to read, parse, and work with PDF files as part of their workflows. This is useful for document analysis, data extraction, and content ingestion tasks.

## Installation

```bash
eliza plugins install pdf
```

## Configuration

This plugin has no configuration parameters. It works out of the box once installed.

## Related

- [Knowledge Plugin](/plugin-registry/documents) - Knowledge management and retrieval
