---
title: "OCR language support: Extract data in 100+ languages | Nutrient .NET SDK"
canonical_url: "https://www.nutrient.io/guides/dotnet/ocr/language-support/"
md_url: "https://www.nutrient.io/guides/dotnet/ocr/language-support.md"
last_updated: "2026-05-21T17:12:02.207Z"
description: "Explore the 100+ optical character recognition (OCR) languages supported by Nutrient .NET SDK. Find the language dictionaries you need for accurate text extraction in your C# applications."
---

# Supported languages: 100+ OCR language dictionaries

Nutrient.NET SDK (formerly GdPicture.NET) includes the following language dictionaries for recognizing text with optical character recognition (OCR):

| Language           | Code |
| ------------------ | ---- |
| Arabic             | ara  |
| German             | deu  |
| English            | eng  |
| French             | fra  |
| Hebrew             | heb  |
| Italian            | ita  |
| Dutch, Flemish     | nld  |
| Portuguese         | por  |
| Spanish, Castilian | spa  |
| Vietnamese         | vie  |

To recognize languages not listed above, follow the steps below:

1. [Download the language files](https://github.com/tesseract-ocr/tessdata) provided by the Tesseract team, which include more than 120 languages. To use previous language data files without long short-term memory (LSTM) engine use, [download a previous release](https://github.com/tesseract-ocr/tessdata/tree/3.04.00) provided by the Tesseract team.

2. Add the language files to the folder where your OCR dictionaries are already installed. The default language resources are located in `GdPicture.NET 14\Redist\OCR`.

3. Determine language names based on the language codes and the [Tesseract documentation](https://tesseract-ocr.github.io/tessdoc/).
---

## Related pages

- [C# OCR bank checks to text](/guides/dotnet/ocr/bank-checks.md)
- [C# OCR forms to text](/guides/dotnet/ocr/forms.md)
- [Classify documents in C# .NET](/guides/dotnet/ocr/classify-documents.md)
- [C# OCR ID cards to text](/guides/dotnet/ocr/id-cards.md)
- [C# OCR driver’s licenses to text](/guides/dotnet/ocr/drivers-licenses.md)
- [C# .NET OCR library](/guides/dotnet/ocr.md)
- [C# OCR invoices to text](/guides/dotnet/ocr/invoices.md)
- [C# OCR passports to text](/guides/dotnet/ocr/passports.md)
- [C# OCR MRZ to text](/guides/dotnet/ocr/mrz.md)
- [C# OCR receipts to text](/guides/dotnet/ocr/receipts.md)
- [C# OCR visas to text](/guides/dotnet/ocr/visas.md)
- [Zonal OCR in C# .NET](/guides/dotnet/ocr/zonal.md)
- [Create custom OCR parameters in C#](/guides/dotnet/ocr/parameters.md)

