read_arxiv_paper
Extract full text from any arXiv paper by providing its paper ID. Enables direct access to paper content for analysis and citation.
Instructions
Read and extract text content from an arXiv paper PDF.
Args: paper_id: arXiv paper ID (e.g., '2106.12345'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |