WO2019227576A1 - Invoice verification method and apparatus, computer device, and storage medium - Google Patents

Invoice verification method and apparatus, computer device, and storage medium Download PDF

Info

Publication number
WO2019227576A1
WO2019227576A1 PCT/CN2018/094362 CN2018094362W WO2019227576A1 WO 2019227576 A1 WO2019227576 A1 WO 2019227576A1 CN 2018094362 W CN2018094362 W CN 2018094362W WO 2019227576 A1 WO2019227576 A1 WO 2019227576A1
Authority
WO
WIPO (PCT)
Prior art keywords
supplier information
version field
black
black name
name supplier
Prior art date
Application number
PCT/CN2018/094362
Other languages
French (fr)
Chinese (zh)
Inventor
潘庚生
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019227576A1 publication Critical patent/WO2019227576A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/40Document-oriented image-based pattern recognition
    • G06V30/41Analysis of document content
    • G06V30/412Layout analysis of documents structured with printed lines or input boxes, e.g. business forms or tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/22Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition

Abstract

Disclosed is an invoice verification method. The verification method comprises: constructing a blacklist library, the blacklist library comprising black name supplier information; when a verification request sent by a client is obtained, obtaining supplier information on an invoice to be verified from the verification request, the supplier information comprising an identification-version field and an entry-version field of the supplier; performing fuzzy searching in the blacklist library by means of the identification-version field to obtain black name supplier information associated with the supplier information; on the basis of the black name supplier information associated with the supplier information, performing matching processing by respectively using the entry-version field and the identification-version field as a fixed word group, and generating a verification result according to the matching processing; and sending the verification result to the client, so that the client receives and outputs the verification result. The present application solves the existing problem of being unable to verify a supplier when payment is performed on the supplier, and improves the verification accuracy.

Description

