read_openaire_paper
Extract text content from any OpenAIRE paper by providing its identifier. Retrieves and processes the PDF to return readable text.
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 |