Several Recognition Languages

Question

How to set several recognition languages?

Answer

Call SetPredefinedTextLanguage method with a parameter which contains several language names separated with commas, for example, "English,French,German".

DocumentProcessingParams.PageProcessingParams.RecognizerParams.SetPredefinedTextLanguage("English, French, German");
Document.Process(DocumentProcessingParams);

For some language combinations, there are separate language names. For example, “Mixed” language name corresponds to Russian and English languages.

All language names can be found in "Help" → "Specifications" → "Predefined languages".

Was this article helpful?

2 out of 5 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.