jianghuyihei commited on
Commit
d4a7c84
·
1 Parent(s): 1419c6f
Files changed (1) hide show
  1. searcher/sementic_search.py +1 -1
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 file: {pdf_path}")
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