mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
22 lines
399 B
Plaintext
22 lines
399 B
Plaintext
---
|
|
title: "PDFParserEngine"
|
|
---
|
|
|
|
The engine to use for parsing PDF files. "pdf-text" is deprecated and automatically redirected to "cloudflare-ai".
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.PDFParserEngineEnum`
|
|
|
|
```python
|
|
value: components.PDFParserEngineEnum = /* values here */
|
|
```
|
|
|
|
### `components.PDFParserEnginePDFText`
|
|
|
|
```python
|
|
value: components.PDFParserEnginePDFText = /* values here */
|
|
```
|
|
|