摘要: 一.安装tesseract-ocr 1.1tesseract-ocr下载 下载地址:Index of /tesseract (uni-mannheim.de) 或者 https://github.com/UB-Mannheim/tesseract/wiki 或 1.2完成tesseract-ocr安 阅读全文
posted @ 2023-11-30 15:42 771293871 阅读(325) 评论(0) 推荐(0)
摘要: 一.安装CV2(opencv)模块 pip install opencv-python 二.使用imread读取图片 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参 阅读全文
posted @ 2023-11-30 11:22 771293871 阅读(2202) 评论(0) 推荐(0)