Cómo aplicar una clave de licencia en IronOCR para convertir imagen a texto
La clave de licencia es una larga cadena que termina con una fecha de expiración. Por favor, asegúrese de que esto se copie correctamente, sin espacios.
IRONOCR-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
El método más robusto de aplicar una clave de licencia es directamente en su código, antes de que se llame a la biblioteca.
// 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"
Para obtener más opciones, incluida la configuración de la clave de licencia en web.config y appsettings.json, consulte esta página de preguntas frecuentes para obtener más información:

