Skip to content

SanjarbekSaminjonov/image-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to text convertor scripts using python

  • 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 [email protected]: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

Upload images to '/images' folder