Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 07:49

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, or docker 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 tagged latest). This is the CSP-enforced offline path:
    the nginx config serves a strict Content-Security-Policy that
    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