EasyOCR的模型放在了哪里
下载easyocr,pip install easyocr,定位到它的config.py

可以看到模型放置的位置,当它运行代码时候,会检测并自动下载,不过也可以手动下载,模型列表和本地路径:

打印体的效果还是可以:(GPU版本耗时2秒钟,CPU耗时4秒)

手写体效果一般:(GPU版本耗时2秒钟,CPU耗时4秒)

此外,我的是4G显存的GTX960,用不了最新的pytorch,只能装老版本:pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126

