I am using Firebase's ML Kit Text Recognition in my Android app. It detects plain text from an image quite well but it does not detect fractional numbers such as 1/2. The results I get vary and are unpredictable.
What happens is:
sometimes 1/2 will only detect the last number (2 in this case) so 1/2 --> 2
sometimes 1/2 will be detected as a percent symbol so 1/2 --> %
sometimes 1/2 will be detected as V2 so 1/2 --> V2
Is there a way to detect fractions using Firebase Text Recognizer?
EDIT: It seems to only have a problems with a format like this where numerator is raised and the denominator is lowered between the slash:
This format seems to be fine where all consecutive characters are at the same level: