1
0
Fork 0
Raspberry Pi Scanner web UI
Find a file
2022-03-24 00:11:11 +01:00
scan Remove unused comments and rely on the Event{} from main.go to start 2022-03-24 00:11:11 +01:00
views Add and use neat little JS preview of the actual file name 2022-03-23 23:15:01 +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
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
LICENSE Add LICENSE file to please the sr.ht page renderer ^^ 2022-03-04 15:41:41 +01:00
main.go Add and use neat little JS preview of the actual file name 2022-03-23 23:15:01 +01:00
Makefile First iteration of scanberry 2022-03-03 22:38:56 +01:00
README.md Render sr.ht build badge 2022-03-04 15:42:58 +01:00

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.

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)