SanjarbekSaminjonov / image-to-text

Get text from images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

Upload images to '/images' folder

About

Get text from images.


Languages

Language:Python 100.0%