Iron Tesseract OCR fully supports custom or downloaded languages and fonts following the Tesseract .traineddata file format standard (version 4 or above). You can find such files commonly on Github.com.
If you wish to train your own custom font support or language pack, we recommend reading our tutorial on creating custom Tesseract language packs.
How to Use Tesseract Languages For OCR
- Install an OCR library to choose Tesseract Language options.
- Provide the custom language file while using
UseCustomTesseractLanguageFile. - Create a
OcrInputobject using the image path as a parameter. - Pass the
OcrInputobject to theReadmethod to read the text in language.