https://github.com/danielgatis/docscan
Docscan is a document scanner. Take a photo of your documents and frame it.
Science Score: 13.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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Repository
Docscan is a document scanner. Take a photo of your documents and frame it.
Basic Info
Statistics
- Stars: 103
- Watchers: 5
- Forks: 20
- Open Issues: 2
- Releases: 2
Topics
Metadata Files
README.md
Docscan
Docscan is a document scanner. Take a photo of your documents and frame it.
Installation
Install it from pypi
bash
pip install docscan
Usage as a cli
Scan from a remote image
bash
curl -s http://input.png | docscan > output.png
Scan from a local file
bash
docscan path/to/output.png path/to/input.png
Usage as a library
In app.py
```python import sys from docscan.doc import scan
sys.stdout.buffer.write(scan(sys.stdin.buffer.read()))
```
Then run
cat input.png | python app.py > out.png
License
Copyright (c) 2020-present Daniel Gatis
Licensed under MIT License
Buy me a coffee
Liked some of my work? Buy me a coffee (or more likely a beer)
Owner
- Name: Daniel Gatis
- Login: danielgatis
- Kind: user
- Location: Recife - PE
- Repositories: 37
- Profile: https://github.com/danielgatis
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 4
- Watch event: 16
- Issue comment event: 4
- Push event: 3
- Pull request event: 3
- Fork event: 3
Last Year
- Create event: 1
- Release event: 1
- Issues event: 4
- Watch event: 16
- Issue comment event: 4
- Push event: 3
- Pull request event: 3
- Fork event: 3
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Gatis | d****s@g****m | 17 |
| Paulo Pavačić | p****c@e****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 4
- Average time to close issues: about 2 months
- Average time to close pull requests: 6 months
- Total issue authors: 5
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: 29 days
- Average time to close pull requests: 1 day
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ppavacic (1)
- MuadDev (1)
- Sammeeey (1)
- SajjadIqbal-git (1)
- gregorylearns (1)
Pull Request Authors
- dependabot[bot] (2)
- matthewlenz (2)
- ppavacic (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 72 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 1
pypi.org: docscan
This is a document scanner
- Homepage: https://github.com/danielgatis/docscan
- Documentation: https://docscan.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.6
published over 1 year ago
