mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
335 B
335 B
Extract text from image
This script extracts text from an image using the EasyOCR library. It can support multiple languages.
Usage
- Create a virtual environment
- Install the requirements -
pip install -r requirements.txt
- Run the script -
python main.py
Output
Output will be printed to console.
Happy coding!!