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

Sets the solution name.

Arguments:

Name Type Description
solutionName String Solution name.

Example:

Copy Code
var ocrx = require('ocr');
ocrx.setSolutionName('solutionName');