extract-text
Extract text content from PDF documents for editing, analysis, or reuse. Supports word-by-word extraction and detailed positioning information.
Instructions
Extract text content from a PDF document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | PDF file path or URL to extract text from | |
| byWord | No | Extract text word by word | |
| detailed | No | Include detailed extraction with position info | |
| outputDir | No | Output directory path | |
| outputFilename | No | Custom output filename |