I am working on 2d-barcode reader java ZXing library. Is it possible to identify 2d-barcode from an image which has multiple barcodes? I have to first split the detected 2d-barcodes into matrix form and then decode that. For example we have an image which has 16 different barcodes like 4*4 matrix and the desired output from that image will be:
ROW Column Barcode output
(1,1) 1 1 784AS877
(1,2) 1 2 74AS5774
..
..
..
Thanks in advance