发票校验方法、装置、计算机设备及存储介质Invoice verification method, device, computer equipment and storage medium
本申请以2018年05月31日提交的申请号为201810551153.3,名称为“发票校验方法、装置、计算机设备及存储介质”的中国发明专利申请为基础,并要求其优先权。This application is based on a Chinese invention patent application filed on May 31, 2018 with the application number 201810551153.3 and entitled "Invoice Verification Method, Device, Computer Equipment and Storage Medium" and claims its priority.
技术领域Technical field
本申请涉及通信技术领域,尤其涉及一种发票校验方法、装置、计算机设备及存储介质。The present application relates to the field of communication technologies, and in particular, to an invoice verification method, device, computer equipment, and storage medium.
背景技术Background technique
企业在向供应商执行付款操作时,通常由财务部门的员工对发票上的信息进行人工审核,而无法对票面上的供应商进行校验,获知供应商的潜在风险并进行预警,存在较大的报销风险,容易导致企业资金流失。When an enterprise performs a payment operation with a supplier, employees in the financial department usually manually review the information on the invoice, but cannot verify the supplier on the ticket. They can learn the potential risks of the supplier and provide early warning. The risk of reimbursement can easily lead to the loss of corporate funds.
发明内容Summary of the Invention
本申请实施例提供了一种发票校验方法、装置、计算机设备及存储介质,以解决目前向供应商执行付款操作时无法对供应商进行校验的问题。The embodiments of the present application provide an invoice verification method, device, computer equipment, and storage medium to solve the problem that the supplier cannot be verified when performing a payment operation with the supplier at present.
一种发票校验方法,包括:An invoice verification method includes:
构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
进一步地,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括:Further, performing the fuzzy search in the blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information includes:
对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;Perform word segmentation processing on the identification version field, and obtain keywords in the supplier information according to a result of the word segmentation processing;
基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。The black name supplier information including the keywords is acquired from the black list database based on the SQL language to obtain the black name supplier information associated with the supplier information.
进一步地,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑 名供应商信息包括:Further, performing the fuzzy search in the blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information includes:
对所述识别版字段进行分词处理,以及对所述黑名单库中的每一个黑名供应商信息进行分词处理;Perform word segmentation processing on the identification version field, and word segmentation processing on each black name supplier information in the black list library;
针对每一待比对的黑名供应商信息和识别版字段,根据分词处理的结果,生成该待比对的黑名供应商信息和识别版字段对应的分词序列;For each black name supplier information and identification version field to be compared, according to the result of word segmentation processing, generate a word segmentation sequence corresponding to the black name supplier information and identification version field to be compared;
根据所述分词序列,生成该待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量;Generating a word frequency vector corresponding to the black name supplier information to be compared and a word frequency vector corresponding to the recognition version field according to the word segmentation sequence;
计算所述待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量之间的余弦相似度;Calculating the cosine similarity between the word frequency vector corresponding to the black name supplier information to be compared and the word frequency vector corresponding to the recognition version field;
获取余弦相似度大于或等于预设相似度阈值的黑名供应商信息。Obtain black name supplier information whose cosine similarity is greater than or equal to a preset similarity threshold.
进一步地,所述基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果包括:Further, the black name supplier information associated with the supplier information is used to perform matching processing using the input version field and the identification version field as fixed phrases, respectively, and the black name supplier obtained according to the matching processing. Information generation verification results include:
对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;Performing a first matching process on the black name supplier information associated with the input version field and the supplier information, and performing a second match on the black name supplier information associated with the identification version field and the supplier information Matching processing
若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果;If the black name supplier information, the input version field, and the identification version field obtained by the two matching processes are all the same, generate a verification result according to the black name supplier information obtained by the first matching process or the second matching process;
若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。If the black name supplier information obtained by the two matching processes is different, a verification result is generated according to the black name supplier information obtained by the second matching process.
进一步地,所述构建黑名单库包括:Further, the constructing a blacklist library includes:
从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或Obtain black-named user information from a preset credit system, and use the black-named user information as black-name supplier information to add to the blacklist database; and / or
根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。According to the transaction bad debt records between the related suppliers, the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold are selected as black name supplier information and added to the blacklist database.
进一步地,所述构建黑名单库还包括:Further, the constructing the blacklist library further includes:
导入企业之间的控股关系;Introduce a controlling relationship between enterprises;
针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一个黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。For each black name supplier information in the black list database, the holding company corresponding to each black name supplier is obtained from the controlling relationship, and the holding company is added to the black list database as the black name supplier information.
一种发票校验装置,包括:An invoice checking device includes:
构建模块,用于构建黑名单库,所述黑名单库中包括黑名供应商信息;A building module for building a blacklist library that includes blackname vendor information;
获取模块,用于当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;An obtaining module, configured to obtain the supplier information on the invoice to be verified from the verification request when the verification request sent by the client is obtained, where the supplier information includes an identification version field of the supplier and an entry Version field
模糊搜索模块,用于通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;A fuzzy search module, configured to perform a fuzzy search in a blacklist database through an identification version field to obtain black name supplier information associated with the supplier information;
匹配模块,用于基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;A matching module, configured to perform matching processing using the input version field and the identification version field as fixed phrases based on the black name supplier information associated with the supplier information, and according to the black name supplier obtained by the matching processing Information generation verification results;
发送模块,用于将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。A sending module is configured to send the verification result to a client, so that the client receives and outputs the verification result.
进一步地,所述匹配模块包括:Further, the matching module includes:
匹配单元,用于对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;A matching unit, configured to perform a first matching process on the black name supplier information associated with the entry version field and the supplier information, and provide a black name supply associated with the identification version field and the supplier information Quotient information performs a second matching process;
第一生成单元,用于若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果;The first generating unit is configured to generate a calibration according to the black name supplier information obtained by the first matching process or the second matching process if the black name supplier information obtained by the two matching processes, the input version field, and the identification version field are the same Test results
第二生成单元,用于若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。The second generating unit is configured to generate a verification result according to the black name supplier information obtained by the second matching process if the black name supplier information obtained by the two matching processes is different.
一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:A computer device includes a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor. When the processor executes the computer-readable instructions, the following steps are implemented:
构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
一个或多个存储有计算机可读指令的非易失性可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:One or more non-volatile readable storage media storing computer-readable instructions, which when executed by one or more processors, cause the one or more processors to perform the following steps:
构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
本申请的一个或多个实施例的细节在下面的附图及描述中提出。本申请的其他特征和优点将从说 明书、附图以及权利要求书变得明显。Details of one or more embodiments of the present application are set forth in the accompanying drawings and description below. Other features and advantages of the application will become apparent from the description, the drawings, and the claims.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例的描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to explain the technical solutions of the embodiments of the present application more clearly, the drawings used in the description of the embodiments of the application will be briefly introduced below. Obviously, the drawings in the following description are just some embodiments of the application. For those of ordinary skill in the art, other drawings can be obtained based on these drawings without paying creative labor.
图1是本申请一实施例中发票校验方法的一应用环境示意图;FIG. 1 is a schematic diagram of an application environment of an invoice verification method according to an embodiment of the present application; FIG.
图2是本申请一实施例中发票校验方法的一流程图;2 is a flowchart of an invoice verification method according to an embodiment of the present application;
图3是本申请一实施例中发票校验方法中步骤S203的一流程图;3 is a flowchart of step S203 in the invoice verification method according to an embodiment of the present application;
图4是本申请一实施例中发票校验方法中步骤S203的一流程图;4 is a flowchart of step S203 in the invoice verification method according to an embodiment of the present application;
图5是本申请一实施例中发票校验方法中步骤S204的一流程图;5 is a flowchart of step S204 in the invoice verification method according to an embodiment of the present application;
图6是本申请一实施例中发票校验装置的一原理框图;6 is a principle block diagram of an invoice verification device in an embodiment of the present application;
图7是本申请一实施例中计算机设备的一示意图。FIG. 7 is a schematic diagram of a computer device in an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。In the following, the technical solutions in the embodiments of the present application will be clearly and completely described with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are part of the embodiments of the present application, but not all of the embodiments. Based on the embodiments in this application, all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of this application.
本申请实施例提供的发票校验方法,可应用在如图1的应用环境中,包括客户端和服务端,其中,客户端通过网络与服务端进行通信。所述客户端可以但不限于各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备。服务端可以用独立的服务器或者是多个服务器组成的服务器集群来实现。所述客户端和服务端共同完成对发票上的信息的校验。其中,所述服务端用于构建和管理黑名单库,对黑名单库中的在案黑名信息执行添加、删除、修改的操作,以及响应客户端的校验请求执行黑名单的校验分析。所述客户端用于发起校验请求,以及将从服务端获取的校验结果进行输出显示。在本申请实施例中,所述校验为对发票上的供应商信息的校验,所述黑名单库中包括若干个黑名供应商信息。The invoice verification method provided in the embodiment of the present application can be applied in the application environment as shown in FIG. 1, including a client and a server, where the client communicates with the server through a network. The client may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server can be implemented by an independent server or a server cluster composed of multiple servers. The client and server jointly complete the verification of the information on the invoice. The server is used to construct and manage a blacklist database, perform operations of adding, deleting, and modifying the black name information on the record in the blacklist database, and perform a blacklist verification analysis in response to a verification request from the client. The client is used to initiate a verification request, and output and display the verification result obtained from the server. In the embodiment of the present application, the verification is a verification of the supplier information on the invoice, and the blacklist database includes a plurality of black name supplier information.
在一实施例中,如图2所示,提供一种发票校验方法,以该方法应用在图1中的服务端为例进行说明,包括如下步骤:In one embodiment, as shown in FIG. 2, an invoice verification method is provided. The method is applied to the server in FIG. 1 as an example, and includes the following steps:
在步骤S201中,构建黑名单库,所述黑名单库中包括黑名供应商信息。In step S201, a blacklist library is constructed, and the blacklist library includes black name supplier information.
在这里,本申请实施例预先在服务端构建黑名单库,并且改进了黑名单库中的黑名供应商信息的数据来源,以提高黑名单库的数据可靠性、丰富黑名单库中的数据种类,提供更加全方位的校验服务。Here, the embodiment of the present application constructs a blacklist library on the server side in advance, and improves the data source of the blackname supplier information in the blacklist library to improve the data reliability of the blacklist library and enrich the data in the blacklist library. Types, providing a more comprehensive verification service.
可选地,作为本申请的一个优选示例,所述步骤S201可以包括:Optionally, as a preferred example of the present application, the step S201 may include:
从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库。The black name user information is obtained from a preset credit system, and the black name user information is added to the black list database as black name supplier information.
其中,所述预设的信用系统包括但不限于国家信用系统、银行系统、征信机构。本申请实施例直接从国家信用系统、银行系统、征信机构等获取黑名用户信息,每一个黑名用户信息包括但不限于黑名供应商名称、涉黑行为记录,所述涉黑行为记录包括但不限于涉黑原因、涉黑行为发生时间。The preset credit system includes, but is not limited to, a national credit system, a banking system, and a credit reporting agency. The embodiment of the present application directly obtains black-named user information from the national credit system, banking system, and credit reporting agencies. Each black-named user information includes, but is not limited to, black-name supplier names and records of black-related behaviors. This includes, but is not limited to, the reasons for black sex and the time when black sex acts occurred.
在本示例中,所构建的黑名单库的数据来源囊括了国家信用系统、银行系统、征信机构中的数据,黑名单库的数据可靠性高、数据种类齐全,有利于提供更加全方位的校验服务。In this example, the data sources of the constructed blacklist database include data from the national credit system, banking system, and credit reporting agencies. The data of the blacklist database is highly reliable and the data types are complete, which is conducive to providing more comprehensive information. Calibration services.
作为本申请的另一个优选示例,所述步骤S201还可以包括:As another preferred example of the present application, the step S201 may further include:
根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。According to the transaction bad debt records between the related suppliers, the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold are selected as black name supplier information and added to the blacklist database.
在这里,本申请实施例还可以从企业自身累计的大数据中基于交易坏账筛选出黑名供应商信息。首先从大数据中获取存在交易坏账的关联供应商,然后比对所述交易坏账的金额与预设金额阈值、比对所述交易坏账的账龄与预设账龄阈值,若所述交易坏账的金额大于或等于预设金额阈值且账龄大于或等于预设账龄阈值时,则以所述关联供应商作为黑名供应商信息,并添加至黑名单库中。其中,所述预设金额阈值和预设账龄阈值均为判断交易坏账对应的供应商是否为黑名单的参数之一,所述预设金额阈值为交易坏账对应的供应商是黑名单的交易金额下限值,所述预设账龄阈值为交易坏账对应的供应商是黑名单的账龄下限值。Here, the embodiment of the present application may also filter black-named supplier information based on the bad debts of the transaction from the big data accumulated by the enterprise itself. First, obtain the associated supplier with bad transactions from big data, then compare the amount of bad transactions with the preset amount threshold, compare the age of the bad transactions with the preset age threshold, if the bad debts in the transaction When the amount is greater than or equal to the preset amount threshold and the aging is greater than or equal to the preset aging threshold, the associated supplier is used as black name supplier information and added to the black list database. The preset amount threshold and the preset aging threshold are both parameters for judging whether a supplier corresponding to a transaction bad debt is a blacklist. The preset amount threshold is a blacklisted transaction for a supplier corresponding to a transaction bad debt. The lower limit of the amount, and the preset aging threshold is the lower limit of the aging that the supplier corresponding to the transaction bad debt is a blacklist.
作为本申请的另一个优选示例,所述步骤S201还可以包括:As another preferred example of the present application, the step S201 may further include:
导入企业之间的控股关系;Introduce a controlling relationship between enterprises;
针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。For each black name supplier information in the black list database, the holding company corresponding to each black name supplier is obtained from the controlling relationship, and the holding company is added to the black list database as the black name supplier information.
在这里,控股关系是指企业之间通过持有一定数量的股份而对其他企业进行控制的一种关系。所述控股关系可以通过映射表的方式存储。示例性地,假设控股关系中存在企业M是企业N的控股公司,若黑名单库的在案黑名供应商信息中存在企业M,则通过查询控股关系,可以得到企业M是企业N的控股公司,那么将所述企业N也作为黑名供应商信息,并添加至黑名单库中,从而进一步扩展了黑名单库中在案黑名信息的数据量,有利于实现更全方位的校验,提高财务风险管控的能力。Here, the controlling relationship refers to a relationship between enterprises that controls other enterprises by holding a certain number of shares. The holding relationship may be stored in a mapping table. Exemplarily, it is assumed that the company M in the holding relationship is the holding company of the company N. If the company M exists in the blacklist supplier information of the blacklist database, then by querying the holding relationship, it can be obtained that the company M is the holding of the company N Company, then the company N is also used as the black name supplier information and added to the black list database, thereby further expanding the data amount of the black name information in the black list database, which is beneficial to achieve a more comprehensive verification To improve the ability of financial risk management and control.
可选地,在本申请实施例中,所述黑名单库可以部署在云平台上,以便于向内部企业、外部企业提供数据服务,实现SAAS服务模式。Optionally, in the embodiment of the present application, the blacklist library may be deployed on a cloud platform, so as to provide data services to internal enterprises and external enterprises, and implement a SAAS service model.
在步骤S202中,当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段。In step S202, when the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes the identification version field of the supplier and the entry. Edition field.
在这里,所述供应商的识别版字段是指通过对发票图像信息进行图像识别的方式得到的供应商信 息,所述录入版字段是指通过人工手动录入的方式得到的供应商信息。在支付交易过程中,用户可以在客户端上录入待校验发票票面上的供应商信息,以及通过扫描仪扫描上传发票图像信息。客户端或者客户端侧的服务器接收所述供应商信息,得到供应商的录入版字段;以及,对所述发票图像信息进行OCR识别,得到发票票面上的供应商信息,即供应商的识别版字段。然后基于所述供应商的识别版字段和录入版字段生成校验请求,并将所述校验请求至服务端,以发起对所述待校验发票的校验流程。Here, the supplier identification field refers to the supplier information obtained by image recognition of the invoice image information, and the entry version field refers to the supplier information obtained by manual entry. During the payment transaction, the user can enter the supplier information on the invoice face of the invoice to be verified on the client, and upload the invoice image information by scanning with a scanner. The client or server on the client side receives the supplier information and obtains the entry version field of the supplier; and performs OCR identification on the invoice image information to obtain the supplier information on the invoice face, that is, the supplier's identification version Field. A verification request is then generated based on the supplier's identification version field and the entry version field, and the verification request is sent to the server to initiate a verification process for the invoice to be verified.
相应地,服务端获取到客户端发送的校验请求后,对所述校验请求进行解析,从中获取待校验发票上的供应商信息,包括供应商的识别版字段和录入版字段。Correspondingly, after obtaining the verification request sent by the client, the server parses the verification request, and obtains the supplier information on the invoice to be verified, including the identification version field and the entry version field of the supplier.
在步骤S203中,通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息。In step S203, a fuzzy search is performed in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information.
在这里,由于录入版字段容易存在输入错误的可能,因此识别版字段相对于录入版字段的准确性更高。在对待校验发票上的供应商信息进行校验时,本申请实施例首先以识别版字段作为校验对象,在黑名单库中对所述识别版字段进行模糊搜索。可选地,模糊搜索可以根据识别版字段进行拆分,并以其中的关键词作为检索词执行逻辑与运算,从黑名单库中获取与所述识别版字段相关联的黑名供应商信息,以初步过滤掉参考意义较低的黑名供应商信息。Here, because the input version field is prone to input errors, the accuracy of the identification version field is higher than the input version field. When verifying the supplier information on the verification invoice, the embodiment of the present application first uses the identification version field as a verification object, and performs a fuzzy search on the identification version field in a blacklist database. Optionally, the fuzzy search may be split according to the identification version field, and the keywords in the search term are used as search terms to perform a logical AND operation to obtain the black name supplier information associated with the identification version field from a blacklist database. The black-name supplier information with low reference meaning is initially filtered out.
在步骤S204中,基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果。In step S204, based on the black name supplier information associated with the supplier information, a matching process is performed using the input version field and the identification version field as fixed phrases, respectively, and the black name supplier obtained according to the matching process The information generates a verification result.
在完成模糊搜索之后,本申请实施例在模糊搜索得到的结果的基础上,分别以录入版字段和识别版字段作为校验对象,执行精确的匹配处理。其中,精确的匹配处理是指分别以所述录入版字段和识别版字段作为固定的检索词组,执行逻辑与运算,从所述相关联的黑名供应商信息中获取与所述录入版字段或识别版字段完全一致的黑名供应商信息。After the fuzzy search is completed, based on the results obtained by the fuzzy search, the input version field and the identification version field are used as verification objects, respectively, to perform accurate matching processing. The precise matching process refers to using the input version field and the identification version field as fixed search phrases, performing a logical AND operation, and obtaining the input version field or the input version field from the associated black name supplier information. Black name supplier information with exactly the same identification field.
在这里,本申请实施例分别以所述录入版字段和识别版字段作为固定词组执行一次匹配处理,然后根据两次匹配处理生成校验结果,有利于提高匹配处理的准确性,进而提高对供应商信息的校验准确性。Here, in the embodiment of the present application, the input version field and the identification version field are respectively used as a fixed phrase to perform a matching process, and then generate a verification result based on the two matching processes, which is beneficial to improving the accuracy of the matching process and further improving supply Verification accuracy of business information.
在步骤S205中,将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。In step S205, the verification result is sent to the client, so that the client receives and outputs the verification result.
在本申请实施例中,所述校验结果包括是否为黑名单的结论以及黑名单的名称。其中,是否为黑名单的结论包括:所述待校验发票上的供应商信息为黑名单、所述待校验发票上的供应商信息不为黑名单以及所述待校验发票上的供应商信息为疑似黑名单。黑名单的名称为通过校验所匹配的黑名单库中的黑名供应商信息。本申请实施例进一步将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果,在完成对黑名单校验的同时,实现了向外提供SAAS(Software-as-a-Service,软件即服务)服务,即可以向内外部企业提供黑名校验的服务。In the embodiment of the present application, the verification result includes a conclusion of whether it is a blacklist and a name of the blacklist. The conclusion of whether it is a blacklist includes: the supplier information on the invoice to be verified is a blacklist, the supplier information on the invoice to be verified is not a blacklist, and the supply on the invoice to be verified The business information is suspected blacklist. The name of the blacklist is the blacklisted vendor information in the blacklist library that matches the check. The embodiment of the present application further sends the verification result to the client, so that the client receives and outputs the verification result, and at the same time as completing the blacklist verification, the SAAS (Software- as-a-Service (software as a service) service, which can provide black name verification services to internal and external enterprises.
在一实施例中,可以基于结构化查询语言SQL来进行模糊搜索。如图3所示,步骤S203中,即通 过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括如下步骤:In an embodiment, the fuzzy search may be performed based on a structured query language SQL. As shown in FIG. 3, in step S203, that is, performing a fuzzy search in the blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information includes the following steps:
在步骤S301中,对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词。In step S301, word segmentation processing is performed on the identification version field, and keywords in the supplier information are acquired according to a result of the word segmentation processing.
在这里,供应商信息通常为企业名称,比如XX(市)XX科技有限公司。本申请实施例预先构建分词元数据库,通过所述分词元数据库来存储分词规则和分词过程中所依据的地区、企业名字、公司形式的标准信息。其中,所述分词规则是指根据企业名称中是否包含指定的特征字符定义的规则,所述指定的特征字符包括但不限于比如“省”、“市”、“科技”、“服装”、“信息技术”、“通信”、“有限责任公司”、“股份有限公司”。每个分词规则对应不同的分词程序。在对识别版字段执行分词处理时,按照所述分词规则获取特征字符出现的位置,截取特征字符之前或者两两特征字符之间的信息,得到若干个分词。示例性地,比如截取“省”与“市”之间的信息,截取“市”与“有限责任公司”之间的信息。然后将截取的信息与分词元数据库中的标准信息进行比对识别,得到每一个分词的属性,即该分词是地区名词、企业名字还是公司形式,进一步保证了分词的准确性。示例性地,如前所述,将截取的“省”与“市”之间的信息与标准信息比对之后,可以识别出所截取的信息为地区名词,并且可具体识别为市级地区;将截取的“市”与“有限责任公司”之间的信息与标准信息比对之后,可以识别出所截取的信息为企业名字。可选地,本申请实施例以企业名字作为关键词,即以属性为企业名字的分词作为关键词。Here, the supplier information is usually the company name, such as XX (city) XX Technology Co., Ltd. The embodiment of the present application constructs a word segmentation meta database in advance, and uses the word segmentation meta database to store the word segmentation rules and standard information on the region, company name, and company form on which the word segmentation process is based. Wherein, the word segmentation rule refers to a rule defined according to whether a company name includes specified characteristic characters, and the specified characteristic characters include, but are not limited to, for example, "province", "city", "technology", "clothing", " Information Technology "," Communication "," Limited Liability Company "," Company Limited ". Each segmentation rule corresponds to a different segmentation procedure. When word segmentation processing is performed on the recognition version field, the position where the characteristic character appears is obtained according to the word segmentation rule, and information before the characteristic character or between two characteristic characters is intercepted to obtain several word segmentation. Exemplarily, for example, the information between "province" and "city" is intercepted, and the information between "city" and "limited liability company" is intercepted. Then, the intercepted information is compared with the standard information in the segmentation meta database to identify the attributes of each segmentation, that is, whether the segmentation is a regional noun, a company name, or a company form, which further ensures the accuracy of the segmentation. For example, as described above, after comparing the intercepted information between "province" and "city" with standard information, the intercepted information can be identified as a regional noun, and can be specifically identified as a municipal-level region; After the information between the intercepted "city" and "limited liability company" is compared with the standard information, the intercepted information can be identified as the company name. Optionally, in the embodiment of the present application, a company name is used as a keyword, that is, a participle whose attribute is a company name is used as a keyword.
在步骤S302中,基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。In step S302, the black name supplier information including the keywords is acquired from the black list database based on the SQL language to obtain black name supplier information associated with the supplier information.
在得到关键词之后,本申请实施例基于所述关键词设置指定的SQL语句。示例性地,所述指定的SQL语句可以为:After the keywords are obtained, the embodiment of the present application sets a specified SQL statement based on the keywords. Exemplarily, the specified SQL statement may be:
SELECT(XX字段)FROM(XX表)WHERE(XX字段)LIKE(XX条件)。SELECT (XX field) FROM (XX table) WHERE (XX field) LIKE (XX condition).
在这里,本申请实施例根据所述关键词设置LIKE条件,若要匹配任意类型和任意长度的字符,对于中文字段,可以使用两个百分号(%%)表示。比如:Here, the embodiment of the present application sets a LIKE condition according to the keywords. To match characters of any type and any length, for Chinese fields, two percent signs (%%) can be used. such as:
假设待校验发票的供应商信息的识别版字段为“平安科技有限公司”,通过分词处理得到的关键词为“平安科技”,则SQL语句可以设置为:Assuming that the identification version field of the supplier information of the invoice to be verified is "Ping An Technology Co., Ltd.", and the keyword obtained through word segmentation processing is "Ping An Technology", the SQL statement can be set to:
select*from flow_supplier where suppliername like'%平安科技%';select * from flow_supplier where the supplier name is like '% 平安 科技%';
在这里,所述flow_supplier表示黑名单库中的黑名供应商信息列表,所述suppliername表示黑名供应商名称,通过上述SQL语句,则将会把flow_supplier这张表里面列名suppliername中含有“平安科技”的记录全部查询出来,从而完成模糊搜索,得到与识别版字段相似的名称,即得到包含识别版字段中的“平安科技”一词的所有黑名供应商信息。Here, the flow_supplier indicates the black name supplier information list in the blacklist library, and the suppliername indicates the black name supplier name. According to the above SQL statement, the flow_supplier table name in the suppliername contains "safety" "Technology" records are all queried out to complete a fuzzy search to obtain a name similar to the identification version field, that is, all black name supplier information that includes the word "Ping An Technology" in the identification version field.
本申请实施例通过模糊搜索,从黑名单库中获取与所述识别版字段相关联的黑名供应商信息,初步过滤掉了参考意义较低的黑名供应商信息,有利于提高校验的效率及准确性;且SQL语言高度非过程化,有效地减轻了开发成本。In the embodiment of the present application, the black name supplier information associated with the identification version field is obtained from the black list database through a fuzzy search, and the black name supplier information with a lower reference meaning is preliminarily filtered, which is helpful to improve the verification. Efficiency and accuracy; and SQL language is highly non-procedural, which effectively reduces development costs.
在一实施例中,可以基于余弦相似度算法来进行模糊搜索。如图4所示,步骤S203中,即通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息具体包括如下步骤:In one embodiment, a fuzzy search may be performed based on a cosine similarity algorithm. As shown in FIG. 4, in step S203, that is, performing a fuzzy search in the blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information includes the following steps:
在步骤S401中,对所述识别版字段进行分词处理,以及对所述黑名单库中的每一个黑名供应商信息进行分词处理。In step S401, word segmentation processing is performed on the identification version field, and word segmentation processing is performed on each black name supplier information in the black list database.
在本申请实施例中,供应商信息通常为企业名称,比如XX(市)YY科技有限公司。此处的分词是指将中文的汉字序列切分成有意义的词,比如将上述的XX(市)YY科技有限公司分切为“XX、YY、科技、有限公司”。可选地,分词处理的方式包括但不限于基于字符串匹配的分词方法、基于理解的分词方法和基于统计的分词方法。In the embodiment of the present application, the supplier information is usually a company name, such as XX (City) YY Technology Co., Ltd. The word segmentation here refers to segmenting the Chinese character sequence into meaningful words. For example, the above-mentioned XX (city) YY Technology Co., Ltd. is divided into "XX, YY, Technology, Co., Ltd.". Optionally, the manner of word segmentation includes, but is not limited to, a word segmentation method based on string matching, a word segmentation method based on understanding, and a word segmentation method based on statistics.
在步骤S402中,针对每一待比对的黑名供应商信息和识别版字段,根据分词处理的结果,生成该待比对的黑名供应商信息和识别版字段对应的分词序列。In step S402, for each black name supplier information and identification version field to be compared, a word segmentation sequence corresponding to the black name supplier information and identification version field to be compared is generated according to the result of the word segmentation processing.
在这里,本申请实施例从所述黑名单库中无放回地抽取一个黑名供应商信息作为待比对的黑名供应商信息。根据所述待比对的黑名供应商信息和识别版字段,生成对应的分词序列。所述分词序列是指由待比对的黑名供应商信息和识别版字段所包括的分词组成的序列。Here, the embodiment of the present application extracts one piece of black name supplier information from the black list database without replacement as the black name supplier information to be compared. Generate a corresponding word segmentation sequence according to the black name supplier information to be compared and the identification version field. The word segmentation sequence refers to a sequence composed of the black name supplier information to be compared and the word segmentation included in the identification field.
示例性地,假设待比对的黑名供应商信息A为XX市YY科技有限公司,经过分词处理后得到的分词包括XX、市、YY、科技、有限公司;识别版字段B为XXYY科技有限公司,经过分词处理后得到的分词包括XX、YY、科技、有限公司。组合所述待比对的黑名供应商信息和识别版字段对应的分词,得到所述待比对的黑名供应商信息A和识别版字段B对应的分词序列为:XX、市、YY、科技、有限公司。Exemplarily, it is assumed that the black name supplier information A to be compared is XX City YY Technology Co., Ltd., and the word segmentation obtained after the word segmentation processing includes XX, City, YY, Technology, Ltd .; the identification version field B is XXYY Technology Limited Companies, the word segmentation obtained after the word segmentation processing includes XX, YY, technology, limited company. The word segmentation corresponding to the black name supplier information to be compared and the identification version field is combined to obtain the word segmentation sequence corresponding to the black name supplier information A and the identification version field B to be compared: XX, city, YY, Technology Co., Ltd.
在步骤S403中,根据所述分词序列,生成该待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量。In step S403, a word frequency vector corresponding to the black name supplier information to be compared and a word frequency vector corresponding to the recognition version field are generated according to the word segmentation sequence.
在本申请实施例中,所述词频是指每一分词在所述识别版字段或者待比对的黑名供应商信息中出现的次数。如前所述,分词“XX”,在所述待比对的黑名供应商信息A或者识别版字段B中出现的次数均为1;分词“市”,在所述待比对的黑名供应商信息A中出现的次数为1,在所述识别版字段B中出现的次数为0,以此类推。In the embodiment of the present application, the word frequency refers to the number of times each participle appears in the identification version field or the black name supplier information to be compared. As mentioned above, the participle "XX" appears in the black name supplier information A or the identification version field B that are to be compared, and the number of occurrences is 1. The participle "city" is in the black name to be compared. The number of occurrences in the supplier information A is 1, the number of occurrences in the identification version field B is 0, and so on.
在得到所述识别版字段/待比对的黑名供应商信息中每一个分词的词频之后,按照所述分词序列组合词频,从而得到所述识别版字段/待比对的黑名供应商信息对应的词频向量。所述词频向量表示所述 识别版字段/待比对的黑名供应商信息的特征向量,向量中每一个词频表示对应分词对所述识别版字段/待比对的黑名供应商信息的贡献程度。After obtaining the word frequency of each participle in the identification version field / to-be-compared black name supplier information, the word frequency is combined according to the word segmentation sequence to obtain the identification version field / to-be-compared black name supplier information Corresponding word frequency vector. The word frequency vector represents a feature vector of the identified version field / to be compared black name supplier information, and each word frequency in the vector represents a corresponding segmentation contribution to the identified version field / to be compared black name supplier information. degree.
示例性地,如前所述,所述待比对的黑名供应商信息A和识别版字段B对应的分词序列为:XX、市、YY、科技、有限公司,则经过词频计算,得到所述待比对的黑名供应商信息A对应的词频向量为(1,1,1,1,1),所述识别版字段B对应的词频向量为(1,0,1,1,1)。Exemplarily, as described above, the word segmentation sequences corresponding to the black name supplier information A and the identification version field B to be compared are: XX, city, YY, technology, and company limited. The word frequency vector corresponding to the black name supplier information A to be compared is (1,1,1,1,1), and the word frequency vector corresponding to the recognition version field B is (1,0,1,1,1) .
在步骤S404中,计算所述待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量之间的余弦相似度。In step S404, the cosine similarity between the word frequency vector corresponding to the black name supplier information to be compared and the word frequency vector corresponding to the recognition version field is calculated.
本申请实施例采用余弦相似性算法(cosine similarity)计算两个词频向量之间的夹角余弦值,以获取所述识别版字段和待比对的黑名供应商信息之间的相似度,从而将识别版字段与黑名单库中的每一黑名供应商信息之间的比对,转化为计算两个词频向量之间的相似程度。假设所述待比对的黑名供应商信息对应词频向量P,所述识别版字段对应词频向量Q,所述余弦相似度计算公式为:In the embodiment of the present application, a cosine similarity algorithm (cosine similarity) is used to calculate an angle cosine value between two word frequency vectors to obtain a similarity between the identification version field and the black name supplier information to be compared, thereby The comparison between the identification version field and each black name supplier information in the black list database is converted into calculating the similarity between the two word frequency vectors. It is assumed that the black name supplier information to be compared corresponds to a word frequency vector P, the identification version field corresponds to a word frequency vector Q, and the cosine similarity calculation formula is:
Figure PCTCN2018094362-appb-000001
Figure PCTCN2018094362-appb-000001
其中,P i表示词频向量P中第i个分词对应的词频,Q i表示词频向量Q中第i个分词对应的词频,n表示分词序列中的分词总数。 Among them, P i represents the word frequency corresponding to the i-th participle in the word frequency vector P, Q i represents the word frequency corresponding to the i-th participle in the word frequency vector Q, and n represents the total number of participles in the word segmentation sequence.
在步骤S405中,获取余弦相似度大于或等于预设相似度阈值的黑名供应商信息。In step S405, the black name supplier information whose cosine similarity is greater than or equal to a preset similarity threshold is acquired.
根据余弦定理,当两个向量的夹角的余弦值为1时,夹角θ的值大小为0,表示两个词频向量是相同的,即识别版字段和待比对的黑名供应商信息是相同的;夹角的余弦值越小,夹角θ的值越大,两个词频向量越不相关;若夹角的余弦值为0时,表示两个词频向量正交,夹角θ的值为90度,该识别版字段和待比对的黑名供应商信息毫不相关。鉴于此,本申请实施例通过预设相似度阈值,预留误差空间,然后将步骤S304计算得到的相似度与所述预设相似度阈值进行比较,筛选出大于或等于所述预设相似度阈值的相似度;将该相似度对应的待比对的黑名供应商信息记为相关联的黑名供应商信息,从而完成对黑名供应商信息的模糊搜索,过滤掉了参考意义较低的黑名供应商信息,有利于提高校验的效率及准确性;且余弦相似性算法有效地避免了含义一致的字段在长度或者顺序不一致时被认为是不相似的现象,简单快捷,搜索的速度和准确率较高。According to the cosine theorem, when the cosine of the included angle of the two vectors is 1, the value of the included angle θ is 0, indicating that the two word frequency vectors are the same, that is, the identification field and the black name supplier information to be compared. Are the same; the smaller the cosine of the included angle, the greater the value of the included angle θ, the more unrelated the two word frequency vectors; if the cosine of the included angle is 0, it means that the two word frequency vectors are orthogonal, and the included angle θ The value is 90 degrees, and the identification field is not related to the black name supplier information to be compared. In view of this, in the embodiment of the present application, a preset similarity threshold is preset, an error space is reserved, and then the similarity calculated in step S304 is compared with the preset similarity threshold to filter out greater than or equal to the preset similarity. Threshold similarity; the black name supplier information to be compared corresponding to the similarity is recorded as the associated black name supplier information, thereby completing a fuzzy search of the black name supplier information, filtering out the low reference meaning The black name supplier information is beneficial to improve the efficiency and accuracy of the check; and the cosine similarity algorithm effectively avoids that the fields with the same meaning are considered to be dissimilar when the length or order is inconsistent, simple and fast. Speed and accuracy are high.
在一实施例中,如图5所示,步骤S204所述的基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果包括:In an embodiment, as shown in FIG. 5, the black name supplier information associated with the supplier information based on the supplier information described in step S204 performs matching processing using the input version field and the identification version field as fixed phrases, respectively. And generating a verification result based on the black name supplier information obtained by the matching process includes:
在步骤S501中,对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理, 以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理。In step S501, a first matching process is performed on black name supplier information associated with the input version field and the supplier information, and black name supply associated with the identification version field and the supplier information is performed. The quotient information performs a second matching process.
如前所述,所述供应商信息相关联的黑名供应商信息为经过步骤S203执行的模糊搜索得到的与本次待校验发票上的供应商信息相关的黑名供应商信息。为了进一步提高校验的准确性,本申请实施例采用多次匹配,分别以所述录入版字段和识别版字段作为固定词组执行一次匹配处理,即将所述录入版字段与所述供应商信息相关联的黑名供应商信息进行第一次匹配,得到与所述录入版字段相同的黑名供应商信息;以及将所述识别版字段与所述供应商信息相关联的黑名供应商信息进行第二次匹配,得到与所述识别版字段相同的黑名供应商信息;然后根据两次匹配生成校验结果,以提高匹配处理的准确性,进而提高对供应商信息的校验准确性。As described above, the black name supplier information associated with the supplier information is the black name supplier information related to the supplier information on the invoice to be verified, which is obtained through the fuzzy search performed in step S203. In order to further improve the accuracy of the verification, the embodiment of the present application uses multiple matching, and performs a matching process using the input version field and the identification version field as fixed phrases, that is, the input version field is related to the supplier information. The first matching of the black name supplier information is performed to obtain the black name supplier information that is the same as the entry version field; and the black name supplier information that associates the identification version field with the supplier information is performed. The second matching is to obtain the black name supplier information that is the same as the identification version field. Then, a verification result is generated based on the two matchings to improve the accuracy of the matching process and further improve the verification accuracy of the supplier information.
在步骤S502中,若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果。In step S502, if the black name supplier information obtained by the two matching processes, the input version field and the identification version field are all the same, a verification result is generated according to the black name supplier information obtained by the first matching process or the second matching process. .
在这里,本申请实施例将两次匹配处理得到的黑名供应商信息进行比对;若第一次匹配处理得到的黑名供应商信息与第二次匹配处理得到的黑名供应商信息相同时,再将两次匹配处理得到的黑名供应商信息、录入版字段以及识别版字段进行比对;若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段三者均相同,则确认该待校验发票上的供应商信息属于黑名单,生成校验结果。如前所述,所述校验结果包括是否为黑名单的结论以及黑名单的名称。在这里,所述校验结果可以为:所述待校验发票上的供应商信息为黑名单、黑名单的名称为XXX(根据匹配得到的黑名供应商信息)。Here, the embodiment of the present application compares the black name supplier information obtained by the two matching processes; if the black name supplier information obtained by the first matching process is the same as the black name supplier information obtained by the second matching process At the same time, the black name supplier information, the input version field, and the identification version field obtained by the two matching processes are compared. If the black name supplier information, the input version field, and the identification version field obtained by the two matching processing are all compared, The same, it is confirmed that the supplier information on the invoice to be verified belongs to the blacklist, and a verification result is generated. As mentioned earlier, the verification result includes the conclusion of whether it is a blacklist and the name of the blacklist. Here, the verification result may be: the supplier information on the invoice to be verified is a black list, and the name of the black list is XXX (based on the black name supplier information obtained by matching).
在步骤S503中,若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。In step S503, if the black name supplier information obtained by the two matching processes is not the same, a verification result is generated based on the black name supplier information obtained by the second matching process.
可选地,若第一次匹配处理得到的黑名供应商信息,与第二次匹配处理得到的黑名供应商信息不相同时,则确认该待校验发票上的供应商信息属于疑似黑名单,生成校验结果。在这里,所述校验结果可以为:所述待校验发票上的供应商信息为疑似黑名单、黑名单的名称为XXX(第二次匹配得到的黑名供应商信息);以告知用户存在与待校验发票上的供应商信息相似的黑名供应商,并进行确认。Optionally, if the black name supplier information obtained in the first matching process is different from the black name supplier information obtained in the second matching process, it is confirmed that the supplier information on the invoice to be verified is suspected black List and generate verification results. Here, the verification result may be: the supplier information on the invoice to be verified is a suspected blacklist, and the name of the blacklist is XXX (the black name supplier information obtained by the second match); to inform the user There is a black name supplier similar to the supplier information on the invoice to be verified, and it is confirmed.
示例性地,假设供应商相关联的黑名供应商信息包括中国XX科技有限公司、中国XX保险股份有限公司、中国(XX)科技有限公司等。在场景一中,通过人工录入供应商信息得到的录入版字段为中国XX保险股份有限公司,通过OCR技术识别供应商信息得到的识别版字段为中国XX保险股份有限公司,若第一次匹配处理和第二次匹配处理得到的黑名供应商信息均为中国XX保险股份有限公司,且与录入版字段、识别版字段均一致,则确认该待校验发票上的供应商信息属于黑名单,生成校验结果,比如:所述待校验发票上的供应商信息为黑名单、黑名单的名称为中国XX保险股份有限公司。在场景二中,通过人工录入供应商信息得到的录入版字段为中国XX科技有限公司,通过OCR技术识别供应商信息得到的识别版字段为中国(XX)科技有限公司,若第一次匹配出的黑名供应商信息为中国XX科技有限公司,第二次匹配出的黑名供应商信息为中国科技有限公司,则确认该待校验发票上的供应商 信息属于疑似黑名单,生成校验结果,比如:所述待校验发票上的供应商信息为疑似黑名单、黑名单的名称为中国科技有限公司,请加以确认。Exemplarily, it is assumed that the black name supplier information associated with the supplier includes China XX Technology Co., Ltd., China XX Insurance Co., Ltd., China (XX) Technology Co., Ltd., and the like. In scenario 1, the input version field obtained by manually entering the supplier information is China XX Insurance Co., Ltd., and the identification version field obtained by identifying the supplier information through OCR technology is China XX Insurance Co., Ltd. The black name supplier information obtained from the second matching process is China XX Insurance Co., Ltd., and it is consistent with the entry version field and the identification version field. Then confirm that the supplier information on the invoice to be verified belongs to the black list. Generate a verification result, for example, the supplier information on the invoice to be verified is a blacklist, and the name of the blacklist is China XX Insurance Co., Ltd. In scenario two, the input version field obtained by manually entering the supplier information is China XX Technology Co., Ltd., and the identification version field obtained by identifying the supplier information by OCR technology is China (XX) Technology Co., Ltd. The black name supplier information is China XX Technology Co., Ltd., and the second matching black name supplier information is China Technology Co., Ltd., confirm that the supplier information on the invoice to be verified belongs to a suspected blacklist, and generate a check. As a result, for example, the supplier information on the invoice to be verified is a suspected blacklist, and the name of the blacklist is China Science and Technology Co., Ltd. Please confirm.
本申请实施例通过设置双重匹配处理,提高了匹配处理的准确性,进而提高了对供应商信息的校验准确性。The embodiment of the present application improves the accuracy of the matching process by setting a double matching process, thereby improving the accuracy of checking the supplier information.
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It should be understood that the size of the sequence numbers of the steps in the above embodiments does not mean the order of execution. The execution order of each process should be determined by its function and internal logic, and should not constitute any limitation on the implementation process of the embodiments of this application.
在一实施例中,提供一种发票校验装置,该发票校验装置与上述实施例中发票校验方法一一对应。如图6所示,该发票校验装置包括构建模块、获取模块、模糊搜索模块、匹配模块和发送模块。各功能模块详细说明如下:In one embodiment, an invoice verification device is provided, and the invoice verification device corresponds to the invoice verification method in the embodiment described above. As shown in FIG. 6, the invoice verification device includes a construction module, an acquisition module, a fuzzy search module, a matching module, and a sending module. The detailed description of each function module is as follows:
构建模块61,用于构建黑名单库,所述黑名单库中包括黑名供应商信息;A building module 61, configured to build a blacklist library, where the blacklist library includes black name supplier information;
获取模块62,用于当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;The obtaining module 62 is configured to obtain the supplier information on the invoice to be verified from the verification request when the verification request sent by the client is obtained, where the supplier information includes an identification version field of the supplier and Entry field
模糊搜索模块63,用于通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;A fuzzy search module 63, configured to perform a fuzzy search in a blacklist database through an identification version field to obtain black name supplier information associated with the supplier information;
匹配模块64,用于基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;A matching module 64 is configured to perform matching processing based on the black name supplier information associated with the supplier information, respectively, using the input version field and the identification version field as fixed phrases, and supply the black name based on the matching processing. Business information to generate verification results;
发送模块65,用于将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。The sending module 65 is configured to send the verification result to the client, so that the client receives and outputs the verification result.
可选地,所述模糊搜索模块63包括:Optionally, the fuzzy search module 63 includes:
关键词获取单元631,用于对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;A keyword obtaining unit 631, configured to perform word segmentation processing on the identification version field, and obtain keywords in the supplier information according to a result of the word segmentation processing;
SQL搜索单元632,用于基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。The SQL search unit 632 is configured to obtain black name supplier information including the keywords from the black list database based on the SQL language, so as to obtain black name supplier information associated with the supplier information.
可选地,所述模糊搜索模块63包括:Optionally, the fuzzy search module 63 includes:
分词处理单元633,用于对所述识别版字段进行分词处理,以及对所述黑名单库中的每一个黑名供应商信息进行分词处理;The word segmentation processing unit 633 is configured to perform word segmentation processing on the identification version field and word segmentation processing on each black name supplier information in the blacklist database;
分词序列生成单元634,用于针对每一待比对的黑名供应商信息和识别版字段,根据分词处理的结果,生成该待比对的黑名供应商信息和识别版字段对应的分词序列;Word segmentation sequence generating unit 634, for each black name supplier information and identification version field to be compared, according to the result of word segmentation processing, generate a word segmentation sequence corresponding to the black name supplier information and identification version field ;
词频向量生成单元635,用于根据所述分词序列,生成该待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量;A word frequency vector generating unit 635, configured to generate a word frequency vector corresponding to the black name supplier information to be compared and a word frequency vector corresponding to a recognition version field according to the word segmentation sequence;
相似度计算单元636,用于计算所述待比对的黑名供应商信息对应的词频向量和识别版字段对应的 词频向量之间的余弦相似度;A similarity calculation unit 636, configured to calculate a cosine similarity between the word frequency vector corresponding to the black name supplier information to be compared and the word frequency vector corresponding to the recognition version field;
获取单元637,用于获取余弦相似度大于或等于预设相似度阈值的黑名供应商信息。The obtaining unit 637 is configured to obtain black name supplier information whose cosine similarity is greater than or equal to a preset similarity threshold.
可选地,所述匹配模块64包括:Optionally, the matching module 64 includes:
匹配单元641,用于对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;A matching unit 641, configured to perform a first matching process on the black name supplier information associated with the input version field and the supplier information, and the black name associated with the identification version field and the supplier information Supplier information performs a second matching process;
第一生成单元642,用于若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果;A first generating unit 642 is configured to generate the black name supplier information, the input version field, and the identification version field obtained by the two matching processes according to the black name supplier information obtained by the first matching process or the second matching process. Verification result
第二生成单元643,用于若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。The second generating unit 643 is configured to generate a verification result according to the black name supplier information obtained by the second matching process if the black name supplier information obtained by the two matching processes is different.
可选地,所述构建模块61包括:Optionally, the building module 61 includes:
第一构建单元611,用于从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或A first construction unit 611, configured to obtain black name user information from a preset credit system, and add the black name user information to the black list database as black name supplier information; and / or
第二构建单元612,用于根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。The second constructing unit 612 is configured to filter suppliers whose transaction bad debts reach a preset amount threshold and the aging reaches a preset aging threshold according to the transaction bad debt records between related suppliers, and add the information as black name supplier information. To the blacklist library.
可选地,所述构建模块61还包括:Optionally, the building module 61 further includes:
第三构建单元613,用于导入企业之间的控股关系;针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一个黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。The third constructing unit 613 is used for importing the holding relationship between enterprises; for each black name supplier information in the black list database, obtaining the holding company corresponding to each black name supplier from the holding relationship, The holding company is added to the blacklist database as the black name supplier information.
关于发票校验装置的具体限定可以参见上文中对于发票校验方法的限定,在此不再赘述。上述发票校验装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。For the specific limitation of the invoice verification device, please refer to the limitation on the invoice verification method described above, which will not be repeated here. Each module in the above-mentioned invoice verification device may be implemented in whole or in part by software, hardware, and a combination thereof. The above-mentioned modules may be embedded in the hardware in or independent of the processor in the computer device, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the operations corresponding to the above modules.
在一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图7所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于存储黑名供应商信息,以及对在案的黑名供应商信息执行添加、删除、修改的操作。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现一种发票校验方法。In one embodiment, a computer device is provided. The computer device may be a server, and its internal structure diagram may be as shown in FIG. 7. The computer device includes a processor, a memory, a network interface, and a database connected through a system bus. The processor of the computer device is used to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer-readable instructions, and a database. The internal memory provides an environment for the operation of the operating system and computer-readable instructions in a non-volatile storage medium. The database of the computer equipment is used to store black name supplier information and perform operations of adding, deleting, and modifying the black name supplier information on file. The network interface of the computer device is used to communicate with an external terminal through a network connection. The computer-readable instructions are executed by a processor to implement an invoice verification method.
在一个实施例中,提供了一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上 运行的计算机可读指令,处理器执行计算机可读指令时实现如图2至图5任一实施例所述的步骤。在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机可读指令,计算机可读指令被处理器执行时实现如图2至图5任一实施例所述的步骤。本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。In one embodiment, a computer device is provided, including a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor. When the processor executes the computer-readable instructions, the implementation is as shown in FIG. 2 to FIG. 5 the steps described in any of the embodiments. In one embodiment, a computer-readable storage medium is provided, on which computer-readable instructions are stored, and when the computer-readable instructions are executed by a processor, the steps shown in any one of the embodiments of FIG. 2 to FIG. 5 are implemented. A person of ordinary skill in the art can understand that all or part of the processes in the methods of the foregoing embodiments can be implemented by using computer-readable instructions to instruct related hardware. The computer-readable instructions can be stored in a non-volatile computer. In the readable storage medium, the computer-readable instructions, when executed, may include the processes of the embodiments of the methods described above. Wherein, any reference to the storage, storage, database, or other media used in the embodiments provided in this application may include non-volatile and / or volatile storage. Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in various forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), dual data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。Those skilled in the art can clearly understand that, for the convenience and brevity of the description, only the above-mentioned division of functional units and modules is used as an example. In practical applications, the above functions can be assigned by different functional units, Module completion, that is, dividing the internal structure of the device into different functional units or modules to complete all or part of the functions described above.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to describe the technical solution of the present application, but not limited thereto. Although the present application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that they can still implement the foregoing implementations. The technical solutions described in the examples are modified, or some of the technical features are equivalently replaced; and these modifications or replacements do not deviate the essence of the corresponding technical solutions from the spirit and scope of the technical solutions of the embodiments of the application, and should be included in Within the scope of this application.

