SalML commited on
Commit
72bc72d
1 Parent(s): 11d64e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ class TableExtractionPipeline():
435
  model, probas, bboxes_scaled = table_detector(image, THRESHOLD_PROBA=TD_THRESHOLD)
436
 
437
  if bboxes_scaled.nelement() == 0:
438
- print('No table found in the pdf-page image'+image_path.split('/')[-1])
439
  return ''
440
 
441
  # try:
 
435
  model, probas, bboxes_scaled = table_detector(image, THRESHOLD_PROBA=TD_THRESHOLD)
436
 
437
  if bboxes_scaled.nelement() == 0:
438
+ print('No table found in the pdf-page image')
439
  return ''
440
 
441
  # try: