Skip to content

Convert text in screenshot image to text with python

License

Notifications You must be signed in to change notification settings

vuhai16/textfromimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textfromimage - Opensource

Convert text in screenshot image to text with python

Installation

  • Install Python 3
  • Clone this repository and cd into it cd textfromimage
  • (Optional) Create a virtual environment, for example with python -m venv .venv, and activate it
  • Install the required packages with pip install -r requirements.txt
  • Install Google's Tesseract OCR Engine, and ensure that tesseract can be reached from the command line by adding the directory to your system path.
  • python textfromimage.py

About

Convert text in screenshot image to text with python

Resources

License

Stars

Watchers

Forks

Packages

No packages published