setRecognitionLanguage method of the ITextCaptureService interface
Sets the languages to be used for recognition.
By default, only the English language is set. Setting the correct languages for your text will improve recognition accuracy. However, setting too many languages may decrease performance.
void setRecognitionLanguage( Language... languages );
Parameters
- languages
- One or more languages to be used for recognition, each represented by a constant of the Language enumeration.
3/2/2022 12:59:15 PM