I'm trying to convert scanned images to text from tesseract ocr and it is working great except that my images has two languages in it and the tesseract is unable to detect both at once. I can either convert all the images to English (with Arabic being showed as some garbage value not roman Arabic), and vice versa if I convert it to Arabic (that is I get all the text in Arabic, with the English ones as Garbage).
I have tried to detect the exported text with langDetect but given the characters and ASCII are of English letters I'm unable to detect it.
I am sharing a sample of the image here, it would be great if someone can help me get a better solution of the issue.