A Paper Barcode Parser Model built using Open CV, tesseract-ocr and finally deployed on webpage using Streamlit.
pip install streamlit
pip install opencv-python
pip install pillow
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
pip install pytesseract
command :
sudo cp ara.traineddata /usr/share/tesseract/tessdata/ara.traineddata
streamlit run webapp.py