IronOcr 2023.10.9
dotnet add package IronOcr --version 2023.10.9
NuGet\Install-Package IronOcr -Version 2023.10.9
<PackageReference Include="IronOcr" Version="2023.10.9" />
paket add IronOcr --version 2023.10.9
#r "nuget: IronOcr, 2023.10.9"
// Install IronOcr as a Cake Addin
#addin nuget:?package=IronOcr&version=2023.10.9
// Install IronOcr as a Cake Tool
#tool nuget:?package=IronOcr&version=2023.10.9
IronOCR - The advanced Optical Character Recognition library for .NET
Get Started | Code Examples | Licensing | Free Trial
IronOCR is a library developed and maintained by Iron Software that helps C# Software Engineers to perform Optical Character Recognition, Barcode Scanning, and Text Extraction in projects in .NET.
IronOCR excels at:
- Reading text from many formats such as images (jpg, png, gif, tiff, bmp), gif, tif/tiff, streams, and PDFs
- Correcting low quality scans and photos with a plethora or filters such as Deskew, Denoise, Binarize, Enhance Resolution, Dilate, and many more
- Reading barcodes from over 20 Barcode formats and QR Code Support
- Utilizing the latest build of Tesseract OCR performance tuned above and beyond any other
- Exporting Searchable PDFs, hOCR / HTML Exporting, and image content text
IronOCR has cross platform support compatibility with:
- .NET 7, .NET 6 .NET 5, .NET Core, Standard, and Framework
- Windows, macOS, Linux, Docker, Azure, and AWS
Additionally, our API reference and full licensing information can easily be found on our website.
Using IronOCR
Installing the IronOCR NuGet package is quick and easy, please install the package like this:
PM> Install-Package IronOCR
Once installed, you can get started by adding using IronOcr
to the top of your C# code. Here is is sample image text scan reading example to get started:
using IronOcr;
var ocr = new IronTesseract();
using (var ocrInput = new OcrInput())
{
ocrInput.AddImage("image.png");
ocrInput.AddPdf("document.pdf");
// Optionally Apply Filters if needed:
// ocrInput.Deskew(); // use only if image not straight
// ocrInput.DeNoise(); // use only if image contains digital noise
var ocrResult = ocr.Read(ocrInput);
Console.WriteLine(ocrResult.Text);
}
Features Table
Welcome to the cutting edge of .NET OCR technology with IronOCR 2023 with full support for:
- C#, F#, and VB.NET
- .NET 7, 6, 5, Core 2x & 3x, Standard 2, and Framework 4.6.2+
- Console, Web, and Desktop Apps
- Windows, Linux (Debian, CentOS, Ubuntu), MacOs, Docker, AWS, and Azure
- Microsoft Visual Studio or JetBrains ReSharper & Rider
- Barcode, QR Code, and Text detection
Licensing & Support available
For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/ocr/
For more support and inquiries, please email us at: developers@ironsoftware.com
Documentation Links
- Code Examples : https://ironsoftware.com/csharp/ocr/examples/
- API Reference : https://ironpdf.com/object-reference/api/
- Tutorials : https://ironsoftware.com/csharp/ocr/tutorials/
- Licensing : https://ironsoftware.com/csharp/ocr/licensing/
- Live Chat Support : https://ironsoftware.com/csharp/ocr/#helpscout-support
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- IronSoftware.Common (>= 2023.10.2)
- IronSoftware.Native.PdfModel (>= 2023.9.19098)
- IronSoftware.System.Drawing (>= 2023.10.1)
NuGet packages (133)
Showing the top 5 NuGet packages that depend on IronOcr:
Package | Downloads |
---|---|
IronOcr.Languages.German
The IronOCR engine adds OCR (Optical Character Recognition) functionality to Web, Desktop, and Console applications. IronOCR reads Barcode and QR codes. Ocr Dictionaries in this package: * German * GermanBest * GermanFast * GermanFraktur ==================================== Deutschsprachige OCR in C# & .NET. Optimierte C# Tesseract 5 OCR in einer eigenständigen .NET OCR-API. Konvertiert Scannerdokumente, Bilder und PDF in Text. C# & VB Beispiele: https://ironsoftware.com/csharp/ocr/languages/ ==================================== This package installs IronOCR and also German support including: * German (also known as Deutsch) OCR for screenshots, cameras, images files, tiffs and PDFs in .NET * Custom OCR that can significantly out-perform Tesseract CLI on real world documents * Can read scans with distortion, skewing, low resolution & contrast, and digital noise * Also supports Tesseract 3, 4 and 5 in German * Support for 125 total international languages available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework (4.5+) * .NET Core (2.0+) * .NET Standard (2.0+) Works on: * Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: - Images - TIFFS - PDFs - Screenshots - Scans - Barcodes - QR codes Commercial support available. Email: developers@ironsoftware.com C# & VB Examples: https://ironsoftware.com/csharp/ocr/languages/ |
|
IronOcr.Languages.Japanese
The IronOCR engine adds OCR (Optical Character Recognition) functionality to Web, Desktop, and Console applications. IronOCR reads Barcode and QR codes. Ocr Dictionaries in this package: * JapaneseAlphabet * JapaneseAlphabetBest * JapaneseAlphabetFast * JapaneseVerticalAlphabet * JapaneseVerticalAlphabetBest * JapaneseVerticalAlphabetFast * Japanese * JapaneseBest * JapaneseFast * JapaneseVertical * JapaneseVerticalBest * JapaneseVerticalFast ==================================== C#および.NETの日本語OCR。スタンドアロンの.NETOCR APIで最適化されたC#Tesseract 5OCR。スキャナーのドキュメント、画像、PDFをテキストに変換します。 C#とVBの例:https://ironsoftware.com/csharp/ocr/languages/ ==================================== This package installs IronOCR and also Japanese support including: * Japanese (also known as 日本語 (にほんご)) OCR for screenshots, cameras, images files, tiffs and PDFs in .NET * Custom OCR that can significantly out-perform Tesseract CLI on real world documents * Can read scans with distortion, skewing, low resolution & contrast, and digital noise * Also supports Tesseract 3, 4 and 5 in Japanese * Support for 125 total international languages available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework (4.5+) * .NET Core (2.0+) * .NET Standard (2.0+) Works on: * Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: - Images - TIFFS - PDFs - Screenshots - Scans - Barcodes - QR codes Commercial support available. Email: developers@ironsoftware.com C# & VB Examples: https://ironsoftware.com/csharp/ocr/languages/ |
|
IronOcr.Languages.Arabic
The IronOCR engine adds OCR (Optical Character Recognition) functionality to Web, Desktop, and Console applications. IronOCR reads Barcode and QR codes. Ocr Dictionaries in this package: * Arabic * ArabicBest * ArabicFast * ArabicAlphabet * ArabicAlphabetBest * ArabicAlphabetFast ==================================== OCR للغة العربية في C# & .NET. محسن C# Tesseract 5 OCR في .NET OCR API مستقل. يحول مستندات الماسح الضوئي والصور و PDF إلى نص. أمثلة على C# و VB: https://ironsoftware.com/csharp/ocr/languages/ ==================================== This package installs IronOCR and also Arabic support including: * Arabic (also known as العربية) OCR for screenshots, cameras, images files, tiffs and PDFs in .NET * Custom OCR that can significantly out-perform Tesseract CLI on real world documents * Can read scans with distortion, skewing, low resolution & contrast, and digital noise * Also supports Tesseract 3, 4 and 5 in Arabic * Support for 125 total international languages available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework (4.5+) * .NET Core (2.0+) * .NET Standard (2.0+) Works on: * Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: - Images - TIFFS - PDFs - Screenshots - Scans - Barcodes - QR codes Commercial support available. Email: developers@ironsoftware.com C# & VB Examples: https://ironsoftware.com/csharp/ocr/languages/ |
|
IronOcr.Languages.Spanish
The IronOCR engine adds OCR (Optical Character Recognition) functionality to Web, Desktop, and Console applications. IronOCR reads Barcode and QR codes. Ocr Dictionaries in this package: * Spanish * SpanishBest * SpanishFast * SpanishOld * SpanishOldBest * SpanishOldFast ==================================== OCR en español en C# y .NET. C# Tesseract 5 OCR optimizado en una API de .NET OCR independiente. Convierte documentos, imágenes y PDF del escáner en texto. Ejemplos de C# y VB: https://ironsoftware.com/csharp/ocr/languages/ ==================================== This package installs IronOCR and also Spanish support including: * Spanish (also known as Español, Castellano) OCR for screenshots, cameras, images files, tiffs and PDFs in .NET * Custom OCR that can significantly out-perform Tesseract CLI on real world documents * Can read scans with distortion, skewing, low resolution & contrast, and digital noise * Also supports Tesseract 3, 4 and 5 in Spanish * Support for 125 total international languages available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework (4.5+) * .NET Core (2.0+) * .NET Standard (2.0+) Works on: * Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: - Images - TIFFS - PDFs - Screenshots - Scans - Barcodes - QR codes Commercial support available. Email: developers@ironsoftware.com C# & VB Examples: https://ironsoftware.com/csharp/ocr/languages/ |
|
IronOcr.Languages.Hebrew
The IronOCR engine adds OCR (Optical Character Recognition) functionality to Web, Desktop, and Console applications. IronOCR reads Barcode and QR codes. Ocr Dictionaries in this package: * Hebrew * HebrewBest * HebrewFast * HebrewAlphabet * HebrewAlphabetBest * HebrewAlphabetFast ==================================== OCR בשפה העברית ב- C# & .NET. אופטימיזציה של C# Tesseract 5 OCR בנפרד .NET OCR API. ממיר מסמכים, תמונות ו- PDF לסורק לטקסט. דוגמאות C# ו- VB: https://ironsoftware.com/csharp/ocr/languages/ ==================================== This package installs IronOCR and also Hebrew support including: * Hebrew (also known as עברית) OCR for screenshots, cameras, images files, tiffs and PDFs in .NET * Custom OCR that can significantly out-perform Tesseract CLI on real world documents * Can read scans with distortion, skewing, low resolution & contrast, and digital noise * Also supports Tesseract 3, 4 and 5 in Hebrew * Support for 125 total international languages available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework (4.5+) * .NET Core (2.0+) * .NET Standard (2.0+) Works on: * Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: - Images - TIFFS - PDFs - Screenshots - Scans - Barcodes - QR codes Commercial support available. Email: developers@ironsoftware.com C# & VB Examples: https://ironsoftware.com/csharp/ocr/languages/ |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2023.10.9 | 1,152 | 9/26/2023 |
2023.9.4 | 4,235 | 9/8/2023 |
2023.8.34 | 13,521 | 8/1/2023 |
2023.7.28 | 22,572 | 7/3/2023 |
2023.6.6 | 15,688 | 5/29/2023 |
2023.5.35 | 8,862 | 5/1/2023 |
2023.4.13 | 11,317 | 4/6/2023 |
2023.3.2 | 19,467 | 3/1/2023 |
2023.1.11644 | 18,450 | 1/18/2023 |
2022.12.10830 | 28,609 | 12/5/2022 |
2022.11.10109 | 34,051 | 10/26/2022 |
2022.10.9390 | 9,901 | 9/27/2022 |
2022.8.8198 | 30,315 | 8/18/2022 |
2022.8.7804 | 48,565 | 7/26/2022 |
2022.3.0 | 122,912 | 3/10/2022 |
2022.1.0 | 37,782 | 1/17/2022 |
2021.12.0 | 15,648 | 12/21/2021 |
2021.11.0 | 123,698 | 10/29/2021 |
2021.9.0 | 22,674 | 8/24/2021 |
2021.6.0 | 25,135 | 6/24/2021 |
2021.2.1 | 34,744 | 2/24/2021 |
2020.12.2 | 15,848 | 12/14/2020 |
2020.11.2 | 70,617 | 11/13/2020 |
4.4.0 | 265,360 | 6/21/2018 |
4.3.0.1 | 31,826 | 4/9/2018 |
4.2.2.51 | 4,384 | 1/22/2018 |
4.2.2.1 | 3,184 | 12/1/2017 |
4.2.1.5 | 4,052 | 9/9/2017 |
4.1.1 | 6,543 | 8/4/2017 |
4.0.10 | 2,387 | 1/12/2017 |
4.0.9 | 1,911 | 12/20/2016 |
### Updates
- Updated `IronSoftware.System.Drawing` to version 2023.10.1.
- Updated `IronSoftware.Common` to version 2023.10.2.