Claims (20)

  1. 一种发票校验方法,其特征在于,包括:An invoice verification method, comprising:
    构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
    当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
    通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
    基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
    将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
  2. 如权利要求1所述的发票校验方法,其特征在于,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括:The invoice verification method according to claim 1, wherein the performing a fuzzy search in a blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information comprises:
    对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;Perform word segmentation processing on the identification version field, and obtain keywords in the supplier information according to a result of the word segmentation processing;
    基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。The black name supplier information including the keywords is acquired from the black list database based on the SQL language to obtain the black name supplier information associated with the supplier information.
  3. 如权利要求1所述的发票校验方法,其特征在于,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括:The invoice verification method according to claim 1, wherein the performing a fuzzy search in a blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information comprises:
    对所述识别版字段进行分词处理,以及对所述黑名单库中的每一个黑名供应商信息进行分词处理;Perform word segmentation processing on the identification version field, and word segmentation processing on each black name supplier information in the black list library;
    针对每一待比对的黑名供应商信息和识别版字段,根据分词处理的结果,生成该待比对的黑名供应商信息和识别版字段对应的分词序列;For each black name supplier information and identification version field to be compared, according to the result of word segmentation processing, generate a word segmentation sequence corresponding to the black name supplier information and identification version field to be compared;
    根据所述分词序列,生成该待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量;Generating a word frequency vector corresponding to the black name supplier information to be compared and a word frequency vector corresponding to the recognition version field according to the word segmentation sequence;
    计算所述待比对的黑名供应商信息对应的词频向量和识别版字段对应的词频向量之间的余弦相似度;Calculating the cosine similarity between the word frequency vector corresponding to the black name supplier information to be compared and the word frequency vector corresponding to the recognition version field;
    获取余弦相似度大于或等于预设相似度阈值的黑名供应商信息。Obtain black name supplier information whose cosine similarity is greater than or equal to a preset similarity threshold.
  4. 如权利要求1至3任一项所述的发票校验方法,其特征在于,所述基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果包括:The invoice verification method according to any one of claims 1 to 3, wherein the black name supplier information associated based on the supplier information uses the entry version field and the identification version field respectively as Performing a matching process on a fixed phrase, and generating a verification result based on the black name supplier information obtained by the matching process includes:
    对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;Performing a first matching process on the black name supplier information associated with the input version field and the supplier information, and performing a second match on the black name supplier information associated with the identification version field and the supplier information Matching processing
    若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或 第二匹配处理得到的黑名供应商信息生成校验结果;If the black name supplier information, the input version field, and the identification version field obtained by the two matching processes are all the same, generate a verification result according to the black name supplier information obtained by the first matching process or the second matching process;
    若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。If the black name supplier information obtained by the two matching processes is different, a verification result is generated according to the black name supplier information obtained by the second matching process.
  5. 如权利要求1所述的发票校验方法,其特征在于,所述构建黑名单库包括:The invoice verification method according to claim 1, wherein the constructing a blacklist library comprises:
    从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或Obtain black-named user information from a preset credit system, and use the black-named user information as black-name supplier information to add to the blacklist database; and / or
    根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。According to the transaction bad debt records between the related suppliers, the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold are selected as black name supplier information and added to the blacklist database.
  6. 如权利要求5所述的发票校验方法,其特征在于,所述构建黑名单库还包括:The invoice verification method according to claim 5, wherein the building a blacklist database further comprises:
    导入企业之间的控股关系;Introduce a controlling relationship between enterprises;
    针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一个黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。For each black name supplier information in the black list database, the holding company corresponding to each black name supplier is obtained from the controlling relationship, and the holding company is added to the black list database as the black name supplier information.
  7. 一种发票校验装置,其特征在于,包括:An invoice verification device, characterized in that it includes:
    构建模块,用于构建黑名单库,所述黑名单库中包括黑名供应商信息;A building module for building a blacklist library that includes blackname vendor information;
    获取模块,用于当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;An obtaining module, configured to obtain the supplier information on the invoice to be verified from the verification request when the verification request sent by the client is obtained, where the supplier information includes an identification version field of the supplier and an entry Version field
    模糊搜索模块,用于通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;A fuzzy search module, configured to perform a fuzzy search in a blacklist database through an identification version field to obtain black name supplier information associated with the supplier information;
    匹配模块,用于基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;A matching module, configured to perform matching processing using the input version field and the identification version field as fixed phrases based on the black name supplier information associated with the supplier information, and according to the black name supplier obtained by the matching processing Information generation verification results;
    发送模块,用于将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。A sending module is configured to send the verification result to a client, so that the client receives and outputs the verification result.
  8. 如权利要求7所述的发票校验装置,其特征在于,所述模糊搜索模块包括:The invoice verification device according to claim 7, wherein the fuzzy search module comprises:
    关键词获取单元,用于对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;A keyword acquisition unit, configured to perform word segmentation processing on the identification version field, and obtain a keyword in the supplier information according to a result of the word segmentation processing;
    SQL搜索单元,用于基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。A SQL search unit is configured to obtain black name supplier information including the keywords from the black list database based on the SQL language to obtain black name supplier information associated with the supplier information.
  9. 如权利要求7或8所述的发票校验装置,其特征在于,所述匹配模块包括:The invoice verification device according to claim 7 or 8, wherein the matching module comprises:
    匹配单元,用于对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;A matching unit, configured to perform a first matching process on the black name supplier information associated with the entry version field and the supplier information, and provide a black name supply associated with the identification version field and the supplier information Quotient information performs a second matching process;
    第一生成单元,用于若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时, 根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果;The first generating unit is configured to generate a calibration according to the black name supplier information obtained by the first matching process or the second matching process if the black name supplier information obtained by the two matching processes, the input version field, and the identification version field are the same Test results
    第二生成单元,用于若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。The second generating unit is configured to generate a verification result according to the black name supplier information obtained by the second matching process if the black name supplier information obtained by the two matching processes is different.
  10. 如权利要求7所述的发票校验装置,其特征在于,所述构建模块包括:The invoice verification device according to claim 7, wherein the building module comprises:
    第一构建单元,用于从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或A first construction unit, configured to obtain black name user information from a preset credit system, and add the black name user information as black name supplier information to a black list database; and / or
    第二构建单元,用于根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。The second construction unit is used to filter out the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold according to the transaction bad debt records between the associated suppliers, and add them as black name supplier information to Blacklist library.
  11. 一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:A computer device includes a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor, and is characterized in that the processor implements the computer-readable instructions as follows step:
    构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
    当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
    通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
    基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
    将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
  12. 如权利要求11所述的计算机设备,其特征在于,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括:The computer device according to claim 11, wherein the performing a fuzzy search in a blacklist database through the identification version field to obtain the black name supplier information associated with the supplier information comprises:
    对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;Perform word segmentation processing on the identification version field, and obtain keywords in the supplier information according to a result of the word segmentation processing;
    基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。The black name supplier information including the keywords is acquired from the black list database based on the SQL language to obtain the black name supplier information associated with the supplier information.
  13. 如权利要求11或12所述的计算机设备,其特征在于,所述基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果包括:The computer device according to claim 11 or 12, wherein the black name supplier information associated based on the supplier information performs matching processing using the input version field and the identification version field as fixed phrases, respectively. And generating a verification result based on the black name supplier information obtained by the matching process includes:
    对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;Performing a first matching process on the black name supplier information associated with the input version field and the supplier information, and performing a second match on the black name supplier information associated with the identification version field and the supplier information Matching processing
    若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或第二匹配处理得到的黑名供应商信息生成校验结果;If the black name supplier information, the input version field, and the identification version field obtained by the two matching processes are all the same, generate a verification result according to the black name supplier information obtained by the first matching process or the second matching process;
    若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校 验结果。If the black name supplier information obtained by the two matching processes is not the same, a verification result is generated based on the black name supplier information obtained by the second matching process.
  14. 如权利要求11所述的计算机设备,其特征在于,所述构建黑名单库包括:The computer device according to claim 11, wherein the constructing a blacklist library comprises:
    从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或Obtain black-named user information from a preset credit system, and use the black-named user information as black-name supplier information to add to the blacklist database; and / or
    根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。According to the transaction bad debt records between the related suppliers, the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold are selected as black name supplier information and added to the blacklist database.
  15. 如权利要求14所述的计算机设备,其特征在于,所述构建黑名单库还包括:The computer device according to claim 14, wherein the constructing a blacklist library further comprises:
    导入企业之间的控股关系;Introduce a controlling relationship between enterprises;
    针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一个黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。For each black name supplier information in the black list database, the holding company corresponding to each black name supplier is obtained from the controlling relationship, and the holding company is added to the black list database as the black name supplier information.
  16. 一个或多个存储有计算机可读指令的非易失性可读存储介质,其特征在于,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:One or more non-volatile readable storage media storing computer readable instructions, characterized in that when the computer readable instructions are executed by one or more processors, the one or more processors are caused to execute The following steps:
    构建黑名单库,所述黑名单库中包括黑名供应商信息;Building a blacklist library, which includes blackname vendor information;
    当获取到客户端发送过来的校验请求时,从所述校验请求中获取待校验发票上的供应商信息,所述供应商信息包括供应商的识别版字段和录入版字段;When the verification request sent by the client is obtained, the supplier information on the invoice to be verified is obtained from the verification request, and the supplier information includes an identification version field and an entry version field of the supplier;
    通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息;Perform a fuzzy search in the blacklist database through the identification version field to obtain black name supplier information associated with the supplier information;
    基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果;Based on the black name supplier information associated with the supplier information, the matching process is performed using the input version field and the identification version field as fixed phrases, and a verification result is generated based on the black name supplier information obtained by the matching process. ;
    将所述校验结果发送至客户端,以使得所述客户端接收并输出所述校验结果。Sending the verification result to the client, so that the client receives and outputs the verification result.
  17. 如权利要求16所述的非易失性可读存储介质,其特征在于,所述通过识别版字段在黑名单库中执行模糊搜索,以获取所述供应商信息相关联的黑名供应商信息包括:The non-volatile readable storage medium according to claim 16, wherein the fuzzy search is performed in a blacklist database through the identification version field to obtain black name supplier information associated with the supplier information include:
    对所述识别版字段进行分词处理,并根据分词处理的结果获取所述供应商信息中的关键词;Perform word segmentation processing on the identification version field, and obtain keywords in the supplier information according to a result of the word segmentation processing;
    基于SQL语言从所述黑名单库中获取包括所述关键词的黑名供应商信息,以获取与所述供应商信息相关联的黑名供应商信息。The black name supplier information including the keywords is acquired from the black list database based on the SQL language to obtain the black name supplier information associated with the supplier information.
  18. 如权利要求16或17所述的非易失性可读存储介质,其特征在于,所述基于所述供应商信息相关联的黑名供应商信息,分别以所述录入版字段和识别版字段作为固定词组执行匹配处理,并根据所述匹配处理得到的黑名供应商信息生成校验结果包括:The non-volatile readable storage medium according to claim 16 or 17, wherein the black name supplier information associated based on the supplier information includes the entry version field and the identification version field, respectively. Performing a matching process as a fixed phrase, and generating a verification result based on the black name supplier information obtained by the matching process includes:
    对所述录入版字段与所述供应商信息相关联的黑名供应商信息执行第一匹配处理,以及对所述识别版字段与所述供应商信息相关联的黑名供应商信息执行第二匹配处理;Performing a first matching process on the black name supplier information associated with the input version field and the supplier information, and performing a second match on the black name supplier information associated with the identification version field and the supplier information Matching processing
    若两次匹配处理得到的黑名供应商信息、录入版字段和识别版字段均相同时,根据第一匹配处理或 第二匹配处理得到的黑名供应商信息生成校验结果;If the black name supplier information, the input version field, and the identification version field obtained by the two matching processes are all the same, generate a verification result according to the black name supplier information obtained by the first matching process or the second matching process;
    若两次匹配处理得到的黑名供应商信息不相同时,根据第二匹配处理得到的黑名供应商信息生成校验结果。If the black name supplier information obtained by the two matching processes is different, a verification result is generated according to the black name supplier information obtained by the second matching process.
  19. 如权利要求16所述的非易失性可读存储介质,其特征在于,所述构建黑名单库包括:The non-volatile readable storage medium according to claim 16, wherein the constructing a blacklist library comprises:
    从预设的信用系统中获取黑名用户信息,以所述黑名用户信息作为黑名供应商信息添加至黑名单库;和/或Obtain black-named user information from a preset credit system, and use the black-named user information as black-name supplier information to add to the blacklist database; and / or
    根据关联供应商之间的交易坏账记录,筛选出交易坏账的金额达到预设金额阈值且账龄达到预设账龄阈值的供应商,作为黑名供应商信息添加至黑名单库。According to the transaction bad debt records between the related suppliers, the suppliers whose transaction bad debts reach the preset amount threshold and the aging reaches the preset aging threshold are selected as black name supplier information and added to the blacklist database.
  20. 如权利要求19所述的非易失性可读存储介质,其特征在于,所述构建黑名单库还包括:The non-volatile readable storage medium of claim 19, wherein the constructing a blacklist library further comprises:
    导入企业之间的控股关系;Introduce a controlling relationship between enterprises;
    针对黑名单库中的每一个黑名供应商信息,从所述控股关系中获取每一个黑名供应商对应的控股企业,以所述控股企业作为黑名供应商信息添加至黑名单库。For each black name supplier information in the black list database, the holding company corresponding to each black name supplier is obtained from the controlling relationship, and the holding company is added to the black list database as the black name supplier information.
