We will convert an image with special symbols into pure text that can be easily copied and edited, so you will need Python and its module.
STEP 01
Download & Install Python from Python.org. (If you don't have already installed)
STEP 02
Run the given command in the terminal to install the Python module pywhatkit.
Terminal
STEP 03
Copy given source code to create the program.
Python
STEP 04
Run the program and you're done.
Change "img.jpg" into your image name, and if you want to change the name of the text file, change "img" to give the name.
0 Comments