|
@@ -415,7 +415,8 @@ if __name__ == "__main__":
|
|
|
detector.initialize()
|
|
detector.initialize()
|
|
|
|
|
|
|
|
# 读取测试图像
|
|
# 读取测试图像
|
|
|
- img_path = "/Users/zhch158/workspace/data/流水分析/施博深/bank_statement_yusys_v3/施博深/施博深_page_007.png"
|
|
|
|
|
|
|
+ # img_path = "/Users/zhch158/workspace/data/流水分析/施博深/bank_statement_yusys_v3/施博深/施博深_page_007.png"
|
|
|
|
|
+ img_path = "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/bank_statement_yusys_v3/2023年度报告母公司/2023年度报告母公司_page_028.png"
|
|
|
|
|
|
|
|
print(f"\n📖 Loading image: {img_path}")
|
|
print(f"\n📖 Loading image: {img_path}")
|
|
|
img = cv2.imread(img_path)
|
|
img = cv2.imread(img_path)
|