Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzucker/noteshrink
Convert scans of handwritten notes to beautiful, compact PDFs
https://github.com/mzucker/noteshrink
Last synced: 19 days ago
JSON representation
Convert scans of handwritten notes to beautiful, compact PDFs
- Host: GitHub
- URL: https://github.com/mzucker/noteshrink
- Owner: mzucker
- License: mit
- Created: 2016-09-06T12:32:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T22:27:57.000Z (8 months ago)
- Last Synced: 2024-10-02T00:42:03.426Z (about 1 month ago)
- Language: Python
- Homepage: https://mzucker.github.io/2016/09/20/noteshrink.html
- Size: 6.05 MB
- Stars: 4,802
- Watchers: 108
- Forks: 351
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - mzucker/noteshrink - Convert scans of handwritten notes to beautiful, compact PDFs (Python)
- awesome-data-science-viz - Noteshrink
- awesome-github-repos - mzucker/noteshrink - Convert scans of handwritten notes to beautiful, compact PDFs (Python)
- starred-awesome - noteshrink - Convert scans of handwritten notes to beautiful, compact PDFs (Python)
README
noteshrink
==========Convert scans of handwritten notes to beautiful, compact PDFs -- see full writeup at
## Requirements
- Python 2 or 3
- NumPy 1.10 or later
- SciPy
- ImageMagick
- Image module from PIL or Pillow## Usage
```
./noteshrink.py IMAGE1 [IMAGE2 ...]
```Building the examples (already in `example_output`):
```
make
```## Packages
Packages are available for:
- [Arch Linux (AUR)](https://aur.archlinux.org/packages/noteshrink/)
## Derived works*Note:* Projects listed here aren't necessarily tested or endorsed by me -- use with care!
- [Web-based (Django) front-end](https://github.com/delneg/noteshrinker-django)