/text-taker

:book: A simple python program that extracts the text in an image that the user uploads and saves it to text file

Primary LanguagePythonApache License 2.0Apache-2.0

text-taker

😆 A text extracter python program that extracts text from an image that the user uploads.

Tech stack used: :octocat:

  • python 3.6.9
  • Visual Code Studio
  • Installation 💎

    1. 📍 clone the repository.

      $git clone https://github.com/Aman-zishan/text-taker.git
      
    2. 🏁 navigate to the cloned repo folder.

      $cd text-taker
      
    3. 🚧 install the dependencies.

      $pip install -r requirements.txt
      
    4. ♦️ download the image and save it to a new directory 'img'.

    5. 🎯 Run the python script

      #This command runs the main.py file and generates a text file with the text extracted from the image.
      
      $python3 main.py
      

      DEMO