Hi im using flutter mlkit with firebase to pick up text from image, everything is ok if the language is English , my problem when the text in image is Arabic , the Text Detector
According to the documentation the on-device models of ML Kit
can recognize text in any Latin-based character set.
So if you're using the on-device models they won't work with Arabic text as in your screenshots.
One alternative to recognize other character sets is to use Firebase's cloud-based machine learning model for text recognition.