Python Forum

Full Version: Copying text from .jpg file to notepad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am trying to find python code that can accurately copy text from a .jpg file to a .txt file in windows notepad. Also, will the notepad file retain the metadata from the image file? Can anyone please help?
.jpg is not text, you should be looking for a converter like: https://pypi.org/project/image2text/#files
I don't know if that package will do what you want as there is no documentation, but may be worth taking a look at.