1
0
Fork 0
Raspberry Pi Scanner web UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sebastian Schulze b9ceebaafa
Add a bit of forges-snark and a quick preview video
1 year ago
scan Remove Date string from FullName() since it was redundant anyways 1 year ago
views Indent some HTML and regroup the form 1 year ago
.build.yml Build with test coverage 1 year ago
.gitignore First iteration of scanberry 1 year ago
LICENSE Add LICENSE file to please the sr.ht page renderer ^^ 1 year ago
Makefile First iteration of scanberry 1 year ago
README.md Add a bit of forges-snark and a quick preview video 1 year ago
go.mod Add Viper configuration and rework the async process 1 year ago
go.sum Add Viper configuration and rework the async process 1 year ago
main.go Send proper start event of type "starting" 1 year ago

README.md

Scanberry

builds.sr.ht status

First iteration of Scanberry, a little web wrapper around scanimage which can run on a Raspberry Pi. Scanberry just provides a little web UI, all the heavy lifting is done by scanimage, ocrmypdf and imagemagick.

Scanberry Screencapture

Functionality of the web UI

  • Trigger the scanning process
  • Set a document name and whether it's duplex or simplex
  • Prepend a timestamp prefix
  • Offer the file as a download
  • Copy it to a pre-determined location (e.g. my Nextcloud share)

Forges

In the spirit of a distributed VCS, this project lives on