Image to Text Tool is a simple utility that extracts text from images using Optical Character Recognition (OCR). This tool allows users to upload images and retrieve their textual content easily.
- Extracts text from images using OCR
- Supports multiple lanuage's
- Lightweight and easy to use
- Also Check's if tesseract is installed or not, if not then it's installs itself.
- Python 3.x
- Tesseract-OCR (Ensure it's installed and configured )
- Required Python Libraries:
pip install pytesseract Pillow pyperclip mss
- Install the dependencies.
- Run the script:
python image_to_text.py
- Upload an image and retrieve extracted text.
This project was created as a side project by Nyxen. Please don't judge the code too harshly—i don't code python much!
MIT License