Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,10 @@ def extract_text_from_pdf(file_path):
|
|
19 |
|
20 |
def process_pdf(uploaded_file, prompt):
|
21 |
if uploaded_file is not None:
|
22 |
-
|
23 |
-
return test
|
24 |
# Text aus der hochgeladenen PDF-Datei extrahieren
|
25 |
pdf_text = extract_text_from_pdf(uploaded_file.name)
|
|
|
26 |
timestamp = time.time()
|
27 |
if pdf_text:
|
28 |
collection.add(
|
|
|
19 |
|
20 |
def process_pdf(uploaded_file, prompt):
|
21 |
if uploaded_file is not None:
|
22 |
+
|
|
|
23 |
# Text aus der hochgeladenen PDF-Datei extrahieren
|
24 |
pdf_text = extract_text_from_pdf(uploaded_file.name)
|
25 |
+
return pdf_text
|
26 |
timestamp = time.time()
|
27 |
if pdf_text:
|
28 |
collection.add(
|