Skip to content

ywmaa/Paper-Barcode-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Paper-Barcode-Parser-Web-App

A Paper Barcode Parser Model built using Open CV, tesseract-ocr and finally deployed on webpage using Streamlit.

Install :

pip install streamlit

pip install opencv-python

pip install pillow

sudo apt install tesseract-ocr

sudo apt install libtesseract-dev

pip install pytesseract

Linux : copy ara.traineddata to /usr/share/tesseract/tessdata/

command :

sudo cp ara.traineddata /usr/share/tesseract/tessdata/ara.traineddata

Run :

streamlit run webapp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages