Spaces:
Sleeping
Sleeping
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