Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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"):
|