'Image Processing: API to classify text based on font-type and size
I am looking for an API which can take images as input and classify/identify the text in the images based on font-type and font-size. Now, the images are screenshots of screens in a mobile app, and hence represent the perfect fonts and are not distorted like handwritten text or images of printed documents. I went through a few of the available API's like Google Vision API but could find a solution to it.
Solution 1:[1]
You are talking about Optical character recognition (OCR). I used the IBM Visual Recognition API a couple of years ago, but I've heard that the text recognition feature is not available any more.
Check out this list of OCR APIs https://www.programmableweb.com/category/ocr/api
I'm sure that you will find it usefull.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Stacy Chen |
