aoptk.literature.convert_pdf_scan ================================= .. py:module:: aoptk.literature.convert_pdf_scan Classes ------- .. autoapisummary:: aoptk.literature.convert_pdf_scan.ConvertPDFScan Module Contents --------------- .. py:class:: ConvertPDFScan Bases: :py:obj:`abc.ABC` Abstract base class for converting PDF scans to text. .. py:method:: convert_pdf_scan(image64: str, mime_type: str) -> str :abstractmethod: Return converted text data. :param image64: Base64-encoded string of the PDF scan image. :param mime_type: MIME type of the image ('image/png').