mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
20 lines
384 B
Markdown
20 lines
384 B
Markdown
# 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 */
|
|
```
|
|
|