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

# PDFParserEngine - TypeScript SDK

> PDFParserEngine type definition

<Warning>
  The TypeScript SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/typescript-sdk/issues).
</Warning>

The engine to use for parsing PDF files. "pdf-text" is deprecated and automatically redirected to "cloudflare-ai".

## Supported Types

### `models.PDFParserEngineEnum`

```typescript lines theme={null}
const value: models.PDFParserEngineEnum = "cloudflare-ai";
```

### `models.PDFParserEnginePDFText`

```typescript lines theme={null}
const value: models.PDFParserEnginePDFText = "pdf-text";
```
