Spaces:
Runtime error
Runtime error
Commit ·
af13121
1
Parent(s): 4b5609f
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ if st.button('Analyze image'):
|
|
| 128 |
st.image(page)
|
| 129 |
|
| 130 |
page_img=np.asarray(page)
|
| 131 |
-
tables = PaddleOCR.table_model(page_img, conf=0.
|
| 132 |
tabel_datas=tables[0].boxes.data.cpu().numpy()
|
| 133 |
|
| 134 |
tables = tables[0].boxes.xyxy.cpu().numpy()
|
|
|
|
| 128 |
st.image(page)
|
| 129 |
|
| 130 |
page_img=np.asarray(page)
|
| 131 |
+
tables = PaddleOCR.table_model(page_img, conf=0.60)
|
| 132 |
tabel_datas=tables[0].boxes.data.cpu().numpy()
|
| 133 |
|
| 134 |
tables = tables[0].boxes.xyxy.cpu().numpy()
|