__init__.py 298 B

12345678
  1. """
  2. __init__ of the pdf2image module
  3. """
  4. from .pdf2image import convert_from_bytes as convert_from_bytes
  5. from .pdf2image import convert_from_path as convert_from_path
  6. from .pdf2image import pdfinfo_from_bytes as pdfinfo_from_bytes
  7. from .pdf2image import pdfinfo_from_path as pdfinfo_from_path