This script extracts text from an image using the EasyOCR library. It can support multiple languages.
- Create a virtual environment
- Install the requirements -
pip install -r requirements.txt - Run the script -
python main.py
Output will be printed to console.
Happy coding!!