This simple command-line app uses pytesseract to process an image and extract text.
Make sure you have the following installed on your system:
- Tesseract OCR: Install Tesseract
Install the required Python packages:
pip install pytesseract Pillowgit clone https://github.com/Exrelativity/simple-image-processing.git
cd simple-image-processingpython image_to_string.py path/to/your/image.png
#e.g
python3.10 image_to_string.py we_love_live_music_template_with_text_mask_poster-1.jpg
