Spaces:
Running
Running
File size: 766 Bytes
04ea7bb e6f2eb8 04ea7bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Load images from PDF files (using PyMuPDF)
??? note "Note"
**Underlying Library:** `pymupdf`
PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
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 PyMuPDFImageLoader
```
For details, please refer to the sources below.
**Sources:**
- [Docs](https://pymupdf.readthedocs.io/en/latest/)
- [GitHub](https://github.com/pymupdf/PyMuPDF)
- [PyPI](https://pypi.org/project/PyMuPDF/)
::: medrag_multi_modal.document_loader.image_loader.pymupdf_img_loader
|