From 1ed0888256dea5b40aa95b35b531d5e6ad2df6f5 Mon Sep 17 00:00:00 2001 From: duanwenbin <12345678> Date: Thu, 8 Jul 2021 09:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4ocr=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/application-dev.properties | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/adc-da-main/src/main/resources/application-dev.properties b/adc-da-main/src/main/resources/application-dev.properties index 468a3c67..ed70a9a5 100644 --- a/adc-da-main/src/main/resources/application-dev.properties +++ b/adc-da-main/src/main/resources/application-dev.properties @@ -48,4 +48,19 @@ spring.rabbitmq.password=cs986432 # ============================================== # 文档存储路径指向 # ============================================== -file.path=/usr/laws/file/ \ No newline at end of file +file.path=/usr/laws/file/ + +# 云端OCR识别集成配置参数 +#OCR请求识别URL地址 +OCR.handleFileUrl = http://61.136.1.103:8091/WebService.asmx/FileConversion +# OCR回调接口地址 配置客户本地的IP及端口号 +OCR.callBackUrl = http://39.98.140.126:10001/api/ocr/OCRRestful/OcrHandleResult +OCR.userId =dayuzhou1234 +OCR.authCode =123456 +OCR.publicKey =EC4KKA6ZDTCPAOCRBC5M +# OCR文件存储路径 +OCR.ocrPath=D:/APPSOFT/LAWSOCRDEMO/OCRFILE/ +# OCR文件请求下载或在线预览时URL +OCR.ocrDownPath=http://106.2.13.189:8089/downfile/ +OCR.times=20 +OCR.convertType=BOTH \ No newline at end of file