Forum Discussion
PFitzy
Mar 10, 2021Copper Contributor
Cognative reading of barcodes
How would I set about reading bar code symbology?
PFitzy
Mar 10, 2021Copper Contributor
Currently our production equipment scans bar codes in order to lookup particulars related to the item scanned. This scan is performed by a user - I want this to be automatically read from a camera and processed thus removing the need for an operator on the production line.
liamca-msft
Microsoft
Mar 10, 2021I believe the best way to do this would be to map the barcode that is in the search index into some textual value. For example, I believe that any barcode has a number associated with it. That is what I would store in the search index, rather than the image of the barcode. That way whenever the production like camera scans a barcode, this would be mapped to a barcode number and subsequently searched in cognitive search. You may know this already, but the Cognitive Services Vision API's (https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/) would likely help a lot with the mapping of these barcodes to the associated values.