https://github.com/aphp/edspdf-mupdf
MuPDF extension for EDS-PDF
https://github.com/aphp/edspdf-mupdf
edspdf extractor mupdf pdf pymupdf
Last synced: over 1 year ago
JSON representation
MuPDF extension for EDS-PDF
- Host: GitHub
- URL: https://github.com/aphp/edspdf-mupdf
- Owner: aphp
- License: agpl-3.0
- Created: 2023-06-09T09:08:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T21:55:59.000Z (about 3 years ago)
- Last Synced: 2025-01-25T15:26:43.471Z (over 1 year ago)
- Topics: edspdf, extractor, mupdf, pdf, pymupdf
- Language: Python
- Homepage: https://aphp.github.io/edspdf-mupdf/
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://aphp.github.io/edspdf-mupdf/latest/)
[](https://pypi.org/project/edspdf-mupdf/)
[](https://codecov.io/gh/aphp/edspdf-mupdf)
[](https://zenodo.org/badge/latestdoi/517726737)
# edspdf-mupdf
edspdf-mupdf provides a MuPdf-based PDF parser component for [EDS-PDF](https://github.com/aphp/edspdf)
Beware, MuPdf is **AGPL-licensed**: edspdf-mupdf is therefore also AGPL-licensed, and any model depending on this component must be too.
## Getting started
Install the library with pip:
```console
$ pip install edspdf-mupdf
```
## Usage
```
from edspdf import Pipeline
model = Pipeline()
model.add_pipe('mupdf-extractor')
model(pdf_bytes)
```
Visit the [documentation](https://aphp.github.io/edspdf/) for more information!
## Acknowledgement
We would like to thank [Assistance Publique – Hôpitaux de Paris](https://www.aphp.fr/)
and [AP-HP Foundation](https://fondationrechercheaphp.fr/) for funding this project.