extract_text
Extract PDF text by providing a local path or base64-encoded bytes. Returns plain text from the PDF.
Instructions
Extract plain text from a PDF file.
Args: path: Absolute path to a PDF file on the local filesystem. data: Base64-encoded PDF bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |