Spaces:
Build error
Build error
Update src/Surveyor.py
Browse files- src/Surveyor.py +1 -0
src/Surveyor.py
CHANGED
@@ -1086,6 +1086,7 @@ class Surveyor:
|
|
1086 |
# self.print_fn("in images")
|
1087 |
for p in papers:
|
1088 |
file = pdf_dir + p['id'] + ".pdf"
|
|
|
1089 |
pdf_file = fitz.open(file)
|
1090 |
images = []
|
1091 |
for page_index in range(len(pdf_file)):
|
|
|
1086 |
# self.print_fn("in images")
|
1087 |
for p in papers:
|
1088 |
file = pdf_dir + p['id'] + ".pdf"
|
1089 |
+
print(Path(pdf_dir).resolve().glob('*'))
|
1090 |
pdf_file = fitz.open(file)
|
1091 |
images = []
|
1092 |
for page_index in range(len(pdf_file)):
|