I am using Mobile Vision API (https://developers.google.com/vision/) on Android to detect text in images.
However, it never seems to be able to detect single numbers such as "3" or "6", but can easily detect "23" or "56" and also coordinates involving single numbers such as "d4".
So my question is if the Mobile Vision API cannot detect single numbers?