read_citeseerx_paper
Read and extract text content from any CiteSeerX paper by providing its paper ID. Enables direct access to academic paper text for research analysis.
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 |