read_zenodo_paper
Retrieve and extract the full text of a Zenodo paper using its unique identifier. Optionally specify a local directory to save the PDF.
Instructions
Read and extract text content from a Zenodo paper.
Args: paper_id: Zenodo paper identifier. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Extracted text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |