Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def main():
|
|
| 9 |
st.set_page_config(page_title="Document seemless process ")
|
| 10 |
st.title("Auto text extraction with AI Planet ")
|
| 11 |
st.subheader("I can help you in extracting text from pdf,documents ....")
|
| 12 |
-
pdf = st.file_uploader("Upload text here for now, only PDF files allowed ", type=["pdf","txt"],accept_multiple_files=True)
|
| 13 |
submit=st.button("Extract Data")
|
| 14 |
if submit:
|
| 15 |
with st.spinner('Wait for it...'):
|
|
|
|
| 9 |
st.set_page_config(page_title="Document seemless process ")
|
| 10 |
st.title("Auto text extraction with AI Planet ")
|
| 11 |
st.subheader("I can help you in extracting text from pdf,documents ....")
|
| 12 |
+
pdf = st.file_uploader("Upload text here for now, only PDF files allowed ", type=["pdf","txt","csv"],accept_multiple_files=True)
|
| 13 |
submit=st.button("Extract Data")
|
| 14 |
if submit:
|
| 15 |
with st.spinner('Wait for it...'):
|