OCRドローイング
IronSoftware.Drawing
は、Iron Software によって開発されたオープンソース ライブラリであり、C#ソフトウェアエンジニアが Windows、macOS、および Linux プラットフォームで .NET プロジェクトの **System.Drawing** を置き換えるのに役立ちます。
詳細については、こちらをご確認くださいIronDrawing
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
10 の .NET API 製品 オフィス文書用