Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 594 Bytes

boardshare

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:

Installation steps:

  1. Install Tesseract-OCR: https://github.com/tesseract-ocr/tesseract/wiki/Compiling
  2. 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)