mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
main.py | ||
README.md | ||
requirements.txt | ||
test1.png |
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!!