medrag / docs /document_loader /image_loader /fitzpil_img_loader.md
mratanusarkar's picture
update: docs with lib sources and notes
e6f2eb8
|
raw
history blame
666 Bytes

Load images from PDF files (using Fitz & PIL)

??? note "Note" Underlying Library: fitz & pillow

Extract images from PDF files using `fitz` and `pillow`.

Use it in our library with:
```python
from medrag_multi_modal.document_loader.image_loader import FitzPILImageLoader
```

For more details, please refer to the sources below.

**Sources:**

- [Docs](https://pymupdf.readthedocs.io/en/latest/intro.html)
- [GitHub](https://github.com/kastman/fitz)
- [PyPI](https://pypi.org/project/fitz/)
- [PyPI](https://pypi.org/project/pillow/)

::: medrag_multi_modal.document_loader.image_loader.fitzpil_img_loader