stpy.summarize_gScholarAlerts.extract_text_from_pdf
- stpy.summarize_gScholarAlerts.extract_text_from_pdf(pdf_url)
Download a PDF from a URL and extract its text without saving it locally. :type pdf_url: str :param pdf_url: The URL of the PDF file. :type pdf_url: str
- Returns:
Extracted text from the PDF.
- Return type:
str