如何在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 中設定許可證金鑰,請參閱此常見問題頁面以取得更多資訊:
準備好開始了嗎?
Nuget 下載 5,585,834 | 版本: 2026.4 剛剛發布

