Releases: alxcreate/scanpdf
Releases · alxcreate/scanpdf
Release list
v1.0.0
Artifacts
scanpdf-v1.0.0.zip— self-contained offline
bundle: the full static app with the pinned, SHA-256-verified
vendor libraries (OpenCV.js, pdf-lib) already baked in. Serve
site/with any static file server, ordocker build .locally
with no internet access. Verify with the accompanying.sha256.- Container image —
docker run -d --rm -p 8080:80 ghcr.io/alxcreate/scanpdf:v1.0.0
(also taggedlatest). This is the CSP-enforced offline path:
the nginx config serves a strictContent-Security-Policythat
makes the browser block every external request.
Both bundle and image redistribute third-party libraries under their
own licenses — see THIRD_PARTY_LICENSES.md.
Full Changelog: https://github.com/alxcreate/scanpdf/commits/v1.0.0