mgokg commited on
Commit
0eeaa38
·
verified ·
1 Parent(s): 266dd1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- test = "hallo"
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(