read_doaj_paper
Extract the text content from a DOAJ paper by specifying its identifier. Retrieve the full text for citation, analysis, or reference.
Instructions
Read and extract text content from a DOAJ paper.
Args: paper_id: DOAJ 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 |