Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Extract Highlights from PDFs
Basic Info
- Host: GitHub
- Owner: dhingratul
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://pdfhextractor.readthedocs.io
- Size: 7.01 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.rst
.. image:: https://img.shields.io/pypi/v/pdfhextractor.svg
:target: https://pypi.python.org/pypi/pdfhextractor
.. image:: https://static.pepy.tech/badge/pdfhextractor
:target: https://www.pepy.tech/projects/pdfhextractor
.. image:: https://readthedocs.org/projects/pdfhextractor/badge/?version=latest
:target: https://pdfhextractor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
pdf-highlights-extractor
------------------------
Extract Highlights from PDFs
Documentation: https://pdfhextractor.readthedocs.io
Streamlit Application: https://pdfhextractor.streamlit.app/
Owner
- Name: Atul Dhingra
- Login: dhingratul
- Kind: user
- Location: San Jose, CA
- Company: @Standard-Cognition
- Website: https://www.linkedin.com/in/dhingratul/
- Repositories: 68
- Profile: https://github.com/dhingratul
Machine Learning Engineer| Experienced researcher in Computer Vision, Deep Learning, and Machine Learning
Citation (Citation.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Dhingra" given-names: "Atul" title: "pdfhextractor: Extract Highlights from PDFs" version: 0.1.1 date-released: 2024-08-26 url: "https://github.com/dhingratul/pdf-highlights-extractor"
GitHub Events
Total
Last Year
Dependencies
.github/workflows/test.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements.txt
pypi
- PyMuPDFb ==1.24.9
- fitz *
- pytest ==8.3.2
.github/workflows/python-publish.yml
actions
- actions/checkout v2 composite
- actions/setup-python v1 composite
- pypa/gh-action-pypi-publish master composite
setup.py
pypi
- fitz *