1
0
Fork 0
Raspberry Pi Scanner web UI
Go to file
Sebastian Schulze b9ceebaafa
Add a bit of forges-snark and a quick preview video
2022-03-24 00:14:19 +01:00
scan Remove Date string from FullName() since it was redundant anyways 2022-03-24 00:12:30 +01:00
views Indent some HTML and regroup the form 2022-03-24 00:12:18 +01:00
.build.yml Build with test coverage 2022-03-04 15:38:50 +01:00
.gitignore First iteration of scanberry 2022-03-03 22:38:56 +01:00
LICENSE Add LICENSE file to please the sr.ht page renderer ^^ 2022-03-04 15:41:41 +01:00
Makefile First iteration of scanberry 2022-03-03 22:38:56 +01:00
README.md Add a bit of forges-snark and a quick preview video 2022-03-24 00:14:19 +01:00
go.mod Add Viper configuration and rework the async process 2022-03-23 21:55:00 +01:00
go.sum Add Viper configuration and rework the async process 2022-03-23 21:55:00 +01:00
main.go Send proper start event of type "starting" 2022-03-24 00:12:47 +01:00

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