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.
| Parameter | Type | Description |
|---|---|---|
base64 | str | Base64 string with single image. |