ocr识别-回调修改
This commit is contained in:
@@ -299,11 +299,11 @@ justauth:
|
||||
# 云端OCR识别集成配置参数
|
||||
OCR:
|
||||
#请求OCR转换接口
|
||||
handleFileUrl: https://sws.trans-cosmos.com.cn/WebService.asmx/FileConversion
|
||||
#handleFileUrl = https://61.136.1.103:8091/WebService.asmx/FileConversion
|
||||
# handleFileUrl: https://sws.trans-cosmos.com.cn/WebService.asmx/FileConversion
|
||||
handleFileUrl: http://61.136.1.103:8091/WebService.asmx/FileConversion
|
||||
# OCR回调接口地址 配置客户本地的IP及端口号
|
||||
# callBackUrl: http://139.9.235.66:9110/api/ocr/OCRRestful/OcrHandleResult
|
||||
callBackUrl: http://127.0.0.1:8080/api/ocr/OCRRestful/OcrHandleResult
|
||||
# callBackUrl: http://139.9.235.66:9110//api/ocr/OCRRestful/OcrHandleResult
|
||||
callBackUrl: http://139.9.235.66:9022/local-tool/ocr/ocrHandleResult
|
||||
# OCR认证用户
|
||||
userId: dayuzhou1234
|
||||
# OCR认证编码
|
||||
@@ -320,11 +320,6 @@ OCR:
|
||||
times: 20
|
||||
# OCR转换类型
|
||||
convertType: BOTH
|
||||
## 这个IFeignService是加了@FeignClient注解的类
|
||||
local-tool:
|
||||
ribbon:
|
||||
## 服务提供者的地址,不是服务注册中心的地址
|
||||
listOfServers: http://139.9.235.66:9022
|
||||
|
||||
## 这个要有,如果不加,只加了上面也没用
|
||||
ribbon:
|
||||
|
||||
Reference in New Issue
Block a user