Como Aplicar uma Chave de Licença no IronOCR para Converter Imagem em Texto
A chave de licença é uma longa sequência de caracteres que termina com uma data de expiração. Certifique-se de que este texto foi copiado corretamente, sem espaços.
IRONOCR-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
O método mais robusto para aplicar uma chave de licença é diretamente no seu código, antes da biblioteca ser chamada.
// 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 mais opções, incluindo a configuração da chave de licença em web.config e appsettings.json, por favor veja esta página de FAQ para mais informações:

