Open jgtjerry opened 5 years ago
Hello,
I want to pass the image directly instead of the image path.
img=cv2.imread('IMG_1736.JPG')
barcode_reader(str(img)
How can I do that
Hello,
I want to pass the image directly instead of the image path.
img=cv2.imread('IMG_1736.JPG')
barcode_reader(str(img)
How can I do that