3

Text extraction is used for extracting text from the image. Can we extract the image font properties such as font family, font style, font size, etc from a given image using text extraction feature Example enter image description here

Expected to extract below following feature

Font-family: TimeNewRoman

Font-size: 18

Font-color: black

hepzi
  • 435
  • 4
  • 17

1 Answers1

2

The Cloud Vision API OCR is currently limited mostly to extracting the actual text in the image and the language. Recognising the specifications of the font of the text is not a feature at the moment.

If you want this feature to be added you can use GCP's issue tracker to request it. Once you submit a new feature request for the Vision API it will be evaluated for its addition.

Guillermo Cacheda
  • 2,162
  • 14
  • 23