feat(barcode-read): rewrite frontend with multi-file, results table, progress, export

- Multi-file sequential processing with per-file progress
- Structured results table with type badges and copy per-result
- Copy All and Export CSV functionality
- Thorough scan toggle (maps to tryHarder in zxing-wasm)
- Before/after view shows annotated image with bounding boxes
- Updated tool description in constants and i18n
This commit is contained in:
Siddharth Kumar Sah
2026-04-13 11:36:05 +08:00
parent 69e31b7aea
commit c5e952119a
3 changed files with 344 additions and 67 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export const en = {
},
"barcode-read": {
name: "Barcode Reader",
description: "Read QR codes and barcodes from images",
description: "Scan images for QR codes, barcodes, and 2D codes",
},
collage: { name: "Collage / Grid", description: "Combine images into a grid layout" },
stitch: { name: "Stitch", description: "Join images side by side or top to bottom" },