add_base64

OcrInput.add_base64

add_base64(self, str base64)

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

ParameterTypeDescription
base64strBase64 string with single image.