A Docker image for running Matt Zucker's Noteshrink - A project that can "Convert scans of handwritten notes to beautiful, compact PDFs".
- Install Docker.
- Run
docker pull johnpaulada/noteshrink
. - To see how to use the command, run
docker run johnpaulada/noteshrink:alpine
. - Use the
docker run -v=/path/to/output/folder:/output johnpaulada/noteshrink:alpine /output/input.jpg -o /output/output.pdf
command to create the PDF.