extract_text
Extract all text from a PDF file using a path, filename, or base64 input. Get the complete text content for further processing.
Instructions
Extract all text from a PDF.
Accepts:
Full path string
Short filename previously written to temp storage
Bytes / file-like / dict with base64 (will be saved to temp)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| encoding | No | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||