pdf.utils ========= .. py:module:: pdf.utils Functions --------- .. autoapisummary:: pdf.utils.extract_pdf_info Module Contents --------------- .. py:function:: extract_pdf_info(content: _typeshed.SupportsRead[bytes], remove: str = '\x00') -> tuple[int, str] Extracts the number of pages and text from a PDF. Requires poppler.