Zeeshan42 commited on
Commit
4311981
·
verified ·
1 Parent(s): 4bf1922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def clean_extracted_text(text):
28
  return cleaned_text.strip()
29
 
30
  # Path to the uploaded PDF file
31
- pdf_path = "/content/Noor-Book.com القاموس عربي فرنسي بالمصطلحات العلمية و الصور 3 (1).pdf"
32
 
33
  # Extract and clean text from the provided PDF
34
  pdf_text = extract_text_from_pdf(pdf_path)
 
28
  return cleaned_text.strip()
29
 
30
  # Path to the uploaded PDF file
31
+ pdf_path = "Noor-Book.com القاموس عربي فرنسي بالمصطلحات العلمية و الصور 3 (1).pdf"
32
 
33
  # Extract and clean text from the provided PDF
34
  pdf_text = extract_text_from_pdf(pdf_path)