I would like to extract the font size of strings in images.
Here is an example image:
Output should be for example:
"Percentage of total music sales by method" -> 12pt
"Streams" -> 10pt
How can I achieve this?
tesserocr seemed to have provided something like this, but is no longer supported / provided, see:
get Font Size in Python with Tesseract and Pyocr
Cheers