From 75df22d142662b6a388800c3a91b6189350d70ff Mon Sep 17 00:00:00 2001 From: ap007 Date: Mon, 25 Jul 2022 09:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BC=98=E5=8C=96=EF=BC=9B=E5=BD=B1=E5=83=8F?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E8=AF=B7=E6=B1=82=E5=92=8COCR=E8=AF=86?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FundPaymentInvoice/LbInvoiceTemp.jsp | 26 ++- .../Comm/LBContract/LBContractPrintList.jsp | 9 +- .../LBContractPersonBaseInfo.jsp | 1 - .../MortgageFile/LbContactInfo.jsp | 4 +- src/com/ample/icms/init/IcmsRelationInit.java | 5 +- src/com/ample/icms/query/ImageInfo.java | 13 ++ src/com/ample/icms/scan/ImageOcr.java | 163 ++++++++++++++++++ src/com/ample/icms/scan/ImageUpload.java | 10 +- .../ample/icms/service/ImageInfoService.java | 100 +++++++++++ .../ample/icms/service/ImageOcrService.java | 54 ++++++ .../icms/service/ImageUploadService.java | 110 +++++++++--- .../exportcallback/impl/ZipUtils.java | 13 +- 12 files changed, 470 insertions(+), 38 deletions(-) create mode 100644 src/com/ample/icms/query/ImageInfo.java create mode 100644 src/com/ample/icms/scan/ImageOcr.java create mode 100644 src/com/ample/icms/service/ImageInfoService.java create mode 100644 src/com/ample/icms/service/ImageOcrService.java diff --git a/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp b/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp index 0da453464..17c07b2f4 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp @@ -45,12 +45,36 @@ String sButtons[][] = { {flag,"All","Button","保存","保存所有修改","save()","","","",""}, - {"true","All","Button","返回","返回列表","returnList()","","","",""} + {"true","All","Button","返回","返回列表","returnList()","","","",""}, + {"true","","Button","识别发票","识别发票","invoiceOrcDo()","","","",""} }; sButtonPosition = "north"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>