Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,9 +140,9 @@ def main():
|
|
140 |
# مسیر فایل آپلود شده را بدست آورید
|
141 |
file_path = pdf_docs[0].name
|
142 |
st.write(f"Uploaded file path: {file_path}")
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
if st.button("Process"):
|
147 |
with st.spinner("Processing"):
|
148 |
st.write(pdf_docs)
|
|
|
140 |
# مسیر فایل آپلود شده را بدست آورید
|
141 |
file_path = pdf_docs[0].name
|
142 |
st.write(f"Uploaded file path: {file_path}")
|
143 |
+
full_text=read_pdf_pr_en(pdf_file_path=file_path)
|
144 |
+
pdf_docs=full_text
|
145 |
+
st.write(pdf_docs)
|
146 |
if st.button("Process"):
|
147 |
with st.spinner("Processing"):
|
148 |
st.write(pdf_docs)
|