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?
Comments
1 comment
You can use
processBusinessCard?language=Russian,English
or any other combination of languages listed in the developer guide.Please sign in to leave a comment.