Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,8 +142,7 @@ def main():
|
|
142 |
)
|
143 |
if pdf_docs:
|
144 |
# مسیر فایل آپلود شده را بدست آورید
|
145 |
-
|
146 |
-
full_text=read_pdf_pr_en(pdf_reader=txt_raw)
|
147 |
pdf_docs=full_text
|
148 |
st.write(pdf_docs)
|
149 |
if st.button("Process"):
|
|
|
142 |
)
|
143 |
if pdf_docs:
|
144 |
# مسیر فایل آپلود شده را بدست آورید
|
145 |
+
full_text=read_pdf_pr_en(pdf_reader=pdf_docs)
|
|
|
146 |
pdf_docs=full_text
|
147 |
st.write(pdf_docs)
|
148 |
if st.button("Process"):
|