python-zxing icon indicating copy to clipboard operation
python-zxing copied to clipboard

Pass image instead of image path

Open jgtjerry opened this issue 6 years ago • 0 comments

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

jgtjerry avatar Jul 04 '19 21:07 jgtjerry