From 90e696ece4975613a683c79e3ebe59cc34ccf04f Mon Sep 17 00:00:00 2001 From: liyawei Date: Thu, 17 Feb 2022 09:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0OCR=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml index 5d4623ad5..15bb8a97b 100644 --- a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml +++ b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml @@ -292,6 +292,30 @@ justauth: type: default prefix: 'demo::' timeout: 1h +# 云端OCR识别集成配置参数 +OCR: + #请求OCR转换接口 + handleFileUrl: https://sws.trans-cosmos.com.cn/WebService.asmx/FileConversion + #handleFileUrl = https://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 + # OCR认证用户 + userId: dayuzhou1234 + # OCR认证编码 + authCode: 123456 + # OCR接口公钥 + publicKey: EC4KKA6ZDTCPAOCRBC5M + # OCR文件存储路径 + ocrPath: D:/APPSOFT/LAWSOCRDEMO/OCRFILE/ + #ocrPath: /data/DeploymentPackage/laws-shanqi/APPSOFT/LAWSOCRDEMO/OCRFILE/ + # OCR文件下载地址 +# ocrDownPath: http://139.9.235.66:9020/downfile/ + ocrDownPath: http://127.0.0.1:9020/downfile/ + # OCR接口超时时间 + times: 20 + # OCR转换类型 + convertType: BOTH ## eureka注册中心 eureka: client: