Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|