ali121300 commited on
Commit
2a29fa7
·
verified ·
1 Parent(s): 3f7ad3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -126,7 +126,8 @@ def main():
126
  pdf_docs = st.file_uploader(
127
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
128
  )
129
- pdf_docs=read_pdf_pr_en(pdf_reader=pdf_docs)
 
130
 
131
  if st.button("Process"):
132
  with st.spinner("Processing"):
 
126
  pdf_docs = st.file_uploader(
127
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
128
  )
129
+ full_text=read_pdf_pr_en(pdf_reader=pdf_docs)
130
+ pdf_docs=full_text
131
 
132
  if st.button("Process"):
133
  with st.spinner("Processing"):