OCR绘图
IronSoftware.Drawing 是 Iron Software 最初开发的一个开源库,可帮助 C# 软件工程师在 Windows、macOS 和 Linux 平台上的 .NET 项目中替换 System.Drawing。
更多信息请查看IronDrawing
准备开始了吗?
Nuget 下载 5,246,844 | 版本: 2025.12 刚刚发布
using IronSoftware.Drawing; // AnyBitmap System.Drawing.Bitmap bitmapsysBitmap; System.Drawing.Image sysImage; AnyBitmap ironBitmap; // Color System.Drawing.Color sysColor; Color ironColor; // Rectangle System.Drawing.Rectangle sysRectangle; Rectangle ironRectangle; // Font System.Drawing.Font sysFont; Font ironFont;
Imports IronSoftware.Drawing ' AnyBitmap Private bitmapsysBitmap As System.Drawing.Bitmap Private sysImage As System.Drawing.Image Private ironBitmap As AnyBitmap ' Color Private sysColor As System.Drawing.Color Private ironColor As Color ' Rectangle Private sysRectangle As System.Drawing.Rectangle Private ironRectangle As Rectangle ' Font Private sysFont As System.Drawing.Font Private ironFont As Font
Install-Package IronOcr
IronSoftware.Drawing 是 Iron Software 最初开发的一个开源库,可帮助 C# 软件工程师在 Windows、macOS 和 Linux 平台上的 .NET 项目中替换 System.Drawing。
更多信息请查看IronDrawing