Vihang28 commited on
Commit
e289392
·
verified ·
1 Parent(s): fe3c6cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ def extract_text_from_pdf(pdf_file):
43
  doc.close()
44
  return extracted_text
45
 
 
46
  title = "Extract Image and Text"
47
 
48
 
 
43
  doc.close()
44
  return extracted_text
45
 
46
+
47
  title = "Extract Image and Text"
48
 
49