> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF Text Extract

> Extract readable text content from PDF documents

# PDF Text Extract

Extract readable text content from PDF documents

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | pdf-text-extract |
| **Family** | Actions          |
| **Group**  | Files & Storage  |

## Parameters

| Name  | Label | Type   | Description                                     | Required |
| ----- | ----- | ------ | ----------------------------------------------- | -------- |
| file  | File  | JSON   | File handle, URL, or local path to the PDF file | Yes      |
| pages | Pages | String | Page selection (empty for all pages)            | No       |

## Outputs

| Name      | Label     | Type   | Description            |
| --------- | --------- | ------ | ---------------------- |
| text      | text      | string | Extracted text content |
| pages     | pages     | array  | Text content per page  |
| pageCount | pageCount | number | Total number of pages  |
