摘要:
python获取颜色范围 img_src = Image.open('testluban.jpg') img_size=img_src.size; img_width=img_size[0]; img_height=img_size[1]; # 转换图片的模式为RGBA img_src = img_ 阅读全文
posted @ 2021-09-28 13:46
newmiracle宇宙
阅读(515)
评论(0)
推荐(0)
摘要:
paddleocr提高识别的方法 1用官方的完整模型包 ocr = PaddleOCR(use_angle_cls=True, lang="ch",det_model_dir="123/",rec_model_dir="321/") # need to run only once to downlo 阅读全文
posted @ 2021-09-28 09:08
newmiracle宇宙
阅读(2111)
评论(2)
推荐(1)