@@ -55,14 +55,3 @@ for row in rows:
# 关闭游标和连接
cursor.close()
conn.close()
'''
from cnocr import CnOcr
img_fp = './x.jpg'
ocr = CnOcr(rec_model_name='ch_PP-OCRv3') # 所有参数都使用默认值
out = ocr.ocr(img_fp)
print(out)
The note is not visible to the blocked user.