Live site: https://zamme.github.io/PmSTools_WASM/
PmSTools reimagined for the web using Blazor WebAssembly. This version focuses on the Code2Barcode flow with OCR, prefix filtering, and saved barcodes.
- Camera OCR in-browser (best effort, depends on permissions)
- Image upload OCR for labels and documents
- Prefix-based code filtering
- Code editing and validation flow
- Barcode rendering with Code39
- Local saved codes library (browser storage)
dotnet watch --project PmSTools_WASM/PmSTools_WASM.csproj runGitHub Pages deployment is handled by the workflow in .github/workflows/gh-pages.yml.