PCT/CN2018/094362 2018-05-31 2018-07-03 Invoice verification method and apparatus, computer device, and storage medium WO2019227576A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810551153.3 2018-05-31
CN201810551153.3A CN108960058B (en) 2018-05-31 2018-05-31 Invoice method of calibration, device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2019227576A1 true WO2019227576A1 (en) 2019-12-05

Family

ID=64492790

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/094362 WO2019227576A1 (en) 2018-05-31 2018-07-03 Invoice verification method and apparatus, computer device, and storage medium

Country Status (2)

Country Link
CN (1) CN108960058B (en)
WO (1) WO2019227576A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111259882A (en) * 2020-01-14 2020-06-09 平安科技(深圳)有限公司 Bill identification method and device and computer equipment
WO2023071649A1 (en) * 2021-10-27 2023-05-04 International Business Machines Corporation Natural language processing for restricting user access to systems

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471966B (en) * 2019-07-02 2023-08-01 平安科技(深圳)有限公司 Information data verification method, device, computer equipment and storage medium
CN111768546A (en) * 2020-06-30 2020-10-13 新奥(中国)燃气投资有限公司 Method, device and system for automatically early warning abnormal enterprise invoices
CN113033565B (en) * 2021-03-10 2021-11-19 大象慧云信息技术有限公司 Electronic invoice data processing method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005055155A2 (en) * 2003-12-01 2005-06-16 Green Vision Systems Ltd. Authenticating an authentic article using spectral imaging and analysis
CN103532711A (en) * 2012-07-02 2014-01-22 航天信息股份有限公司 Encryption data transmission based real-time invoice authentication method and system
CN103646110A (en) * 2013-12-26 2014-03-19 中国人民银行征信中心 Natural person basic identity information matching method
CN106095759A (en) * 2016-06-20 2016-11-09 西安交通大学 A kind of invoice goods classifying method based on heuristic rule
CN107133259A (en) * 2017-03-22 2017-09-05 北京晓数聚传媒科技有限公司 A kind of searching method and device

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060089907A1 (en) * 2004-10-22 2006-04-27 Klaus Kohlmaier Invoice verification process
CN101510292A (en) * 2009-03-13 2009-08-19 百兴科技(苏州)有限公司 Method for generating record of accounting system
CN102750794B (en) * 2012-07-10 2014-06-25 陕西海基业高科技实业有限公司 Automatic note input system and application method thereof
CN102903171B (en) * 2012-09-21 2014-05-07 国网山东省电力公司物资公司 Self-service type intelligent entering checking invoice processing system and method
US20140279323A1 (en) * 2013-03-15 2014-09-18 Mitek Systems, Inc. Systems and methods for capturing critical fields from a mobile image of a credit card bill
CN103279883B (en) * 2013-05-02 2016-06-08 上海携程商务有限公司 Electronic-payment transaction risk control method and system
CN103425976B (en) * 2013-07-17 2016-12-28 中国中医科学院 A kind of case report table identification system and recognition methods
CN104978320B (en) * 2014-04-02 2018-11-02 东华软件股份公司 A kind of knowledge recommendation method and apparatus based on similarity
CN104408403B (en) * 2014-10-29 2019-08-20 中国建设银行股份有限公司 A kind of referee method that secondary typing is inconsistent and device
CN107437181A (en) * 2017-07-31 2017-12-05 努比亚技术有限公司 Prevent the method, apparatus and computer-readable recording medium of the stolen brush of account

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005055155A2 (en) * 2003-12-01 2005-06-16 Green Vision Systems Ltd. Authenticating an authentic article using spectral imaging and analysis
CN103532711A (en) * 2012-07-02 2014-01-22 航天信息股份有限公司 Encryption data transmission based real-time invoice authentication method and system
CN103646110A (en) * 2013-12-26 2014-03-19 中国人民银行征信中心 Natural person basic identity information matching method
CN106095759A (en) * 2016-06-20 2016-11-09 西安交通大学 A kind of invoice goods classifying method based on heuristic rule
CN107133259A (en) * 2017-03-22 2017-09-05 北京晓数聚传媒科技有限公司 A kind of searching method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111259882A (en) * 2020-01-14 2020-06-09 平安科技(深圳)有限公司 Bill identification method and device and computer equipment
CN111259882B (en) * 2020-01-14 2023-12-26 平安科技(深圳)有限公司 Bill identification method and device and computer equipment
WO2023071649A1 (en) * 2021-10-27 2023-05-04 International Business Machines Corporation Natural language processing for restricting user access to systems

