Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|