IronOcr.Linux
2022.10.9390
Prefix Reserved
See the version list below for details.
dotnet add package IronOcr.Linux --version 2022.10.9390
NuGet\Install-Package IronOcr.Linux -Version 2022.10.9390
<PackageReference Include="IronOcr.Linux" Version="2022.10.9390" />
paket add IronOcr.Linux --version 2022.10.9390
#r "nuget: IronOcr.Linux, 2022.10.9390"
// Install IronOcr.Linux as a Cake Addin #addin nuget:?package=IronOcr.Linux&version=2022.10.9390 // Install IronOcr.Linux as a Cake Tool #tool nuget:?package=IronOcr.Linux&version=2022.10.9390
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 6 and .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 Input = new OcrInput("image.png"))
{
// Input.Deskew(); // use if image not straight
// Input.DeNoise(); // use if image contains digital noise
var Result = Ocr.Read(Input);
Console.WriteLine(Result.Text);
}
Features Table
Welcome to the cutting edge of .NET OCR technology with IronOCR 2022 with full support for:
- C#, F#, and VB.NET
- .NET 6, 5, Core 2x & 3x, Standard 2, and Framework 4x
- 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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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 | 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. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.0)
- System.Drawing.Common (>= 5.0.2)
- System.Runtime.InteropServices (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IronOcr.Linux:
Package | Downloads |
---|---|
OCRTEST
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.11.3 | 139 | 11/11/2024 |
2024.10.3 | 1,081 | 10/3/2024 |
2024.9.6 | 2,257 | 9/9/2024 |
2024.8.21 | 2,475 | 7/31/2024 |
2024.7.13 | 3,427 | 7/10/2024 |
2024.6.3 | 5,942 | 6/4/2024 |
2024.5.25 | 3,025 | 4/29/2024 |
2024.4.6 | 1,585 | 4/5/2024 |
2024.3.4 | 7,865 | 3/8/2024 |
2024.3.1 | 315 | 3/4/2024 |
2024.2.41 | 7,679 | 1/29/2024 |
2024.1.17 | 2,841 | 12/29/2023 |
2023.12.34 | 4,425 | 11/27/2023 |
2023.11.35 | 1,781 | 10/27/2023 |
2023.10.9 | 1,852 | 9/26/2023 |
2023.8.34 | 7,599 | 8/1/2023 |
2023.7.28 | 9,141 | 7/3/2023 |
2023.6.6 | 6,471 | 5/29/2023 |
2023.5.35 | 1,391 | 5/1/2023 |
2023.4.13 | 2,123 | 4/6/2023 |
2023.3.2 | 2,419 | 3/1/2023 |
2023.1.11644 | 3,289 | 1/18/2023 |
2022.12.10830 | 1,520 | 12/5/2022 |
2022.11.10109 | 1,120 | 10/26/2022 |
2022.10.9390 | 998 | 9/27/2022 |
2022.8.8198 | 2,727 | 8/18/2022 |
2022.8.7804 | 17,821 | 7/26/2022 |
2022.8.7516-prerelease | 289 | 7/18/2022 |
* Adds support for using machine learning technology to detect regions which may contain text
* Adds OcrInput methods FindTextRegion and FindMultipleTextRegions - add the IronOcr.ComputerVision NuGet package for your platform
* Adds OcrResult method SaveAsSearchablePdfStream for saving a result as a PDF stream
* Updates Windows build to require fewer dependencies and use less disk space
* Updates image loading to always remove color tables from images before performing OCR, improving accuracy
* Fixes GetCropRectangleImage to work properly with all source image formats
* Fixes issue with Installation.LoggingMode and LogFilePath not applying properly