Raj-Master commited on
Commit
b720821
·
1 Parent(s): 757171b

Update app.py

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