Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,7 @@ def handle_image(img):
|
|
| 261 |
df_norm, # normalized table shown in OCR tab
|
| 262 |
cost, salv, life, year, # auto-fill numbers
|
| 263 |
params, # save params state
|
| 264 |
-
|
| 265 |
)
|
| 266 |
|
| 267 |
|
|
|
|
| 261 |
df_norm, # normalized table shown in OCR tab
|
| 262 |
cost, salv, life, year, # auto-fill numbers
|
| 263 |
params, # save params state
|
| 264 |
+
df_raw # 🔹 save normalized table to last_table (same as docx)
|
| 265 |
)
|
| 266 |
|
| 267 |
|