I am extracting text using Microsoft computer vision, it is returning me a JSON response. Does Microsoft computer vision has an ability to extract font information along with the JSON response. Or for that matter, does any OCR technology return font-information at the moment??
Basically, OCR technologies try to get only text info. the algorithm of OCR focused only to detect text. As far as I am concerned there is no feature to return which font it is. ( exp. pytesseract, MCV etc.)
To get information about font you can try to train a dataset like CNN. After succesfully trained dataset can say to you which font it is.