BarcodeRecognize
BarcodeRecognize[image] recognizes a barcode in image and returns it as a string.
BarcodeRecognize[image, "prop"] returns the specified property of the barcode.
BarcodeRecognize[image, "prop", format] recognizes barcodes of the specified format only.
Examples
Recognize a barcode:
BarcodeRecognize[barcodeImage]
(* "1234567890" *)Please visit the official Wolfram Language Reference for more details.