https://github.com/aphp/edspdf-poppler
Poppler extension for EDS-PDF
https://github.com/aphp/edspdf-poppler
bindings edspdf extractor pdf poppler prebuilt python
Last synced: about 2 months ago
JSON representation
Poppler extension for EDS-PDF
- Host: GitHub
- URL: https://github.com/aphp/edspdf-poppler
- Owner: aphp
- License: gpl-2.0
- Created: 2023-06-09T15:10:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T22:16:59.000Z (about 3 years ago)
- Last Synced: 2025-02-26T14:06:10.716Z (over 1 year ago)
- Topics: bindings, edspdf, extractor, pdf, poppler, prebuilt, python
- Language: Python
- Homepage: https://aphp.github.io/edspdf-poppler/
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://aphp.github.io/edspdf-poppler/latest/)
[](https://pypi.org/project/edspdf-poppler/)
[](https://codecov.io/gh/aphp/edspdf-poppler)
[](https://zenodo.org/badge/latestdoi/517726737)
# edspdf-poppler
edspdf-poppler provides a Poppler-based PDF parser component for [EDS-PDF](https://github.com/aphp/edspdf).
We only provide prebuilt binaries for linux and macos. If you are on windows, you will need to build this lib from source.
Beware, Poppler is **GPL-licensed**: edspdf-poppler is therefore also GPL-licensed, and any model depending on this component must be too.
## Getting started
Install the library with pip:
```console
$ pip install edspdf-poppler
```
## Usage
```
from edspdf import Pipeline
model = Pipeline()
model.add_pipe('poppler-extractor')
model(pdf_bytes)
```
Visit the [documentation](https://aphp.github.io/edspdf-poppler/) 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.