OCR Xpress for Linux
OCRX_set_solution_key

Sets the solution key.

Arguments:

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

Return Value:

OCRX_Status – Specifies whether an error occurred and, if so, specifies which error and any relevant details.

Example:

Copy Code
#include “ocrxpress.h”

OCRX_set_solution_key(0x00000001, 0x00000002, 0x00000003, 0x00000004);

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback