从图像中读取条形码
- Method: POST
- Endpoint: /api/v2/ReadBarcodesfromImage
参数
- docNamestring, Required
文件名
- docContentbase64, Required
输入文件的内容
- 图像类型string, Required
您可以选择以下任一图像类型 -
JPG
PNG
输出
- 文件内容Binary
Header
Content-Type:application/json
Authorization: 请从链接复制密钥。
Payload
{
"docName": "stamp.png",
"docContent": "Please put image base64 content",
"imageType": "png"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda