download_citeseerx
Download a paper's PDF from CiteSeerX by providing its paper identifier, saving it to a specified directory.
Instructions
Download PDF for a paper from CiteSeerX.
Args: paper_id: CiteSeerX paper identifier. save_path: Directory to save the PDF (default: './downloads'). Returns: str: Path to downloaded PDF or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |