mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-04-29 02:02:54 -04:00
s/input/output
This commit is contained in:
@@ -241,7 +241,7 @@ if uploaded:
|
||||
st.error("No output PDF file was generated")
|
||||
else:
|
||||
st.download_button(
|
||||
label="Download input PDF",
|
||||
label="Download output PDF",
|
||||
data=input_file.read(),
|
||||
file_name=uploaded.name,
|
||||
mime="application/pdf",
|
||||
|
||||
Reference in New Issue
Block a user