https://github.com/conjuncts/gmft_pymupdf
Use pymupdf with gmft.
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.1%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Use pymupdf with gmft.
Basic Info
Statistics
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
gmft_pymupdf
Installation
bash
pip install git+https://github.com/conjuncts/gmft_pymupdf.git
Usage
```python from gmft_pymupdf import PyMuPDFDocument
doc = PyMuPDFDocument("path/to/pdf")
gmft remains unchanged
from gmft.auto import TableDetector detector = TableDetector()
tables = [] for page in doc: tables += detector.extract(page)
```
License
gmft_pymupdf is licensed under AGPL-3.0, in accordance with PyMuPDF's AGPL-3.0 license.
Owner
- Login: conjuncts
- Kind: user
- Repositories: 1
- Profile: https://github.com/conjuncts
GitHub Events
Total
- Issues event: 3
- Watch event: 7
- Issue comment event: 2
- Push event: 1
Last Year
- Issues event: 3
- Watch event: 7
- Issue comment event: 2
- Push event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- emiliod90 (1)
- Grelo4ka (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
pyproject.toml
pypi
- gmft *
- pymupdf *