read_citeseerx_paper
Extract text content from CiteSeerX academic papers by providing a paper identifier, enabling access to research material for analysis and reference.
Instructions
Read and extract text content from a CiteSeerX paper.
Args: paper_id: CiteSeerX paper identifier. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Extracted text or fallback abstract/error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |