I have connected my app to Google Vision - works great but I have one issue…
I compare the data obtained by Google Vision in either upper case (e.g. UTAH), or combination of upper and lower case (e.g. Utah).
The app compares this data to a list of states I have and the app shows the result that matches the Google Vision result.
However, the comparison seems to be case-sensitive - it does not show “UTAH” if I have “Utah” on the list.
Is there any chance not to make the comparison case-sensitive?
Thank you all in advance.