IronOcr.MacOs.ARM
2022.8.8198
Prefix Reserved
See the version list below for details.
dotnet add package IronOcr.MacOs.ARM --version 2022.8.8198
NuGet\Install-Package IronOcr.MacOs.ARM -Version 2022.8.8198
<PackageReference Include="IronOcr.MacOs.ARM" Version="2022.8.8198" />
paket add IronOcr.MacOs.ARM --version 2022.8.8198
#r "nuget: IronOcr.MacOs.ARM, 2022.8.8198"
// Install IronOcr.MacOs.ARM as a Cake Addin #addin nuget:?package=IronOcr.MacOs.ARM&version=2022.8.8198 // Install IronOcr.MacOs.ARM as a Cake Tool #tool nuget:?package=IronOcr.MacOs.ARM&version=2022.8.8198
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
- For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/ocr/
- Email: developers@ironsoftware.com
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);
}
Documentation Links
- Code Samples : https://ironsoftware.com/csharp/ocr/
- Licensing : https://ironsoftware.com/csharp/ocr/licensing/
- Support : developers@ironsoftware.com
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, and 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 | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard is compatible. netstandard1.0 was computed. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 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.MacOs.ARM:
Package | Downloads |
---|---|
Vegiwoo.CSharpHelpers
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2025.2.3 | 61 | 2/6/2025 |
2025.1.2 | 270 | 1/6/2025 |
2024.12.2 | 451 | 12/3/2024 |
2024.11.3 | 463 | 11/11/2024 |
2024.10.3 | 346 | 10/3/2024 |
2024.9.6 | 473 | 9/9/2024 |
2024.8.21 | 324 | 7/31/2024 |
2024.7.13 | 193 | 7/10/2024 |
2024.6.3 | 351 | 6/4/2024 |
2024.5.25 | 778 | 4/29/2024 |
2024.4.6 | 818 | 4/5/2024 |
2024.3.4 | 601 | 3/8/2024 |
2024.3.1 | 256 | 3/4/2024 |
2024.2.41 | 1,002 | 1/29/2024 |
2024.1.17 | 458 | 12/29/2023 |
2023.12.34 | 520 | 11/27/2023 |
2023.11.35 | 651 | 10/27/2023 |
2023.10.9 | 819 | 9/26/2023 |
2023.8.34 | 1,258 | 8/1/2023 |
2023.7.28 | 742 | 7/3/2023 |
2023.6.6 | 708 | 5/29/2023 |
2023.5.35 | 798 | 5/1/2023 |
2023.4.13 | 793 | 4/6/2023 |
2023.3.2 | 828 | 3/1/2023 |
2023.1.11644 | 1,032 | 1/18/2023 |
2022.12.10830 | 837 | 12/5/2022 |
2022.11.10109 | 850 | 10/26/2022 |
2022.10.9390 | 941 | 9/27/2022 |
2022.8.8198 | 1,005 | 8/18/2022 |
2022.8.7804 | 1,036 | 7/26/2022 |
* Added new method for visualizing a crop rectangle on an image. See OcrInput.StampCropRectangleAndSaveAs()
* Added new method for applying multiple filters at once. See OcrInput.ApplyMultipleFilters()
* Changes Deskew filter to no longer throw an exception on failure
* Improves compatibility on Windows systems which may not have Microsoft C++ redistributables installed
* Improves compatibility on MacOs systems (both Intel and Apple Silicon) which may be missing certain imaging libraries