摘要: import easyocr import cv2 import os import numpy as np def calculate_ocr_accuracy(image_path, ground_truth_text=None): reader = easyocr.Reader(['ch_si 阅读全文
posted @ 2025-11-14 01:09 linlikun 阅读(8) 评论(0) 推荐(0)