Scan Barcode metadata and image source
I love the barcode scan feature for mobile devices.
Please add the following or if they are available please point me to how I may access the following:
Many times it is important to know what type of barcode is being interpreted. Is there a way to determine what type of barcode is being scanned. There are times when the data present in a Code 39 barcode has a different purpose or context than the same data present in a PDF417 barcode. Especially where 2D barcodes are concerned such as Data Matrix and PDF417 where a single scan might contain multiple pieces of overlapping data.
The other requirement is for the barcode image from which the data was extracted. This is a requirement where the image provides additional confirmation beyond the data within the scan. It is more important to capture the image and data simultaneously rather than asynchronously.
I've looked for how to get this data from the zoho documentation and couldn't find it.
I know from Android barcode api that this metadata is available. Not sure about how iOS goes about it.