Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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.
|
| 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 |
# ------------------- ⑥ 清理临时文件 -------------------
|