mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user