Python Forum
Is there a way to detect the text font, size and color from an image in python? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Is there a way to detect the text font, size and color from an image in python? (/thread-12395.html)



Is there a way to detect the text font, size and color from an image in python? - Maia07 - Aug-22-2018

I've done a lot of research and i cannot find a way to detect the the text font, size and color from an image in python.

Here is an example of an image:
[Image: tZhxy.png]

Is there a way, or a specific function?

Thanks, Rita Maia


RE: Is there a way to detect the text font, size and color from an image in python? - metulburr - Aug-22-2018

im not sure about font size or font type but there are a few method to extract text from an iamge, one 3rd party lib could be
https://pypi.org/project/pytesseract/


RE: Is there a way to detect the text font, size and color from an image in python? - Maia07 - Aug-23-2018

Yes that library am aware. but my point/issue was just if it is possible in python to detect the font size and the color of that text in that image :S