Update app.py
Browse files
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 = "
|
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)
|