搜索 K
Appearance
Appearance
OCR 图像识别发票查验服务,支持扫描件、拍照图自动识别与验真。融合图像增强算法,准确率高,支持移动端集成,适用于线下采集、纸票入库、票据自动化识别等场景。
/v1/check_fp/ocr
https://fpzwcx.com/v1/check_fp/ocr
Authorization
: Bearer <your AppCode>
参数名 | 类型 | 必填 | 描述 |
---|---|---|---|
base64 | String | 二选一 | 发票文件使用base64编码后的字符串 |
url | String | 可以在公网环境访问的发票文件URL |
POST
。https://fpzwcx.com/v1/check_fp/ocr
。Content-Type
: application/json
Authorization
: Bearer <your_AppCode>
。{
"url": "https://test.com/test.png"
}
curl -X POST https://fpzwcx.com/v1/check_fp/ocr \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your_AppCode>" \
-d '{
"url": "https://test.com/test.png"
}'