Shanulhaq commited on
Commit
4ab0367
1 Parent(s): d645a31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- import pdfplumber # Alternative to PyMuPDF
3
  from transformers import pipeline
4
 
5
  # Function to extract text from PDFs using pdfplumber
 
1
  import streamlit as st
2
+ import pdfplumber # Ensure this is installed correctly
3
  from transformers import pipeline
4
 
5
  # Function to extract text from PDFs using pdfplumber