IronOCR(OCRソフト)でライセンスキーを適用する方法
This article was translated from English: Does it need improvement?
Translated
View the article in English
ライセンスキーは、有効期限で終わる長い文字列です。 スペースを入れずに正しくコピーされていることを確認してください。
IRONOCR-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
ライセンスキーを適用する最も確実な方法は、ライブラリを呼び出す前にコーディングで直接行うことです。
// Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
// Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
' Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"
$vbLabelText
$csharpLabel
web.config および appsettings.json でのライセンス キーの設定を含むその他のオプションについては、次の FAQ ページを参照してください。
準備はできましたか?
Nuget ダウンロード 5,585,834 | バージョン: 2026.4 リリース

