From ef04fc5627eb310c685c50422325843c83b9e456 Mon Sep 17 00:00:00 2001 From: houhuan Date: Sun, 19 Jul 2026 19:56:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=20baidu=5Focr.py=20=E7=9A=84?= =?UTF-8?q?=20List=20typing=20=E5=AF=BC=E5=85=A5=EF=BC=88=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20NameError=20=E4=BF=AE=E5=A4=8D=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/ocr/baidu_ocr.py | 2 +- config.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/ocr/baidu_ocr.py b/app/core/ocr/baidu_ocr.py index 39833c0..cf02274 100644 --- a/app/core/ocr/baidu_ocr.py +++ b/app/core/ocr/baidu_ocr.py @@ -7,7 +7,7 @@ import time import base64 import requests -from typing import Dict, Optional, Union +from typing import Dict, Optional, Union, List from ..utils.log_utils import get_logger diff --git a/config.ini b/config.ini index d463234..8b21106 100644 --- a/config.ini +++ b/config.ini @@ -35,7 +35,7 @@ purchase_order = 银豹-采购单模板.xls item_data = 商品资料.xlsx [App] -version = 2026.07.19.1917 +version = 2026.07.19.1947 [Gitea] base_url = https://gitea.94kan.cn