A scanned image contains 96 barcodes. There is an example below.
To read barcodes I use library from inliteresearch.com .
If one or more barcodes are missing in image (i.e it contains less than 96 barcodes, in other words, there is a blank space instead of a barcode), how can I read barcodes continuously and return null if a barcode does not exist in image?
Example: barcode 65 is missing. Return all barcodes values from 1 to 64 then null for 65 then values from 66 to 96.