Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixAlpha23 authored Nov 30, 2024
1 parent e426b47 commit 63ac702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 63ac702

Please sign in to comment.