A python script to read information out of business cards.
To run the script on Ubuntu open terminal and follow:
- mkdir file && cd file
- git clone https://github.com/archi-007/cardreader.git
- virtualenv venv
- source venv/bin/activate
- pip install requirements.txt
- open another terminal and run sudo apt install tesseract-ocr
- run the file by python main.py --image ""
- Wait for some time and obtain the results.