Extract text from a PDF
extract_pdf_textPull the text out of a PDF, page by page, so it can be read, summarised or analysed. Works on text-based PDFs, not on photos of pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | A single input file, given as either an HTTPS url or base64 contents. | |
| pages | No | Optional page selection such as "1-5" or "1, 3, 7". Defaults to the whole document. |