Reading rectangular Data matrix

Hello,

I am trying to create a program (python) to read data matrices of all formats. As of now the program reads all the formats of symmetric data matrix.

I use pylibdmtx and decode function to find and read the data matrices. The function reads symmetric data matrix perfectly for all sizes and formats.

Unfortunately, its unable to find the data matrix rectangle format. Is there any way to setup the decode function (or suggest another function / library ?) to read rectangular formats of data matrix?
for eg 16 x 32

barcode

1 Like