Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vihang28
/
extract_images_text
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vihang28
commited on
Apr 24, 2024
Commit
e289392
·
verified
·
1 Parent(s):
fe3c6cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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