Accusoft.OCRXpress.nodejs
setSolutionKey

Sets the solution key.

Arguments:

Name Type Description
key1 Int32Value First part of the key.
key2 Int32Value Second part of the key.
key3 Int32Value Third part of the key.
key4 Int32Value Fourth part of the key.

Example:

Copy Code
var ocrx = require('ocr');
ocrx.setSolutionKey(0x00000001, 0x00000002, 0x00000003, 0x00000004);

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback