From 63ac702f9039bec84887ba3924f86d6c8fd68028 Mon Sep 17 00:00:00 2001 From: Aryan Tandon <113663996+PhoenixAlpha23@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:21:49 +0530 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 75e85a7..a0cb1c9 100644 --- a/app.py +++ b/app.py @@ -189,7 +189,7 @@ def main(): st.markdown('## Upload multiple images or PDF files to extract text from.') st.write('From the list of Tesseract Page Segmentation Modes (PSM) on the left,\n you control how Tesseract analyzes and interprets document with varying layouts:') st.write(""" Automatic detection works fine for most documents,\n - You can Choose a different one based on your document's structure from the list.\n""") + You can also Choose a different one based on your document's structure from the list.\n""") # File uploader uploaded_files = st.file_uploader(