aoptk.literature.convert_image ============================== .. py:module:: aoptk.literature.convert_image Classes ------- .. autoapisummary:: aoptk.literature.convert_image.ConvertImage Module Contents --------------- .. py:class:: ConvertImage Bases: :py:obj:`abc.ABC` Abstract base class for converting image to text. .. py:method:: convert_image(image_path: str) -> str :abstractmethod: Return converted text data. :param image_path: Path to the image file to be converted.