read_openaire_paper
Retrieve and extract full text content from any OpenAIRE paper by providing its paper ID. Solves accessing paper text for analysis or citation.
Instructions
Attempt to read and extract text content from an OpenAIRE paper.
Args: paper_id: OpenAIRE paper identifier. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Extracted text or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |