ddddocr
ddddocr copied to clipboard
Pillow10.0里面Image.ANTIALIAS已经被删除了,使用Image.LANCZOS替代
trafficstars
https://pillow.readthedocs.io/en/stable/deprecations.html#constants
pip uninstall -y Pillow pip install Pillow==9.5.0 也可解决
#167