随笔分类 - OCR
摘要:1、首先需要安装tesseract-ocr https://digi.bib.uni-mannheim.de/tesseract/ 2、安装python所需模块 pip install pytesseract 3、下载语言包 https://github.com/tesseract-ocr/tess
阅读全文
摘要:依赖:potencent pip install potencent 测试代码: # pip install potencent import potencent # 可以填写本地图片的地址:img_path,也可以填写在线图片的地址:img_url # 如果2个都填,则只用在线图片 res = p
阅读全文