IRONSOFTWAREHOME
Multiple Languages for 1 Document
//PM> Install-Package IronOcr.Languages.Arabic
//PM> Install-Package IronOcr.Languages.Chinese
using IronOcr;
using System;

var Ocr = new IronTesseract();

// Add a primary language (Default is English)
Ocr.Language = OcrLanguage.English;

// Add as many secondary languages as you like
Ocr.AddSecondaryLanguage(OcrLanguage.Arabic);
Ocr.AddSecondaryLanguage(OcrLanguage.ChineseSimplified);

using var ocrInput = new OcrInput();
ocrInput.LoadImage(@"images\image.png");

var Result = Ocr.Read(ocrInput);
Console.WriteLine(Result.Text);
Imports IronOcr
Imports System

Dim Ocr = New IronTesseract()

' Add a primary language (Default is English)
Ocr.Language = OcrLanguage.English

' Add as many secondary languages as you like
Ocr.AddSecondaryLanguage(OcrLanguage.Arabic)
Ocr.AddSecondaryLanguage(OcrLanguage.ChineseSimplified)

Using ocrInput = New OcrInput()
    ocrInput.LoadImage("images\image.png")

    Dim Result = Ocr.Read(ocrInput)
    Console.WriteLine(Result.Text)
End Using
NuGet Download
PM > Install-Package IronOcr
Multiple Languages for 1 Document

Multiple Languages for 1 Document

IronOCR supports 125 international languages.

It is possible to use more than one language at a time to read documents that contain words in multiple languages.

You may also use downloaded or proprietary languages and fonts by following the Tesseract .traineddata file format standard.

Learn to OCR Multiple Languages with IronOCR
View on GitHub

Ready to Get Started?

Nuget Downloads 6,236,385Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required