get_paper_content
Download and extract the full text content of an ArXiv paper by providing its arXiv ID for research or analysis purposes.
Instructions
Get the full text content of a paper by downloading and extracting text from its PDF
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paper_id | Yes | arXiv paper ID (e.g., 2104.13478 or cs/0001001) |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"description": "arXiv paper ID (e.g., 2104.13478 or cs/0001001)",
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}