Sets the solution key.
| 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. |
|
Copy Code | |
|---|---|
var ocrx = require('ocr'); ocrx.setSolutionKey(0x00000001, 0x00000002, 0x00000003, 0x00000004); | |