OCR Xpress for Linux - Updated
OCRX_set_solution_name
API Reference > OCR Xpress for Linux API Reference > Functions Reference > Licensing Functions > OCRX_set_solution_name

Sets the solution name.

Arguments:

Name  Type  Description
solutionName  const char*  Solution name.

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_name(“solutionName”);