extract_text_from_pdf
Extract all text content from a PDF. Input the PDF as a base64-encoded string and receive the extracted text.
Instructions
Extract all text content from a PDF.
Args: pdf_base64: Base64-encoded PDF file.
Returns: Extracted text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |