read_medrxiv_paper
Access the full text of a medRxiv preprint by providing its DOI. Extracts and returns the paper's content for analysis.
Instructions
Read and extract text content from a medRxiv paper PDF.
Args: paper_id: medRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |