In addition to explicitly recognizing pages in different languages, ImageGear also has the ability to detect a page’s language. This can be done in two ways:
Calling the Preprocess method on ImGearRecImage will report the page’s most prominent language in the DetectedLanguages property of the parent ImGearRecPage of the image. This is currently limited to returning a single language. The detected language can then be manually enabled later to perform OCR normally.
If you enable the SingleLanguageDetection property on ImGearRecRecognitionSettings before calling recognition, the OCR engine will detect the single most prominent language automatically when performing OCR normally.