download_paper
Download and extract full text from an arXiv paper by its ID, using HTML extraction or PDF conversion with optional chunking for large documents.
Instructions
Download a paper from arXiv and return its text content. Tries the HTML version first for clean extraction; falls back to PDF conversion if HTML is unavailable. Stores the paper locally and supports start/max_chars pagination for very large papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based character offset for returning large papers in chunks | |
| paper_id | Yes | The arXiv ID of the paper to download (e.g. '2103.12345') | |
| max_chars | No | Maximum raw paper characters to return from start; omit for full content |