Accusoft.OCRXpress.nodejs - Updated
setOemLicenseKey
API Reference > Accusoft.OCRXpress.Nodejs > Functions Reference > Licensing Functions > setOemLicenseKey

Sets the OEM license key.

Arguments:

Name Type Description
oemLicenseKey String The OEM license string.

Example:

Copy Code
var ocrx = require('ocr');
ocrx.setOemLicenseKey('YourOemLicenseKey');