Spaces:
Runtime error
Runtime error
Commit
·
d4a7c84
1
Parent(s):
1419c6f
fix
Browse files
searcher/sementic_search.py
CHANGED
|
@@ -152,7 +152,7 @@ class SementicSearcher:
|
|
| 152 |
try:
|
| 153 |
article_dict = scipdf.parse_pdf_to_dict(pdf_path)
|
| 154 |
except Exception as e:
|
| 155 |
-
print(f"Failed to parse the PDF
|
| 156 |
return None
|
| 157 |
return article_dict
|
| 158 |
|
|
|
|
| 152 |
try:
|
| 153 |
article_dict = scipdf.parse_pdf_to_dict(pdf_path)
|
| 154 |
except Exception as e:
|
| 155 |
+
print(f"Failed to parse the PDF")
|
| 156 |
return None
|
| 157 |
return article_dict
|
| 158 |
|