https://github.com/aphp/edspdf-mupdf
MuPDF extension for EDS-PDF
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords
edspdf
extractor
mupdf
pdf
pymupdf
Last synced: 6 months ago
·
JSON representation
Repository
MuPDF extension for EDS-PDF
Basic Info
- Host: GitHub
- Owner: aphp
- License: agpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://aphp.github.io/edspdf-mupdf/
- Size: 1.56 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
edspdf
extractor
mupdf
pdf
pymupdf
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
README.md
edspdf-mupdf
edspdf-mupdf provides a MuPdf-based PDF parser component for EDS-PDF
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 for more information!
Acknowledgement
We would like to thank Assistance Publique – Hôpitaux de Paris and AP-HP Foundation for funding this project.
Owner
- Name: Greater Paris University Hospitals (AP-HP)
- Login: aphp
- Kind: organization
- Location: Paris
- Website: https://www.aphp.fr/
- Repositories: 35
- Profile: https://github.com/aphp
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0