fix: 补 baidu_ocr.py 的 List typing 导入(启动 NameError 修复)

This commit is contained in:
2026-07-19 19:56:58 +08:00
parent 056e7d8e75
commit ef04fc5627
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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