Raj-Master commited on
Commit
af13121
·
1 Parent(s): 4b5609f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.40)
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()