Performing OCR for multi-language business-card

I am trying to perform OCR of a business card that has two languages: almost all text is in Russian and some fields are in English. If i use processBusinessCard method, only English text is recognized properly (since it default i believe). If i specify recognition language as shown in manual and use processBusinessCard?language=Russian This makes Russian fields to be recognized correctly while text in English is not recognized properly.

How do i perform ocr for multi-language documents?

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Nikolay_Kh

    You can use processBusinessCard?language=Russian,English or any other combination of languages listed in the developer guide.

    0

Please sign in to leave a comment.