Python Forum

Full Version: Is there a way to detect the text font, size and color from an image in python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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/
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