andreeabodea commited on
Commit
b7fa768
·
verified ·
1 Parent(s): 9b16c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ def process_pdf(path):
119
  # print(results_dict)
120
  result_section1_dict = format_section1(results_dict.get("1. Kurzbeschreibung"))
121
  # print(result_section1_dict)
 
122
 
123
  """
124
  def get_first_page_text(path):
 
119
  # print(results_dict)
120
  result_section1_dict = format_section1(results_dict.get("1. Kurzbeschreibung"))
121
  # print(result_section1_dict)
122
+ return result_section1_dict['TOPIC']
123
 
124
  """
125
  def get_first_page_text(path):