OCR Multi Language

Hi,

Is there a support to OCR a document that contains multi-language like Arabic and English? I tried your online demo choosing Arabic language, the Arabic text are perfectly extracted while the English sentence, the words are in reverse order.

Currently the OCR API supports only one language per call. So if you call the api with “ara”, the “right to left” writing is applied to all text.

The workaround is the make two API calls, one for the Arabic text and another one for the English texts.