如何在 IronOCR 中应用许可证密钥以启用 OCR识别
This article was translated from English: Does it need improvement?
Translated
View the article in English
许可证密钥是以到期日期结束的长字符串,正确配置后即可解锁完整的 OCR识别和图片转文字功能。 请确保正确复制,无空格。
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 刚刚发布

