vsrinivas commited on
Commit
1239537
·
verified ·
1 Parent(s): 2b2a14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def create_notebook(file, tc, bc):
119
  cropped_page = page.within_bbox(crop_box)
120
  text = cropped_page.extract_text()
121
  if not text:
122
- continue()
123
  # Split the text into lines
124
  # lines = text.split('\n')
125
  blocks = classify_page(text)
 
119
  cropped_page = page.within_bbox(crop_box)
120
  text = cropped_page.extract_text()
121
  if not text:
122
+ continue
123
  # Split the text into lines
124
  # lines = text.split('\n')
125
  blocks = classify_page(text)