ocr_use
A python script to convert image to text.
Steps to open and use the script(on Ubuntu):
- Open terminal
- cd ocr
- git clone https://github.com/archi-007/ocr_use.git
- virtualenv venv
- source venv/bin/activate
- pip install requirements.txt
- python convert.py
Also get tesseract-ocr to run the script by the command : sudo apt-get install tesseract-ocr