python-scripts/scripts/Extract_TEXT_FROM_IMAGE
2022-10-13 19:22:20 +05:30
..
main.py Added extract_text_from_image script 2022-10-13 19:22:20 +05:30
README.md Added extract_text_from_image script 2022-10-13 19:22:20 +05:30
requirements.txt Added extract_text_from_image script 2022-10-13 19:22:20 +05:30
test1.png Added extract_text_from_image script 2022-10-13 19:22:20 +05:30

Extract text from image

This script extracts text from an image using the EasyOCR library. It can support multiple languages.

Usage

  1. Create a virtual environment
  2. Install the requirements - pip install -r requirements.txt
  3. Run the script - python main.py

Output

Output will be printed to console.

Happy coding!!