摘要: # pip install Pillow # pip install pyzbar import pyzbar.pyzbar as pyzbar from PIL import Image, ImageEnhance image = "cs1.jpg" img = Image.open(image) 阅读全文
posted @ 2020-11-28 19:32 Anec 阅读(173) 评论(0) 推荐(0) 编辑