/imagrep

similar to grep (but for images)

Primary LanguagePython

imagrep

  • similar to grep (but for images)
  • goal is to create a software which can recognize and highlight given words in an image(JPG OR PNG)
  • language used: Python( for prototyping )
  • may be i try to switch to RUST

Test image

Test Image Here

DEMO

test.png

Screenshot from 2021-07-06 23-44-57

./main.py -i ./test.png -o ./out.png -w the

out.png

Screenshot from 2021-07-06 23-45-15