pdf_convert_to_text
Convert PDF files to raw text using a local file path or base64 data. Extract text locally with no API keys required.
Instructions
Extract raw text from a PDF file using pdf-parse (supports local file path or base64 data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded PDF file data. | |
| filePath | No | Local filesystem path to the PDF file. |