Streamlit-Azure Integration: Uploading, Processing, and Displaying PDF Files in Web Applications

In a Streamlit web application, users can upload a PDF file using the st.file_uploader() function, allowing seamless integration with Azure services. Once the user uploads a PDF, the application can use the Azure Logic App API to process the uploaded file. This processing might include tasks such as text extraction, data analysis, or any other operation supported by the Logic App workflow. After the Logic App completes its operations, the Streamlit app can receive the processed PDF file or data. Depending on the application’s logic, it can either display the processed PDF, demonstrating the results of the operation, or showcase the original uploaded file alongside the processed data for user reference.

I am not able to display it can the memory be kept long enough to display it

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.