pdf_to_json
Export PDF structure to JSON, capturing pages, text, and metadata for efficient data extraction.
Instructions
Export PDF structure (pages, text, metadata) as a JSON file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| output_name | No | Output file path (defaults to same dir with suffix) |