摘要: 代码 import cv2 import numpy as np from paddleocr import PaddleOCR, draw_ocr class TextRecognitionSystem: def init(self, lang='ch'): """初始化OCR模型""" # use_a 阅读全文
posted @ 2025-11-20 23:09 滴滴同学 阅读(6) 评论(0) 推荐(0)