随笔分类 - OCR
摘要:1.安装包 pip3 install rpa=1.48.1 pip3 install muggle-ocr=1.0.3 如果muggle-ocr使用pip3安装不了,只能手动安装。 百度网盘:https://pan.baidu.com/s/1K3Tq9Vz-u3oQ8tWUXBweTg 提取码:zf
阅读全文
摘要:1.准备模型、标签、配置 github地址: https://github.com/AlexeyAB/darknet 下载yolov4.weights 下载cfg/coco.names 下载cfg/yolov4.cfg 2.新建一个项目 3.main.py import cv2 import ran
阅读全文
摘要:1.下载tesseract https://digi.bib.uni-mannheim.de/tesseract/ 2.配置环境变量 path D:\Program Files (x86)\Tesseract-OCR TESSDATA_PREFIX变量名 D:\Program Files (x86)
阅读全文