Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.69 KB

PyraDox-frontend:zap:

Language tool

Streamlit based web frontend for PyraDox 📃

PyraDox is a simple tool which helps in document digitization by extracting text information and masking of personal information with the help of Tesseract-ocr.


Demo

click on the below video to play.

PyraDox Frontend Demo


Installation

Requirements

pip install streamlit

Steps

  • Run PyraDox
Build Your Own PyraDox backend locally
python app.py #for using directly
OR Build PyraDox backend using Docker
docker build -t pyradox .
docker run -p 9001:9001 pyradox
  • Run PyraDox-frontend
streamlit run pyradox.py

Notes

License

Apache License 2.0

Sample Aadhar Cards are just samples taken from google search and not original documents.

If there is anything totally unclear, or not working, please feel free to file an issue. reach out at Email 😇

If this project was helpful for you please show some love ⭐

P.S. Streamlit is ❤️