摘要: 使用PIL+pytesseract+tesseract-ocr python版本:3.6.3 tesseract-OCR 版本:3.02.02 ①安装Pillow cmd切换至pip:pip install Pillow ②安装pytesseract pip install pytesseract 阅读全文
posted @ 2017-12-13 17:49 我是田舟 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 今天突发奇想想要自己动手试一下自动化识别验证码,执行这个函数时提示找到系统文件 解决方案: 安装路径中找到pytesseract.py文件修改tesseract的路径 例如: 本人Python安装路径:python\Lib\site-packages\pytesseract 修改位置如下: tess 阅读全文
posted @ 2017-12-13 15:54 我是田舟 阅读(1621) 评论(0) 推荐(0) 编辑