File size: 645 Bytes
e19286a
 
e6f2eb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e19286a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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