mgokg commited on
Commit
550088f
·
verified ·
1 Parent(s): 90592bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def process_file(file):
49
  if file_extension == 'pdf':
50
  ocr_text = process_pdf(file)
51
  result = mitteilung(ocr_text)
52
- #display(Markdown(result))
53
  return result
54
  return ocr_text
55
 
 
49
  if file_extension == 'pdf':
50
  ocr_text = process_pdf(file)
51
  result = mitteilung(ocr_text)
52
+ display(Markdown(result))
53
  return result
54
  return ocr_text
55