How to use st.file_uploader() returned object to parse pdf through LlamaParse() in python streamlit?
I am trying to upload a PDF using st.file_uploader()
from streamlit
and then parse it using LlamaParse()
currently running on localhost
.
I am trying to upload a PDF using st.file_uploader()
from streamlit
and then parse it using LlamaParse()
currently running on localhost
.