Also Published As

Publication number Publication date
CN108960058B (en) 2019-12-03
CN108960058A (en) 2018-12-07

Similar Documents

Publication Publication Date Title
WO2019227576A1 (en) Invoice verification method and apparatus, computer device, and storage medium
US10459903B2 (en) Comparing data stores using hash sums on disparate parallel systems
WO2022142613A1 (en) Training corpus expansion method and apparatus, and intent recognition model training method and apparatus
US11669795B2 (en) Compliance management for emerging risks
AU2020203406A1 (en) Method and system for identity and credential protection and verification via blockchain
WO2020057022A1 (en) Associative recommendation method and apparatus, computer device, and storage medium
WO2017215370A1 (en) Method and apparatus for constructing decision model, computer device and storage device
WO2019237546A1 (en) Sensitive word verification method and apparatus, computer device, and storage medium
WO2019227577A1 (en) Invoice authenticity verification method, apparatus, computer device, and storage medium
WO2019174073A1 (en) Method and device for modifying client information in conversation, computer device and storage medium
WO2021217846A1 (en) Interface data processing method and apparatus, and computer device and storage medium
US20170109697A1 (en) Document verification
CN111427971A (en) Business modeling method, device, system and medium for computer system
CN112559526A (en) Data table export method and device, computer equipment and storage medium
US20160378817A1 (en) Systems and methods of identifying data variations
WO2021012903A1 (en) Data storage method and apparatus, computer device, and storage medium
WO2020057023A1 (en) Natural-language semantic parsing method, apparatus, computer device, and storage medium
US9201937B2 (en) Rapid provisioning of information for business analytics
CN115017256A (en) Power data processing method and device, electronic equipment and storage medium
US11687574B2 (en) Record matching in a database system
CN115470861A (en) Data processing method and device and electronic equipment
CN115203339A (en) Multi-data source integration method and device, computer equipment and storage medium
CN115858487A (en) Data migration method and device
CN109727142A (en) Insuring method, system, equipment and storage medium
CN114416847A (en) Data conversion method, device, server and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18920917

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11/03/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18920917

Country of ref document: EP

Kind code of ref document: A1