IronOCR for NET 2023.12.34 cRACK

IronOCR - The advanced Optical Character Recognition library for .NET

IronOCR for NET 2023.12.34 cRACK_第1张图片

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 for NET 2023.12.34 cRACK_第2张图片

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

IronOCR for NET 2023.12.34 cRACK_第3张图片

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

IronOCR for NET 2023.12.34 cRACK_第4张图片

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

你可能感兴趣的:(IronOCR,IronOCR)