Extract from PDF
extract-from-pdfExtract text from PDFs using a local file path or URL, including paywalled or bot-protected sources, for appraisal or data extraction.
Instructions
Extract text from a PDF for appraisal or data extraction. Accepts a local file path or an http(s) URL (retrieved server-side via the fetch-url ladder, so paywalled-but-entitled or bot-protected PDFs work). Returns the extracted text in-process — no external converters required. Pair with appraise-evidence to critically appraise a retrieved paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | A local file path to a PDF, or an http(s) URL to one. URLs are retrieved server-side first. | |
| max_pages | No | Maximum number of pages to extract (default 60). |