AddBase64
OcrInput.AddBase64 method
添加包含图像的 base64 字符串以进行识别/处理。图像的类型必须与构造函数中指定的类型相匹配。
public void AddBase64(string base64)
| Parameter | Type | 描述 |
|---|---|---|
| base64 | String | 包含单个图像的 Base64 字符串。 |
另请参见
- class OcrInput
- namespace Aspose.OCR
- assembly Aspose.OCR
添加包含图像的 base64 字符串以进行识别/处理。图像的类型必须与构造函数中指定的类型相匹配。
public void AddBase64(string base64)
| Parameter | Type | 描述 |
|---|---|---|
| base64 | String | 包含单个图像的 Base64 字符串。 |