Loren's picture
Initial commit
9c06ac7
raw
history blame
673 Bytes
import streamlit as st
st.set_page_config(page_title='OCR Comparator', layout ="wide")
st.image('ocr.png')
st.write("")
st.markdown('''#### OCR, or Optical Character Recognition, is a computer vision task, \
which includes the detection of text areas, and the recognition of characters.''')
st.write("")
st.write("")
st.markdown("##### This app allows you to compare, from a given image, the results of different solutions:")
st.markdown("##### *EasyOcr, PaddleOCR, MMOCR, Tesseract*")
st.write("")
st.write("")
st.markdown("πŸ‘ˆ Select the **About** page from the sidebar for information on how the app works")
st.markdown("πŸ‘ˆ or directly select the **App** page")