This is an optical character recognition (OCR) tool using Tesseract specifically for internet meme images.
- Install the
tesseract
executable by this tutorial - Install Python OpenCV package by:
$ sudo pip3 install opencv-python
- Prepare your meme image (e.g.
/path/to/your/some-crazy-meme.jpg
). - Just run:
$ ./main.py /path/to/your/some-crazy-meme.jpg
And the recognized texts will be printed in the stdout.
$ ./main.py ./examples/socially-awkward-penguin.jpg