File size: 738 Bytes
d647546
 
d822059
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d647546
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Load text from PDF files (using PDFPlumber)

??? note "Note"
    **Underlying Library:** `pdfplumber`

    Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.

    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.text_loader import PDFPlumberTextLoader
    ```

    For details and available `**kwargs`, please refer to the sources below.

    **Sources:**

    - [GitHub](https://github.com/jsvine/pdfplumber)
    - [PyPI](https://pypi.org/project/pdfplumber/)

::: medrag_multi_modal.document_loader.text_loader.pdfplumber_text_loader