You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Han Xin correct separator + function info regions from Zint
- 8-module separator bands around all 4 finders (was 1-module)
- 9-module function information reserved regions
- Update README: 18 verified formats, MicroPDF417 now reference-matched
Match improved 75% → 76%. Finders remain 100%.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
</p>
14
14
15
15
> [!IMPORTANT]
16
-
> **Scan-verified formats (16):** QR Code, Data Matrix, PDF417, Aztec, Micro QR, rMQR, MaxiCode, Code 128, EAN-13, EAN-8, UPC-A, Code 39, Code 93, ITF, Codabar, GS1-128 — all verified with round-trip encode/decode tests using zxing-wasm, rxing (Rust), and gozxing (Go).
16
+
> **Verified formats (18):** QR Code, Data Matrix, PDF417, Aztec, Micro QR, rMQR, MaxiCode, MicroPDF417, Code 128, EAN-13, EAN-8, UPC-A, Code 39, Code 93, ITF, Codabar, GS1-128, Codablock F — verified with round-trip scan tests (zxing-wasm, rxing, gozxing) and/or 100% bit-match against Zint/bwip-js reference.
17
17
>
18
-
> **Experimental formats:**MicroPDF417, DotCode, Han Xin, JAB Code — no open-source barcode decoder exists for these formats (even bwip-js/Zint reference images cannot be scanned). Encoders produce structurally valid output. PRs welcome.
18
+
> **Experimental formats:** DotCode, Han Xin, JAB Code — no open-source decoder exists for these formats. Encoders produce structurally valid output (Han Xin 75% reference match, finders 100%). PRs welcome.
19
19
>
20
20
> **Contributions welcome!** If you find a scanning issue or want to improve an encoder, please [open an issue](https://github.com/productdevbook/etiket/issues) or submit a PR. See [Contributing](#contributing) below.
21
21
@@ -451,12 +451,9 @@ Contributions are welcome! Here are some areas where help is especially apprecia
451
451
452
452
**Encoder improvements needed:**
453
453
454
-
-**rMQR** — Format info encoding and alignment pattern placement need work
455
-
-**MicroPDF417** — RAP (Row Address Pattern) index calculations need verification against ISO/IEC 24728
0 commit comments