HycJack commited on
Commit
1c657d7
·
verified ·
1 Parent(s): dfa0109

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -89,7 +89,7 @@ async def ocr_table(file: UploadFile = File(...)):
89
  table_engine = RapidTable(input_args)
90
  table_results = table_engine(tmp_path)
91
 
92
- print(table_results.pred_html)
93
  return table_results
94
  finally:
95
  # ------------------- ⑥ 清理临时文件 -------------------
 
89
  table_engine = RapidTable(input_args)
90
  table_results = table_engine(tmp_path)
91
 
92
+ #print(table_results.pred_htmls)
93
  return table_results
94
  finally:
95
  # ------------------- ⑥ 清理临时文件 -------------------