Changes pt4

This commit is contained in:
AARETE\agupta
2024-06-17 15:37:44 -05:00
parent b036df83dc
commit 02c4154aa1
+1 -1
View File
@@ -190,7 +190,7 @@ if st.button("Show PDF"):
)
s3_obj = s3_client.get_object(Bucket = 'doczy-dev-infra-textract', Key = 'textract-receiver-processed-pdfs/batch_2/2000-01-01 UCSD Medical Center PPA 14007097.PDF')
data=s3_obj['Body'].read()
pdf_viewer(io.BytesIO(data), width=1500)
pdf_viewer(data, width=1500)
# if st.button("Show PDF"):
# if file_name == None or file_name == "All":