Final Project for Computer Vision @ UVA, Fall 2019.
Program for identifying regions of interest (ROI) denoted four special symbols (default is '#') and extracting valid UVA computing IDs.
Group members:
- Neal Patel (https://github.com/nealpatel50)
- Nikash Sethi (https://github.com/NikashS)
- Cory Kim
Installation steps:
- Install Tesseract-OCR: https://github.com/tesseract-ocr/tesseract/wiki/Compiling
pip install -r requirements.txt
in root dir
Try it out (see images folder)!
python3 src/vision.py -i images/[image name]
(add flag -os win
if on Windows OS)