AddBase64

OcrInput.AddBase64 method

Add the base64 string containing the image for recognition / processing. The type of the image must correspond to the type specified in the constructor.

public void AddBase64(string base64)
ParameterTypeDescription
base64StringBase64 string with single image.

See Also