/cardreader

A python script to read information out of business cards.

Primary LanguagePython

cardreader

A python script to read information out of business cards.

To run the script on Ubuntu open terminal and follow:

  1. mkdir file && cd file
  2. git clone https://github.com/archi-007/cardreader.git
  3. virtualenv venv
  4. source venv/bin/activate
  5. pip install requirements.txt
  6. open another terminal and run sudo apt install tesseract-ocr
  7. run the file by python main.py --image ""
  8. Wait for some time and obtain the results.