extract_text
Extract plain text from PDF files. Specify pages or ranges to get content from specific sections.
Instructions
Extract text content from a PDF file. Supports PDFs with searchable text and can extract text from specific pages or ranges. Returns plain text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Page range to extract (e.g., '1-5', '3,7,9', 'all'). Default: all pages | |
| file_path | Yes | Path to the PDF file to extract text from |