ali121300 commited on
Commit
ea58cbc
1 Parent(s): 687a5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- #full_text=read_pdf_pr_en(pdf_reader=pdf_docs)
144
- #pdf_docs=full_text
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)