Skip to content

Rishav-12/findthosewords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findthosewords

A program to detect text in images

Requirements

  • opencv
  • pytesseract

There are three test images in the assets folder

This project is inspired by a video from Murtaza's Workshop YouTube channel

Installation & Usage

  1. Install dependencies with pip install -r requirements.txt
    • If this doesn't work, try installing the libraries pillow, pytesseract, and opencv-python manually one-by-one
  2. Use the command python main.py [path_to_image_file] to get the image alongwith the identified text

Make sure you have tesseract installed.

Refer the pytesseract docs for more information

About

A program to detect text in images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages