Using Custom Language Files
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
OcrInput
object using the image path as a parameter. - Pass the
OcrInput
object to theRead
method to read the text in language.