datamatrix-decode

0.0.2 • Public • Published

A port of the DataMatrix 2D barcode decoding capability from ZXing to javascript. Uses some code from Lazar Laszlo's jsqrcode.

This module does not include any of the detection / image recognition functionality. This module is what you use to extract the encoded data from a DataMatrix 2D barcode once you know the (boolean) value of each square/element in a barcode.

Currently only supports ASCII encoded data and numeric (digit pairs).

Usage

See example.js

ToDo

Port support for the following modes from DecodedBitStreamParser.java:

  • C40
  • Text
  • AnsiX12
  • Edifact
  • Base256

Copyright and License

Copyright:

License: Apache License Version 2.0

/datamatrix-decode/

    Package Sidebar

    Install

    npm i datamatrix-decode

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • bschulzsf
    • autonomous
    • juul