read_medrxiv_paper
Read and extract the full text from a medRxiv paper using its DOI. Enables automated analysis of preprint content.
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 |