read_base_paper
Extract text content from academic papers using the BASE paper identifier. Downloads and processes PDFs to provide readable text for research analysis.
Instructions
Read and extract text content from a BASE paper.
Args: paper_id: BASE 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 |