Firebase Vision confusing characters
I'm using Firebase Vision, from MLKit, together with CameraX for text recognition in Android. The problem is that the results are not very consistent. Depending on the font, these recognitions may vary. For example, sometimes it's confusing the character 'b' with the digit '6'. This is not a problem if you only need digits in your result. But sometimes it's confusing digit '7' with digit '1', which is quite annoying for a digit detector.
Is there any way to improve these results? Larger...