摘要: pillow Pillow是PIL的一个派生分支,但如今已经发展成为比PIL本身更具活力的图像处理库。pillow可以说已经取代了PIL,将其封装成python的库(pip即可安装),且支持python2和python3,目前最新版本是3.0.0。 Pillow的Github主页:https://g 阅读全文
posted @ 2019-08-29 22:30 linyouyi 阅读(47789) 评论(0) 推荐(2)
摘要: 废话不多说,直接介绍如何下载安装tesseract-OCR以及pytesseract和PIL资源 文末百度网盘都有Tesseract是一个开源的OCR引擎,能识别100多种语言(中,英,韩,日,德,法…等等)pytesseract是python里的一个基于Tesseract的包。 1.首先下载并安装 阅读全文
posted @ 2019-08-29 22:29 linyouyi 阅读(3254) 评论(2) 推荐(0)
摘要: 报错信息: D:\pythontest\duanxinhongzha>pip3 install pillowCollecting pillow Could not find a version that satisfies the requirement pillow (from versions: 阅读全文
posted @ 2019-08-29 14:30 linyouyi 阅读(7840) 评论(0) 推荐(0)
摘要: 使用getpass模块 阅读全文
posted @ 2019-08-29 14:28 linyouyi 阅读(1460) 评论(0) 推荐(0)