IronOcr.MacOs 2022.8.7516-prerelease

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of IronOcr.MacOs.
There is a newer version of this package available.
See the version list below for details.
dotnet add package IronOcr.MacOs --version 2022.8.7516-prerelease
NuGet\Install-Package IronOcr.MacOs -Version 2022.8.7516-prerelease
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronOcr.MacOs" Version="2022.8.7516-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronOcr.MacOs --version 2022.8.7516-prerelease
#r "nuget: IronOcr.MacOs, 2022.8.7516-prerelease"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IronOcr.MacOs as a Cake Addin
#addin nuget:?package=IronOcr.MacOs&version=2022.8.7516-prerelease&prerelease

// Install IronOcr.MacOs as a Cake Tool
#tool nuget:?package=IronOcr.MacOs&version=2022.8.7516-prerelease&prerelease

Passing Nuget Downloads Support

IronOCR is an advanced OCR (Optical Character Recognition) library for C# and .NET

  • Support for .NET 6, 5, Core, Standard, and Framework
  • Barcode, QR Code, and text detection
  • Performance tuned above and beyond any other known build of Tesseract OCR

Fully Supports:

Windows, macOS, Linux, Azure, Docker and AWS

Licensing & Support available

Get Started Code Example

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);
}

Compatibility

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, & Desktop Apps
  • Windows, Linux (Debian, CentOS, Ubuntu), MacOs, Docker, and Azure
  • Microsoft Visual Studio or Jetbrains ReSharper & Rider

You can email us at developers@ironsoftware.com for support directly from our code team. We offer licensing and extensive support for commercial deployment projects.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IronOcr.MacOs:

Package Downloads
OpenTranslate-beta

OpenTranslate is powered by an opensource translation engine, giving you great translations. We now have no usage limits!, but could be limited by our server capacity as we are testing our new no limits API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.4.6 171 4/5/2024
2024.3.4 4,066 3/8/2024
2024.3.1 161 3/4/2024
2024.2.41 159 1/29/2024
2024.1.17 231 12/29/2023
2023.12.34 276 11/27/2023
2023.11.35 235 10/27/2023
2023.10.9 5,657 9/26/2023
2023.8.34 391 8/1/2023
2023.7.28 476 7/3/2023
2023.6.6 306 5/29/2023
2023.5.35 330 5/1/2023
2023.4.13 1,010 4/6/2023
2023.3.2 548 3/1/2023
2023.1.11644 669 1/18/2023
2022.12.10830 558 12/5/2022
2022.11.10109 1,006 10/26/2022
2022.10.9390 546 9/27/2022
2022.8.8198 615 8/18/2022
2022.8.7804 683 7/26/2022
2022.8.7516-prerelease 270 7/18/2022

* Updates to Tesseract 5.1
* Setting MinimumDpi to null now prevents IronOcr from upscaling images
* Improves compatibility across various Linux distributions