Skip to content

Commit 9501f04

Browse files
committed
improve reasoning why a common barcode symbology helps
1 parent e78d8ee commit 9501f04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ http://www.iso.org/iso/livelinkgetfile-isocs?nodeId=15011261
7676
Only 2D barcodes have the density to make key backup practical. QR Code and DataMatrix are
7777
the most common 2D barcodes.
7878

79+
Using a common barcode symbology makes sure that there are several independent implementations
80+
of decoders available. This increases the probability that they handle defects and error
81+
correction differently and are able to tolerate different kinds of defects. So if the barcode
82+
gets damaged, you have several programs you can try.
83+
7984
Several papers comparing QR and DataMatrix come to the conclusion that DataMatrix allows
8085
a higher density and offers better means for error correction. I tested this and came
8186
to the conclusion that the QR code decoding programs available to me had better error

0 commit comments

Comments
 (0)