Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def crop_images_from_boxes(image, boxes, scale_factor):
|
|
33 |
]
|
34 |
return cropped_images
|
35 |
|
36 |
-
|
37 |
def process_pdf(pdf_file):
|
38 |
# Open the PDF file
|
39 |
doc = fitz.open(pdf_file)
|
|
|
33 |
]
|
34 |
return cropped_images
|
35 |
|
36 |
+
|
37 |
def process_pdf(pdf_file):
|
38 |
# Open the PDF file
|
39 |
doc = fitz.open(pdf_file)
|