Spaces:
Runtime error
Runtime error
Commit ·
b720821
1
Parent(s): 757171b
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ if st.button('Analyze image'):
|
|
| 157 |
int(table[0].item()): int(table[2].item()),
|
| 158 |
]
|
| 159 |
|
| 160 |
-
columns_detect = PaddleOCR.column_model(sub_img, conf=0.
|
| 161 |
cols_data = columns_detect[0].boxes.data.cpu().numpy()
|
| 162 |
|
| 163 |
# * Sort columns according to the x coordinate
|
|
|
|
| 157 |
int(table[0].item()): int(table[2].item()),
|
| 158 |
]
|
| 159 |
|
| 160 |
+
columns_detect = PaddleOCR.column_model(sub_img, conf=0.65)
|
| 161 |
cols_data = columns_detect[0].boxes.data.cpu().numpy()
|
| 162 |
|
| 163 |
# * Sort columns according to the x coordinate
|