Top
ArticleCity.comArticle Categories Additional OCR Language Packs

Additional OCR Language Packs

IronOCR supports 22 international languages, but only English is installed within IronOCR as standard.

Additional Language packs may be easily added to your .Net project via Nuget or as Dlls which can be downloaded and added as project references.

Code Samples

Both AdvancedOCR and AutoOCR classes have a Language property which can then be set as shown below:

Auto OCR

  1. var Ocr = new AutoOcr()
  2. {
  3. Language = IronOcr.Languages.Arabic.OcrLanguagePack,
  4. //…
  5. };

Copy code to clipboardVB  C#

OR similarly

Advanced OCR

  1. var Ocr = new AdvancedOcr()
  2. {
  3. Language = IronOcr.Languages.ChineseSimplified.OcrLanguagePack,
  4. //…
  5. };

Copy code to clipboardVB  C#

It is also possible to OCR in multiple languages at the same time using the IronOcr.Languages.MultiLanguage Class.

Download OCR Language Packs

Additional OCR Languages packs are available for download here:

Help

If the language you are looking to read is not available in the list above please get in touch with us. Many other languages are available on request.

Priority on production resources are given to IronOCR licensees so please also consider licensing IronOCR for access to your desired language pack.

The OCR Solution for your .Net Applications…

.Net Developer Support

Human Support

Talk directly with our development team

Ask a QuestionC# Object Reference and Get Started Tutorials

Documentation

Clear online manuals in plain English.

View DocumentationC# Library Licensing

Simple Licensing

Free development license. Commercial from $399.

Browse OptionsInstall The C# OCR library

Get Started Now

Get started in minutes with NuGet or DLL.

Install & Try Now

No Comments

Sorry, the comment form is closed at this time.