Extract the text of a PDF
extract_pdf_textExtract the text of a PDF. Returns the text of a PDF (not scanned images: there is no OCR). Set pages=true to also get the text page by page.
Costs 1 credit per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The PDF, base64-encoded. | |
| pages | No | Also return the text split by page. |