- First, search for the Tesseract installer for your operating system. For Windows, you can find the latest version of Tesseract installer here. Simply download the .exe file and install on your computer.
- Clone this repository by following command
Use ssh or http:
git clone git@github.com:SanjarbekSaminjonov/image-to-text.git
git clone https://github.com/SanjarbekSaminjonov/image-to-text.git
- Create and activate virutalenv
cd image-to-text && python -m virtualenv venv
venv\Scripts\activate # on windows
source venv/bin/activate # on a linux distro
- Install required packages
pip install -r requirements.txt
- And finally, run main.py
python main.py