Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,9 +133,10 @@ def main():
|
|
133 |
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True
|
134 |
)
|
135 |
pdf_docs=read_pdf_pr_en(pdf_reader=pdf_docs)
|
136 |
-
|
137 |
if st.button("Process"):
|
138 |
with st.spinner("Processing"):
|
|
|
139 |
# get pdf text
|
140 |
raw_text = get_pdf_text(pdf_docs)
|
141 |
|
|
|
133 |
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True
|
134 |
)
|
135 |
pdf_docs=read_pdf_pr_en(pdf_reader=pdf_docs)
|
136 |
+
|
137 |
if st.button("Process"):
|
138 |
with st.spinner("Processing"):
|
139 |
+
st.write(pdf_docs)
|
140 |
# get pdf text
|
141 |
raw_text = get_pdf_text(pdf_docs)
|
142 |
|