OCR / README.md
Marco
initial commit
3bc9036
|
raw
history blame
765 Bytes

streamlit_ocr

Streamlit OCR Application

This project is a Streamlit-based Optical Character Recognition (OCR) application that allows users to extract text from images using various OCR engines.

Features

  • live camera feed with OCR support
  • display of extracted text on screen
  • can change confidence score required for displaying extracted text
  • freeze button to perform chatbot inference on most recent text

Deployment

Streamlit OCR + chatbot app

TODOS

  • Less clunky freezing
  • Fix bugs

Completed tasks ✓

  • Implement OCR capability
  • Implement freeze function
  • Implement chatbot API call
  • Integrate code with streamlit
  • Faster OCR
  • Multilingual support