# Load images from PDF files (using PDFPlumber) ??? note "Note" **Underlying Library:** `pdfplumber` Extract images from PDF files using `pdfplumber`. You can interact with the underlying library and fine-tune the outputs via `**kwargs`. Use it in our library with: ```python from medrag_multi_modal.document_loader.image_loader import PDFPlumberImageLoader ``` For details, please refer to the sources below. **Sources:** - [GitHub](https://github.com/jsvine/pdfplumber) - [PyPI](https://pypi.org/project/pdfplumber/) ::: medrag_multi_modal.document_loader.image_loader.pdfplumber_img_loader