python 识别二维码/条形码
python 识别二维码/条形码1. 安装包pip install -y pillow -i https://mirrors.aliyun.com/pypi/simple/pip install -y pyzbar -i https://mirrors.aliyun.com/pypi/simple/2. 使用from PIL import Image# 如果导入报错,安装工具: apt install -y zbar-toolsfrom pyzbar.pyzbar import deco
原创
2022-05-06 16:27:29 ·
1746 阅读 ·
0 评论