pdf_extract_text
Extract text from PDF files by specifying page ranges like '1-5' or '2,4,9-11'. Processes up to 50 pages per call to handle large documents in manageable slices.
Instructions
Extract the text layer of a page range (1-based: "3", "1-5", "2,4,9-11"; up to 50 pages per call). Page-ranged so a 400-page standard is read in slices instead of one blind gulp. Returns nothing useful for scanned pages — pdf_info names those, ocr_pdf reads them. Bounded; truncation is marked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pages | No | 1-20 |