WO2020134991A1 - Automatic input method for paper form, apparatus , and computer device and storage medium - Google Patents

Automatic input method for paper form, apparatus , and computer device and storage medium Download PDF

Info

Publication number
WO2020134991A1
WO2020134991A1 PCT/CN2019/123877 CN2019123877W WO2020134991A1 WO 2020134991 A1 WO2020134991 A1 WO 2020134991A1 CN 2019123877 W CN2019123877 W CN 2019123877W WO 2020134991 A1 WO2020134991 A1 WO 2020134991A1
Authority
WO
WIPO (PCT)
Prior art keywords
paper
paper form
entered
electronic
type
Prior art date
Application number
PCT/CN2019/123877
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 WO2020134991A1 publication Critical patent/WO2020134991A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion

Definitions

  • the present application relates to the field of image recognition technology, in particular to an automatic entry method, device, computer equipment and storage medium for paper forms.
  • the transaction voucher is generally recorded through a paper form. Therefore, when archiving records through the system, the content recorded in the paper form needs to be manually entered manually, but the manual entry The method is inefficient and takes a long time.
  • an embodiment of the present application provides an automatic entry method for a paper form.
  • the method includes:
  • the recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
  • the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
  • the method before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper forms Keyword information corresponding to the paper form; establish a correspondence between the type and the keyword information.
  • determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, then Determine the type of paper form to be entered according to the corresponding relationship.
  • the method before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
  • obtaining the image data of the paper form to be recorded includes: collecting image data of the paper form to be recorded by an image collection device; receiving image data of the paper form to be recorded collected by the image collection device.
  • an embodiment of the present application also provides an automatic entry device for paper forms, including:
  • the image data acquisition module is used to acquire the image data of the paper form to be recorded
  • Text recognition module used for text recognition of image data using OCR technology, and to determine the type of paper form to be entered
  • the electronic template calling module is used to call the corresponding electronic template according to the type of paper form to be entered;
  • the input module is used to automatically input the recognition result into the corresponding electronic template to generate an electronic form.
  • it further includes: a modification module for receiving the modification operation of the electronic form; and a saving module for saving the modified electronic form.
  • an embodiment of the present application further provides a computer device, including a memory and a processor, where the memory stores a computer program, and when the processor executes the computer program, the steps of the method described above are implemented.
  • an embodiment of the present application further provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method described above are implemented.
  • the method, device, computer equipment and storage medium for automatic entry of the paper form described above determine the type of paper form to be entered by acquiring image data of the paper form to be entered and using OCR technology to perform text recognition on the image data, and Call the corresponding type of electronic template, and automatically enter the recognition result into the corresponding type of electronic template to generate an electronic form, thereby realizing the automatic entry of the paper form system, which greatly improves the efficiency of paper form entry and solves the current problem.
  • Manual manual entry leads to problems of low efficiency, long time-consuming and error-prone.
  • FIG. 1 is an application environment diagram of an automatic entry method of a paper form in an embodiment
  • FIG. 2 is a schematic flowchart of an automatic entry method of a paper form in an embodiment
  • FIG. 3 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment
  • FIG. 4A is a schematic representation of a form in which the paper form is a sales slip in an embodiment
  • FIG. 4B is another schematic diagram showing that the paper form type is a sales slip in one embodiment
  • FIG. 5 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment
  • FIG. 6 is a schematic diagram of various representations of a sales form in a paper form in an embodiment
  • FIG. 7 is a schematic flowchart of a step of determining the type of a paper form to be entered in an embodiment
  • FIG. 8 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment
  • FIG. 9 is a schematic flowchart of the step of obtaining image data of a paper form to be entered in an embodiment
  • FIG. 10 is a structural block diagram of an automatic entry device for paper forms in an embodiment
  • FIG. 11 is an internal structure diagram of a computer device in an embodiment.
  • This application provides an automatic entry method for paper forms, which can be applied in the application environment shown in FIG. 1.
  • the terminal 102 communicates with the server 104 through the network.
  • the method provided in this application can be run in the server shown in FIG. 1 or in the terminal shown in FIG. 1 or can be shown in FIG. 1
  • the server and the terminal run some steps of this method to complete the implementation and realization of this method.
  • the terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices.
  • the server 104 may be implemented by an independent server or a server cluster composed of multiple servers.
  • a method for automatically inputting a paper form is provided.
  • the method is applied to the terminal in FIG. 1 as an example for illustration, and may include the following steps:
  • Step 202 Obtain image data of a paper form to be recorded.
  • the paper form to be entered refers to the paper form to be entered into the system.
  • it is necessary to convert the paper form to be entered into image data that can be recognized by the computer, for example, it may be in RAW format , BMP format, TIFF format, GIF format, JPEG format, etc. So that the system can further process the image data after receiving the paper form to be recorded.
  • Step 204 Use OCR technology to perform text recognition on the image data and determine the type of paper form to be entered.
  • OCR Optical Character Recognition, optical character recognition
  • the open source OCR technology is used to identify the text in the form to be entered that has been converted into image data, thereby determining the type of paper form to be entered.
  • the type of the paper form to be entered may be a definition characterizing the type of paper form, for example, the type may specifically be a sales order, a purchase order, an invoice, a courier order, etc.
  • Step 206 Call the corresponding electronic template according to the type of paper form to be entered.
  • various management systems also need to be standardized and standardized in the process of archiving records, so that subsequent data filtering, query, and various statistics can be performed through the management system. Therefore, in this embodiment, various standardized electronic templates can be set in the system in advance. After determining the type of the paper form to be entered through the above steps, the corresponding system in the system can be called according to the type of the paper form to be entered. Standardized electronic template.
  • Step 208 Automatically input the recognition result into the corresponding electronic template to generate an electronic form.
  • OCR technology will be used to perform text recognition on the paper form that has been converted into image data to be entered, and determine the type of paper form to be entered, so that the recognition result will be automatically entered into the corresponding type of electronic template to generate an electronic form .
  • Step 302 Receive a modification operation on the electronic form.
  • the specific modification and update operation can be set by the program, the system automatically completes it, or it can be added manually.
  • the form ID field can be added to the electronic template. Therefore, the system can automatically generate the form ID at the form ID according to the rules set by the program according to the program settings. The corresponding form ID number.
  • this embodiment may also add a link of manual verification, so as to modify the problems found in time after verification.
  • Step 304 save the modified electronic form.
  • the system is provided with a save operation for the electronic form, for example, the system can automatically save the electronic form according to the set time period, or it can be based on the user's instruction to save the electronic form, such as after generating the electronic form, or in After the electronic form is modified, all the instructions for saving the electronic form can be issued to the system, so that the electronic form is stored in the system.
  • Step 502 Collect various types of paper forms.
  • Step 504 Perform learning training on various types of paper forms to extract keyword information corresponding to various types of paper forms.
  • Step 506 Establish a correspondence between types and keyword information.
  • various paper forms have various types, and there are usually multiple types of forms in the same enterprise, such as purchase orders, sales orders, and delivery orders.
  • the information recorded in the form is also different, and the system needs to classify and manage various paper forms.
  • various types of paper forms can be collected in advance, thus Learning and training various types of paper forms to extract keyword information corresponding to various types of paper forms.
  • the keyword information corresponding to the sales order is extracted as an example for illustration.
  • the paper is basically The header information of the sales order usually includes "sales order", “sales voucher”, “sales details”, “sales list”, “sales record”, etc. Therefore, in the process of learning and training, the system extracts the type of sales order Corresponding keyword information, such as keyword information is "sales” AND ("document” OR “detail” OR “list” OR “record”, etc.), and establish a correspondence between the form of sales order and the above keyword information relationship.
  • determining the type of paper form to be entered may specifically include the following steps:
  • Step 702 Determine whether there is keyword information corresponding to the category according to the recognition result.
  • Step 704 when there is keyword information corresponding to the category in the recognition result, the type of the paper form to be entered is determined according to the corresponding relationship.
  • the recognition result of the header information in the form to be entered and the form type and keywords determined through learning training described above can be used
  • the correspondence of information determines the type of paper form to be entered.
  • the condition of the keyword information corresponding to the category is satisfied in the recognition result of the header information in the form to be entered.
  • the type of the form to be entered can be determined according to the corresponding relationship above to satisfy the condition The type corresponding to the keyword information of, so as to quickly determine the type of paper form to be entered, so as to further process the paper form to be entered.
  • Step 802 Receive and save different preset electronic templates.
  • the electronic template has a corresponding type.
  • the system needs to classify and standardize various paper forms, based on the same type of forms at present, their specific manifestations are also different. If they are simply entered into the system, it is difficult for the system to achieve standardized management. . Therefore, in this embodiment, the user can preset various types of electronic templates in the system according to actual needs, and establish the correspondence between the electronic templates and the types. Therefore, after determining the type of the paper form to be entered, the corresponding electronic template can be called according to the type of the paper form to be entered, so as to realize centralized and standardized electronic management of paper forms of the same type with different expression forms.
  • acquiring the image data to be entered into the paper form may include the following steps:
  • Step 902 Collect image data to be recorded in a paper form through an image collection device.
  • image acquisition devices include, but are not limited to, cameras, cameras, cameras, scanners, or other devices (phones, tablets, etc.) with camera functions.
  • the image data to be recorded in the paper form is collected by the image collection device, and the collected image data is transmitted to the system.
  • the image data can be transmitted by wired or wireless means. This embodiment It is not limited in.
  • Step 904 Receive image data collected by an image collection device and to be recorded in a paper form.
  • the image data of the paper form to be entered is acquired by means of the image acquisition device, so that the image data of the paper form to be entered is directly obtained from the image acquisition device, thereby further providing the processing speed of the system and making the automatic entry efficiency higher.
  • steps in the flowcharts of FIGS. 2-9 are displayed in order according to the arrows, the steps are not necessarily executed in the order indicated by the arrows. Unless clearly stated in this article, the execution of these steps is not strictly limited in order, and these steps may be executed in other orders. Moreover, at least some of the steps in FIGS. 2-9 may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but may be executed at different times. The execution order of is not necessarily sequential, but may be executed in turn or alternately with at least a part of other steps or sub-steps or stages of other steps.
  • a paper form automatic entry device including: an image data acquisition module 1001, a text recognition module 1002, an electronic template calling module 1003, and an entry module 1004, wherein:
  • the image data acquisition module 1001 is used to acquire image data to be entered into a paper form
  • the text recognition module 1002 is used to perform text recognition on the image data using OCR technology and determine the type of paper form to be entered;
  • the electronic template calling module 1003 is used to call the corresponding electronic template according to the type of paper form to be entered;
  • the input module 1004 is used to automatically input the recognition result into the corresponding electronic template to generate an electronic form.
  • it further includes: a modification module 1005 for receiving a modification operation on the electronic form; and a saving module 1006 for saving the modified electronic form.
  • the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract keyword information corresponding to various types of paper forms; establishing types Correspondence with keyword information.
  • the method further includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, determining the paper form to be entered according to the correspondence relationship type.
  • the method further includes: receiving and saving different preset electronic templates, wherein the electronic templates have corresponding types.
  • the image data acquisition module 1001 is specifically configured to: collect image data to be entered into a paper form through an image acquisition device; and receive image data to be entered into a paper form collected by the image acquisition device.
  • Each module in the above paper form automatic entry device can be implemented in whole or in part by software, hardware, and a combination thereof.
  • the above modules may be embedded in the hardware form or independent of the processor in the computer device, or may be stored in the memory in the computer device in the form of software so that the processor can call and execute the operations corresponding to the above modules.
  • a computer device is provided.
  • the computer device may be a terminal, and an internal structure diagram thereof may be as shown in FIG. 11.
  • the computer equipment includes a processor, a memory, a network interface, a display screen, and an input device 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 and computer programs.
  • the internal memory provides an environment for the operating system and computer programs in the non-volatile storage medium.
  • the network interface of the computer device is used to communicate with external terminals through a network connection.
  • the computer program is executed by the processor to realize an automatic entry method of paper forms.
  • the display screen of the computer device may be a liquid crystal display screen or an electronic ink display screen
  • the input device of the computer device may be a touch layer covered on the display screen, or may be a button, a trackball, or a touchpad provided on the computer device housing , Can also be an external keyboard, touchpad or mouse.
  • FIG. 11 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer equipment to which the solution of the present application is applied.
  • the specific computer equipment may It includes more or fewer components than shown in the figure, or some components are combined, or have a different component arrangement.
  • a computer device including a memory and a processor, and a computer program is stored in the memory, and the processor implements the computer program to implement the following steps when executing the computer program:
  • the recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
  • the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
  • the method before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper Keyword information corresponding to the qualitative form; establish a correspondence between the type and the keyword information.
  • determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, then according to The correspondence determines the type of paper form to be entered.
  • the method before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
  • obtaining the image data of the paper form to be entered includes: collecting image data of the paper form to be entered through an image acquisition device; receiving image data of the paper form to be entered collected by the image acquisition device.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
  • the recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
  • the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
  • the method before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper Keyword information corresponding to the qualitative form; establish a correspondence between the type and the keyword information.
  • determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, according to The correspondence determines the type of paper form to be entered.
  • the method before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
  • obtaining the image data of the paper form to be entered includes: collecting image data of the paper form to be entered through an image acquisition device; receiving image data of the paper form to be entered collected by the image acquisition device.
  • 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.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double 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), etc.
  • SRAM static RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDRSDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM synchronous chain (Synchlink) DRAM
  • SLDRAM synchronous chain (Synchlink) DRAM
  • Rambus direct RAM
  • DRAM direct memory bus dynamic RAM
  • RDRAM memory bus dynamic RAM

Abstract

The present application relates to an automatic input method for a paper form, an apparatus, a computer device and a storage medium, wherein the method comprises: acquiring image data of a paper form to be input; performing text recognition of the image data by using OCR technology, and determining the type of the paper form to be input; calling a corresponding electronic template according to the type of the paper form to be input; and automatically inputting the recognition result into a corresponding electronic template to generate an electronic form. By acquiring image data of a paper form to be input, performing text recognition of the image data by using OCR technology to determine the type of the paper form to be input, calling a corresponding type of electronic template and automatically inputting the recognition result into the corresponding type of electronic template to generate an electronic form, the present application implements a paper form automatic input system, which greatly improves efficiency of paper form input, and solves the problems of low efficiency, long time consumption and error-prone possibility of manual input.

Description

纸质表单的自动录入方法、装置、计算机设备和存储介质Automatic entry method, device, computer equipment and storage medium for paper form 技术领域Technical field
本申请涉及图像识别技术领域,特别是涉及一种纸质表单的自动录入方法、装置、计算机设备和存储介质。The present application relates to the field of image recognition technology, in particular to an automatic entry method, device, computer equipment and storage medium for paper forms.
背景技术Background technique
随着互联网技术的发展,各类管理系统的应用也越来越广泛。每个企业在应用管理系统时,都面临将线下数据向线上管理系统转移的问题。With the development of Internet technology, the application of various management systems is becoming more and more extensive. Every enterprise faces the problem of transferring offline data to the online management system when applying the management system.
特别是对于目前企业在进行货品交易时,一般通过纸质表单记录交易凭证,因此,在通过系统进行存档记录时,需要人工将纸质表单中记录的内容进行手动录入,但是由人工手动录入的方式效率较低、耗时较长。Especially for the current enterprise in the transaction of goods, the transaction voucher is generally recorded through a paper form. Therefore, when archiving records through the system, the content recorded in the paper form needs to be manually entered manually, but the manual entry The method is inefficient and takes a long time.
发明内容Summary of the invention
基于此,有必要针对上述人工录入效率低的问题,提供一种能够自动录入的纸质表单的自动录入方法、装置、计算机设备和存储介质。Based on this, it is necessary to provide an automatic entry method, device, computer equipment, and storage medium for paper forms that can be automatically entered in response to the above-mentioned problem of low manual entry efficiency.
为了实现上述目的,一方面,本申请实施例提供了一种纸质表单的自动录入方法,所述方法包括:In order to achieve the above objective, on the one hand, an embodiment of the present application provides an automatic entry method for a paper form. The method includes:
获取待录入纸质表单的图像数据;Get the image data of the paper form to be recorded;
采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型;Use OCR technology to perform text recognition on the image data and determine the type of paper form to be entered;
根据待录入纸质表单的类型调用对应的电子模板;Call the corresponding electronic template according to the type of paper form to be entered;
将识别结果自动录入对应的电子模板中以生成电子表单。The recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
在其中一个实施例中,将识别结果自动录入对应的电子模板中以生成电子表单之后,还包括:接收对电子表单的修改操作;保存修改后的电子表单。In one of the embodiments, after automatically inputting the recognition result into the corresponding electronic template to generate an electronic form, the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
在其中一个实施例中,确定待录入纸质表单的类型之前,还包括:采集各种不同类型的纸质表单;对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息;建立类型与所述关键字信息的对应关系。In one of the embodiments, before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper forms Keyword information corresponding to the paper form; establish a correspondence between the type and the keyword information.
在其中一个实施例中,确定待录入纸质表单的类型,包括:根据识别结果判断是否满足与类别对应的关键字信息的条件;当识别结果中满足与类别对应的关键字信息的条件,则根据对应关系确定待录入纸质表单的类型。In one of the embodiments, determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, then Determine the type of paper form to be entered according to the corresponding relationship.
在其中一个实施例中,根据待录入纸质表单的类型调用对应的电子模板之前,还包括:接收并保存预先设置的不同类型的电子模板,其中,电子模板具有对应的类型。In one embodiment, before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
在其中一个实施例中,获取待录入纸质表单的图像数据,包括:通过图像采集设备采集待录入纸质表单的图像数据;接收图像采集设备采集的待录入纸质表单的图像数据。In one of the embodiments, obtaining the image data of the paper form to be recorded includes: collecting image data of the paper form to be recorded by an image collection device; receiving image data of the paper form to be recorded collected by the image collection device.
另一方面,本申请实施例还提供了一种纸质表单的自动录入装置,包括:On the other hand, an embodiment of the present application also provides an automatic entry device for paper forms, including:
图像数据获取模块,用于获取待录入纸质表单的图像数据;The image data acquisition module is used to acquire the image data of the paper form to be recorded;
文字识别模块,用于采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型;Text recognition module, used for text recognition of image data using OCR technology, and to determine the type of paper form to be entered;
电子模板调用模块,用于根据待录入纸质表单的类型调用对应的电子模板;The electronic template calling module is used to call the corresponding electronic template according to the type of paper form to be entered;
录入模块,用于将识别结果自动录入对应的电子模板中以生成电子表单。The input module is used to automatically input the recognition result into the corresponding electronic template to generate an electronic form.
在其中一个实施例中,还包括:修改模块,用于接收对所述电子表单的修改操作;保存模块,用于保存修改后的电子表单。In one of the embodiments, it further includes: a modification module for receiving the modification operation of the electronic form; and a saving module for saving the modified electronic form.
又一方面,本申请实施例还提供了一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述处理器执行所述计算机程序时实现如上所述方法的步骤。In yet another aspect, an embodiment of the present application further provides a computer device, including a memory and a processor, where the memory stores a computer program, and when the processor executes the computer program, the steps of the method described above are implemented.
再一方面,本申请实施例还提供了一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现如上所述方法的步骤。In still another aspect, an embodiment of the present application further provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method described above are implemented.
上述纸质表单的自动录入方法、装置、计算机设备和存储介质,通过获取待录入纸质表单的图像数据,并采用OCR技术对图像数据进行文字识别,以确定待录入纸质表单的类型,并调用对应类型的电子模板,将识别结果自动录入对应类型的电子模板中,以生成电子表单,从而实现将纸质表单自动录入系统,极大的提高了纸质表单录入的效率,解决了目前由人工手动录入导致效率较低、耗时较长以及容易出错的问题。The method, device, computer equipment and storage medium for automatic entry of the paper form described above determine the type of paper form to be entered by acquiring image data of the paper form to be entered and using OCR technology to perform text recognition on the image data, and Call the corresponding type of electronic template, and automatically enter the recognition result into the corresponding type of electronic template to generate an electronic form, thereby realizing the automatic entry of the paper form system, which greatly improves the efficiency of paper form entry and solves the current problem. Manual manual entry leads to problems of low efficiency, long time-consuming and error-prone.
附图说明BRIEF DESCRIPTION
图1为一个实施例中纸质表单的自动录入方法的应用环境图;FIG. 1 is an application environment diagram of an automatic entry method of a paper form in an embodiment;
图2为一个实施例中纸质表单的自动录入方法的流程示意图;2 is a schematic flowchart of an automatic entry method of a paper form in an embodiment;
图3为另一个实施例中纸质表单的自动录入方法的流程示意图;3 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment;
图4A为一个实施例中纸质表单类型为销售单的一种表示示意图;FIG. 4A is a schematic representation of a form in which the paper form is a sales slip in an embodiment;
图4B为一个实施例中纸质表单类型为销售单的另一种表示示意图;FIG. 4B is another schematic diagram showing that the paper form type is a sales slip in one embodiment;
图5为又一个实施例中纸质表单的自动录入方法的流程示意图;5 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment;
图6为一个实施例中纸质表单类型为销售单的各种表示示意图;FIG. 6 is a schematic diagram of various representations of a sales form in a paper form in an embodiment;
图7为一个实施例中确定待录入纸质表单的类型步骤的流程示意图;7 is a schematic flowchart of a step of determining the type of a paper form to be entered in an embodiment;
图8为再一个实施例中纸质表单的自动录入方法的流程示意图;8 is a schematic flowchart of a method for automatically inputting a paper form in another embodiment;
图9为一个实施例中获取待录入纸质表单的图像数据步骤的流程示意图;9 is a schematic flowchart of the step of obtaining image data of a paper form to be entered in an embodiment;
图10为一个实施例中纸质表单的自动录入装置的结构框图;10 is a structural block diagram of an automatic entry device for paper forms in an embodiment;
图11为一个实施例中计算机设备的内部结构图。FIG. 11 is an internal structure diagram of a computer device in an embodiment.
具体实施方式detailed description
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。In order to make the purpose, technical solutions and advantages of the present application more clear, the following describes the present application in further detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present application, and are not used to limit the present application.
本申请提供了一种纸质表单的自动录入方法,可以应用于如图1所示的应用环境中。其中,终端102通过网络与服务器104进行通信,本申请提供的方法可以运行在如图1所示的服务器中,也可以运行在如图1所示的终端中,还可以是图1中所示的服务器和终端分别运行本方法的部分步骤完成本方法的实施和实现。其中,终端102可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备,服务器104可以用独立的服务器或者是多个服务器组成的服务器集群来实现。This application provides an automatic entry method for paper forms, which can be applied in the application environment shown in FIG. 1. Among them, the terminal 102 communicates with the server 104 through the network. The method provided in this application can be run in the server shown in FIG. 1 or in the terminal shown in FIG. 1 or can be shown in FIG. 1 The server and the terminal run some steps of this method to complete the implementation and realization of this method. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server 104 may be implemented by an independent server or a server cluster composed of multiple servers.
在一个实施例中,如图2所示,提供了一种纸质表单的自动录入方法,以该方法应用于图1中的终端为例进行说明,可以包括以下步骤:In one embodiment, as shown in FIG. 2, a method for automatically inputting a paper form is provided. The method is applied to the terminal in FIG. 1 as an example for illustration, and may include the following steps:
步骤202,获取待录入纸质表单的图像数据。Step 202: Obtain image data of a paper form to be recorded.
其中,待录入纸质表单是指需要录入系统的纸质表单。在本实施例中,为了改善现有技术中人工录入的方式,以实现通过计算机进行自动录入,因此,需要将待录入的纸质表单转换为计算机可以识别的图像数据,例如,可以是RAW格式、BMP格式、TIFF格式、GIF格式、JPEG格式等。以便系统在接收到待录入纸质表单的图像数据后可以对其进行进一步处理。Among them, the paper form to be entered refers to the paper form to be entered into the system. In this embodiment, in order to improve the manual entry method in the prior art to realize automatic entry through a computer, therefore, it is necessary to convert the paper form to be entered into image data that can be recognized by the computer, for example, it may be in RAW format , BMP format, TIFF format, GIF format, JPEG format, etc. So that the system can further process the image data after receiving the paper form to be recorded.
步骤204,采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型。Step 204: Use OCR technology to perform text recognition on the image data and determine the type of paper form to be entered.
其中,OCR(Optical Character Recognition,光学字符识别)技术是通过扫描等光学输入方式将各种票据、报刊、书籍、文稿及其它印刷品的文字转化为图像信息,再利用文字识别技术将图像信息转化为可以使用的计算机输入技术。在本实施例中,利用开源OCR技术对已转换为图像数据的待录入表单中的文字进行识别,从而确定待录入纸质表单的类型。其中,待录入纸质表单的类型可以是表征纸质表单种类的定义,如其类型具体可以是销售单、采购单、发货单、快递单等。Among them, OCR (Optical Character Recognition, optical character recognition) technology is to convert the text of various bills, newspapers, books, manuscripts and other printed materials into image information through optical input methods such as scanning, and then use text recognition technology to convert the image information into Available computer input technology. In this embodiment, the open source OCR technology is used to identify the text in the form to be entered that has been converted into image data, thereby determining the type of paper form to be entered. Among them, the type of the paper form to be entered may be a definition characterizing the type of paper form, for example, the type may specifically be a sales order, a purchase order, an invoice, a courier order, etc.
步骤206,根据待录入纸质表单的类型调用对应的电子模板。Step 206: Call the corresponding electronic template according to the type of paper form to be entered.
目前,各类管理系统除了具有存档记录的功能外,且在存档记录的过程中需要做到标准化、规范化,从而后续还可以通过管理系统进行数据的筛选、查询以及各项统计等工作。因此,在本实施例中,可以预先在系统中设置各种标准化的电子模板,当通过上述步骤确定待录入纸质表单的类型后,则可以根据该待录入纸质表单的类型调用系统中对应的标准化电子模板。At present, in addition to the function of archiving records, various management systems also need to be standardized and standardized in the process of archiving records, so that subsequent data filtering, query, and various statistics can be performed through the management system. Therefore, in this embodiment, various standardized electronic templates can be set in the system in advance. After determining the type of the paper form to be entered through the above steps, the corresponding system in the system can be called according to the type of the paper form to be entered. Standardized electronic template.
步骤208,将识别结果自动录入对应的电子模板中以生成电子表单。Step 208: Automatically input the recognition result into the corresponding electronic template to generate an electronic form.
具体的,将采用OCR技术对已转换为图像数据的待录入纸质表单进行文字识别,并确定待录入纸质表单的类型,从而将识别结果自动录入对应类型的电子模板中,以生成电子表单。Specifically, OCR technology will be used to perform text recognition on the paper form that has been converted into image data to be entered, and determine the type of paper form to be entered, so that the recognition result will be automatically entered into the corresponding type of electronic template to generate an electronic form .
上述纸质表单的自动录入方法中,通过获取待录入纸质表单的图像数据,并采用OCR技术对图像数据进行文字识别,以确定待录入纸质表单的类型,并调用对应类型的电子模板,将识别结果自动录入对应类型的电子模板中,以生成电子表单,从而实现将纸质表单自动录入系统,极大的提高了纸质表单录入的效率,解决了目前由人工手动录入导致效率较低、耗时较长以及容易出错的问题。In the above automatic entry method for paper forms, by acquiring the image data of the paper form to be entered, and using OCR technology to perform text recognition on the image data to determine the type of the paper form to be entered, and calling the corresponding type of electronic template, Automatically input the recognition result into the corresponding type of electronic template to generate an electronic form, so as to realize the automatic entry of the paper form system, which greatly improves the efficiency of paper form entry and solves the current low efficiency caused by manual entry , Time-consuming and error-prone problems.
在一个实施例中,如图3所示,将识别结果自动录入对应的电子模板中以生成电子表单之后,还可以包括如下步骤:In one embodiment, as shown in FIG. 3, after the recognition result is automatically entered into the corresponding electronic template to generate an electronic form, the following steps may also be included:
步骤302,接收对电子表单的修改操作。Step 302: Receive a modification operation on the electronic form.
具体的,由于生活中出现的纸质表单五花八门,如图4A、图4B所示,虽然同样是销售单,但是其记录的信息却不完全一样(如图4A中记录的收银员、营业员以及付款方式等信息,图4B中却没有记录,图4B中记录的规格信息图4A中同样也没有记录),而系统中设置的电子模板却是标准化的。因此,当通过上述方法将待录入纸质表单自动录入对应类型的电子模板中,以生成电子表单之后,还可以根据电子模板中设置的字段(而纸质表单中未有对应字段的情况),在电子表单中对应字段处添加相应的信息,以对电子表单进行修改更新。Specifically, due to the variety of paper forms that appear in life, as shown in Figures 4A and 4B, although the same is a sales order, the information recorded is not exactly the same (the cashier, salesperson and payment recorded in Figure 4A The information such as the method is not recorded in FIG. 4B, and the specification information recorded in FIG. 4B is also not recorded in FIG. 4A), but the electronic template set in the system is standardized. Therefore, when the paper form to be entered is automatically entered into the corresponding type of electronic template by the above method to generate an electronic form, it can also be based on the fields set in the electronic template (while there is no corresponding field in the paper form), Add corresponding information to the corresponding fields in the electronic form to modify and update the electronic form.
其中,具体修改更新的操作可以由程序设定,系统自动完成,也可以人工手动添加。例如,为了对电子表单进行统一管理,电子模板中可以加入表单ID的字段,因此,系统可以根据程序设定,每生成一份电子表单,即可按程序设定的规则自动在表单ID处生成对应的表单ID号。Among them, the specific modification and update operation can be set by the program, the system automatically completes it, or it can be added manually. For example, for unified management of electronic forms, the form ID field can be added to the electronic template. Therefore, the system can automatically generate the form ID at the form ID according to the rules set by the program according to the program settings. The corresponding form ID number.
另外,由于很多纸质表单是由人工填写,而人工填写可能存在字迹潦草的问题,因此,在采用OCR技术对其进行文字识别时,可能会由于字迹潦草而无法识别或识别错误的情况。基于此,本实施例为了保证电子表单的正确性,也可以增加人工核对的环节,从而在核对后 对发现的问题进行及时修改。In addition, because many paper forms are filled in manually, and manual filling may have the problem of scribble, therefore, when using OCR technology to recognize text, it may not be recognized or recognized incorrectly due to scribble. Based on this, in order to ensure the accuracy of the electronic form, this embodiment may also add a link of manual verification, so as to modify the problems found in time after verification.
步骤304,保存修改后的电子表单。 Step 304, save the modified electronic form.
系统中设有对电子表单的保存操作,如可以是系统根据设置的时间周期自动对电子表单进行保存,或者也可以是根据用户的指令对电子表单进行保存,如在生成电子表单后、或在对电子表单进行修改后,均可以向系统发起对电子表单的保存指令,从而将电子表单存储在系统中。The system is provided with a save operation for the electronic form, for example, the system can automatically save the electronic form according to the set time period, or it can be based on the user's instruction to save the electronic form, such as after generating the electronic form, or in After the electronic form is modified, all the instructions for saving the electronic form can be issued to the system, so that the electronic form is stored in the system.
在一个实施例中,如图5所示,在确定待录入纸质表单的类型之前,还可以包括如下步骤:In one embodiment, as shown in FIG. 5, before determining the type of the paper form to be entered, the following steps may also be included:
步骤502,采集各种不同类型的纸质表单。Step 502: Collect various types of paper forms.
步骤504,对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息。Step 504: Perform learning training on various types of paper forms to extract keyword information corresponding to various types of paper forms.
步骤506,建立类型与关键字信息的对应关系。Step 506: Establish a correspondence between types and keyword information.
如上述实施例所述,各种纸质表单具有多样化的类型,且同一企业中通常也会同时存在多种类型的表单,如采购单、销售单、发货单等同时存在,而各种表单其记录的信息也不相同,系统则需要对各种纸质表单进行分类集中管理。如前所述,由于同一类型的表单,其具体的表现形式也是存在差异的,因此,为了使得系统可以识别不同类型的表单,本实施例中可以提前采集各种不同类型的纸质表单,从而对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息。As described in the above embodiment, various paper forms have various types, and there are usually multiple types of forms in the same enterprise, such as purchase orders, sales orders, and delivery orders. The information recorded in the form is also different, and the system needs to classify and manage various paper forms. As mentioned above, due to the difference in the form of the same type of form, in order to enable the system to recognize different types of forms, in this embodiment, various types of paper forms can be collected in advance, thus Learning and training various types of paper forms to extract keyword information corresponding to various types of paper forms.
具体的,本实施例中以提取销售单对应的关键字信息为例进行说明,本实施例中,如图6所示,在对采集的纸质销售表单进行学习训练后发现,基本上纸质销售单的表头信息中通常包括“销售单”、“销售凭证”、“销售明细”、“销售清单”、“销售记录”等,因此,系统在学习训练过程中,提取了类型为销售单的对应的关键字信息,如关键字信息为“销售”AND(“凭证”OR“明细”OR“清单”OR“记录”等),并建立类型为销售单的表单与上述关键字信息的对应关系。Specifically, in this embodiment, the keyword information corresponding to the sales order is extracted as an example for illustration. In this embodiment, as shown in FIG. 6, after learning and training the collected paper sales form, it is found that the paper is basically The header information of the sales order usually includes "sales order", "sales voucher", "sales details", "sales list", "sales record", etc. Therefore, in the process of learning and training, the system extracts the type of sales order Corresponding keyword information, such as keyword information is "sales" AND ("document" OR "detail" OR "list" OR "record", etc.), and establish a correspondence between the form of sales order and the above keyword information relationship.
在一个实施例中,如图7所示,确定待录入纸质表单的类型,具体可以包括如下步骤:In one embodiment, as shown in FIG. 7, determining the type of paper form to be entered may specifically include the following steps:
步骤702,根据识别结果判断是否存在与类别对应的关键字信息。Step 702: Determine whether there is keyword information corresponding to the category according to the recognition result.
步骤704,当识别结果中存在与类别对应的关键字信息,则根据对应关系确定待录入纸质表单的类型。 Step 704, when there is keyword information corresponding to the category in the recognition result, the type of the paper form to be entered is determined according to the corresponding relationship.
在本实施例中,当通过OCR技术对已转换为图像数据的待录入表单进行文字识别后,即可根据对待录入表单中表头信息的识别结果以及上述通过学习训练确定的表单类型与关键字 信息的对应关系而确定该待录入纸质表单的类型。In this embodiment, after text recognition is performed on the form to be input that has been converted into image data through OCR technology, the recognition result of the header information in the form to be entered and the form type and keywords determined through learning training described above can be used The correspondence of information determines the type of paper form to be entered.
具体的,可以判断待录入表单中表头信息的识别结果中是否满足与类别对应的关键字信息的条件,当满足条件时,则可以根据上述对应关系确定该待录入表单的类型即为满足条件的关键字信息对应的类型,从而实现快速确定待录入纸质表单的类型,以便对待录入纸质表单进行进一步处理。Specifically, it can be determined whether the condition of the keyword information corresponding to the category is satisfied in the recognition result of the header information in the form to be entered. When the condition is met, the type of the form to be entered can be determined according to the corresponding relationship above to satisfy the condition The type corresponding to the keyword information of, so as to quickly determine the type of paper form to be entered, so as to further process the paper form to be entered.
在一个实施例中,如图8所示,根据待录入纸质表单的类型调用对应的电子模板之前,还可以包括如下步骤:In one embodiment, as shown in FIG. 8, before calling the corresponding electronic template according to the type of paper form to be entered, the following steps may be further included:
步骤802,接收并保存预先设置的不同类型的电子模板。Step 802: Receive and save different preset electronic templates.
其中,电子模板具有对应的类型。如前所述,由于系统需要对各类纸质表单进行分类标准化管理,基于目前同一类型的表单,其具体的表现形式也存在差异,如果只是简单的将其录入系统,系统也难以实现标准化管理。因此,在本实施例中,用户可以根据实际需要在系统中预先设置各种不同类型的电子模板,并建立电子模板与类型的对应关系。从而在确定待录入纸质表单的类型后,即可根据待录入纸质表单的类型调用对应的电子模板,以实现将各种表现形式不同的同类型纸质表单进行集中标准化电子管理。Among them, the electronic template has a corresponding type. As mentioned earlier, because the system needs to classify and standardize various paper forms, based on the same type of forms at present, their specific manifestations are also different. If they are simply entered into the system, it is difficult for the system to achieve standardized management. . Therefore, in this embodiment, the user can preset various types of electronic templates in the system according to actual needs, and establish the correspondence between the electronic templates and the types. Therefore, after determining the type of the paper form to be entered, the corresponding electronic template can be called according to the type of the paper form to be entered, so as to realize centralized and standardized electronic management of paper forms of the same type with different expression forms.
在一个实施例中,如图9所示,获取待录入纸质表单的图像数据,可以包括如下步骤:In one embodiment, as shown in FIG. 9, acquiring the image data to be entered into the paper form may include the following steps:
步骤902,通过图像采集设备采集待录入纸质表单的图像数据。Step 902: Collect image data to be recorded in a paper form through an image collection device.
其中,图像采集设备包括但不限于摄像头、摄像机、相机、扫描仪或者其他带有拍照功能的设备(手机、平板电脑等)等。在本实施例中,通过图像采集设备采集待录入纸质表单的图像数据,并将采集的图像数据传输至系统中,具体的,可以通过有线或无线的方式进行图像数据的传输,本实施例中并不对其进行限定。Among them, image acquisition devices include, but are not limited to, cameras, cameras, cameras, scanners, or other devices (phones, tablets, etc.) with camera functions. In this embodiment, the image data to be recorded in the paper form is collected by the image collection device, and the collected image data is transmitted to the system. Specifically, the image data can be transmitted by wired or wireless means. This embodiment It is not limited in.
步骤904,接收图像采集设备采集的待录入纸质表单的图像数据。Step 904: Receive image data collected by an image collection device and to be recorded in a paper form.
本实施例通过借助图像采集设备采集待录入纸质表单的图像数据,从而直接从图像采集设备处获取待录入纸质表单的图像数据,从而进一步提供系统的处理速度,使得自动录入效率更高。In this embodiment, the image data of the paper form to be entered is acquired by means of the image acquisition device, so that the image data of the paper form to be entered is directly obtained from the image acquisition device, thereby further providing the processing speed of the system and making the automatic entry efficiency higher.
应该理解的是,虽然图2-9的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图2-9中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。It should be understood that although the steps in the flowcharts of FIGS. 2-9 are displayed in order according to the arrows, the steps are not necessarily executed in the order indicated by the arrows. Unless clearly stated in this article, the execution of these steps is not strictly limited in order, and these steps may be executed in other orders. Moreover, at least some of the steps in FIGS. 2-9 may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but may be executed at different times. The execution order of is not necessarily sequential, but may be executed in turn or alternately with at least a part of other steps or sub-steps or stages of other steps.
在一个实施例中,如图10所示,提供了一种纸质表单的自动录入装置,包括:图像数据获取模块1001、文字识别模块1002、电子模板调用模块1003和录入模块1004,其中:In one embodiment, as shown in FIG. 10, a paper form automatic entry device is provided, including: an image data acquisition module 1001, a text recognition module 1002, an electronic template calling module 1003, and an entry module 1004, wherein:
图像数据获取模块1001,用于获取待录入纸质表单的图像数据;The image data acquisition module 1001 is used to acquire image data to be entered into a paper form;
文字识别模块1002,用于采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型;The text recognition module 1002 is used to perform text recognition on the image data using OCR technology and determine the type of paper form to be entered;
电子模板调用模块1003,用于根据待录入纸质表单的类型调用对应的电子模板;The electronic template calling module 1003 is used to call the corresponding electronic template according to the type of paper form to be entered;
录入模块1004,用于将识别结果自动录入对应的电子模板中以生成电子表单。The input module 1004 is used to automatically input the recognition result into the corresponding electronic template to generate an electronic form.
在一个实施例中,还包括:修改模块1005,用于接收对电子表单的修改操作;保存模块1006,用于保存修改后的电子表单。In one embodiment, it further includes: a modification module 1005 for receiving a modification operation on the electronic form; and a saving module 1006 for saving the modified electronic form.
在一个实施例中,还包括:采集各种不同类型的纸质表单;对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息;建立类型与关键字信息的对应关系。In one embodiment, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract keyword information corresponding to various types of paper forms; establishing types Correspondence with keyword information.
在一个实施例中,还包括:根据识别结果判断是否满足与类别对应的关键字信息的条件;当识别结果中满足与类别对应的关键字信息的条件,则根据对应关系确定待录入纸质表单的类型。In one embodiment, the method further includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, determining the paper form to be entered according to the correspondence relationship type.
在一个实施例中,还包括:接收并保存预先设置的不同类型的电子模板,其中,电子模板具有对应的类型。In one embodiment, the method further includes: receiving and saving different preset electronic templates, wherein the electronic templates have corresponding types.
在一个实施例中,图像数据获取模块1001具体用于:通过图像采集设备采集待录入纸质表单的图像数据;接收图像采集设备采集的待录入纸质表单的图像数据。In one embodiment, the image data acquisition module 1001 is specifically configured to: collect image data to be entered into a paper form through an image acquisition device; and receive image data to be entered into a paper form collected by the image acquisition device.
关于纸质表单的自动录入装置的具体限定可以参见上文中对于纸质表单的自动录入方法的限定,在此不再赘述。上述纸质表单的自动录入装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。For the specific limitation of the automatic entry device for paper forms, reference may be made to the above limitation on the automatic entry method for paper forms, which will not be repeated here. Each module in the above paper form automatic entry device can be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in the hardware form or independent of the processor in the computer device, or may be stored in the memory in the computer device in the form of software so that the processor can call and execute the operations corresponding to the above modules.
在一个实施例中,提供了一种计算机设备,该计算机设备可以是终端,其内部结构图可以如图11所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口、显示屏和输入装置。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统和计算机程序。该内存储器为非易失性存储介质中的操作系统和计算机程序的运行提供环境。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机程序被处理器执行时以实现一种 纸质表单的自动录入方法。该计算机设备的显示屏可以是液晶显示屏或者电子墨水显示屏,该计算机设备的输入装置可以是显示屏上覆盖的触摸层,也可以是计算机设备外壳上设置的按键、轨迹球或触控板,还可以是外接的键盘、触控板或鼠标等。In one embodiment, a computer device is provided. The computer device may be a terminal, and an internal structure diagram thereof may be as shown in FIG. 11. The computer equipment includes a processor, a memory, a network interface, a display screen, and an input device connected through a system bus. Among them, 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 and computer programs. The internal memory provides an environment for the operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used to communicate with external terminals through a network connection. The computer program is executed by the processor to realize an automatic entry method of paper forms. The display screen of the computer device may be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer device may be a touch layer covered on the display screen, or may be a button, a trackball, or a touchpad provided on the computer device housing , Can also be an external keyboard, touchpad or mouse.
本领域技术人员可以理解,图11中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。Those skilled in the art can understand that the structure shown in FIG. 11 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer equipment to which the solution of the present application is applied. The specific computer equipment may It includes more or fewer components than shown in the figure, or some components are combined, or have a different component arrangement.
在一个实施例中,提供了一种计算机设备,包括存储器和处理器,存储器中存储有计算机程序,该处理器执行计算机程序时实现以下步骤:In one embodiment, a computer device is provided, including a memory and a processor, and a computer program is stored in the memory, and the processor implements the computer program to implement the following steps when executing the computer program:
获取待录入纸质表单的图像数据;Get the image data of the paper form to be recorded;
采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型;Use OCR technology to perform text recognition on the image data and determine the type of paper form to be entered;
根据待录入纸质表单的类型调用对应的电子模板;Call the corresponding electronic template according to the type of paper form to be entered;
将识别结果自动录入对应的电子模板中以生成电子表单。The recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
在一个实施例中,将识别结果自动录入对应的电子模板中以生成电子表单之后,还包括:接收对电子表单的修改操作;保存修改后的电子表单。In one embodiment, after automatically inputting the recognition result into the corresponding electronic template to generate an electronic form, the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
在一个实施例中,确定待录入纸质表单的类型之前,还包括:采集各种不同类型的纸质表单;对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息;建立类型与所述关键字信息的对应关系。In one embodiment, before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper Keyword information corresponding to the qualitative form; establish a correspondence between the type and the keyword information.
在一个实施例中,确定待录入纸质表单的类型,包括:根据识别结果判断是否满足与类别对应的关键字信息的条件;当识别结果中满足与类别对应的关键字信息的条件,则根据对应关系确定待录入纸质表单的类型。In one embodiment, determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, then according to The correspondence determines the type of paper form to be entered.
在一个实施例中,根据待录入纸质表单的类型调用对应的电子模板之前,还包括:接收并保存预先设置的不同类型的电子模板,其中,电子模板具有对应的类型。In one embodiment, before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
在一个实施例中,获取待录入纸质表单的图像数据,包括:通过图像采集设备采集待录入纸质表单的图像数据;接收图像采集设备采集的待录入纸质表单的图像数据。In one embodiment, obtaining the image data of the paper form to be entered includes: collecting image data of the paper form to be entered through an image acquisition device; receiving image data of the paper form to be entered collected by the image acquisition device.
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现以下步骤:In one embodiment, a computer-readable storage medium is provided on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
获取待录入纸质表单的图像数据;Get the image data of the paper form to be recorded;
采用OCR技术对图像数据进行文字识别,并确定待录入纸质表单的类型;Use OCR technology to perform text recognition on the image data and determine the type of paper form to be entered;
根据待录入纸质表单的类型调用对应的电子模板;Call the corresponding electronic template according to the type of paper form to be entered;
将识别结果自动录入对应的电子模板中以生成电子表单。The recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
在一个实施例中,将识别结果自动录入对应的电子模板中以生成电子表单之后,还包括:接收对电子表单的修改操作;保存修改后的电子表单。In one embodiment, after automatically inputting the recognition result into the corresponding electronic template to generate an electronic form, the method further includes: receiving a modification operation on the electronic form; and saving the modified electronic form.
在一个实施例中,确定待录入纸质表单的类型之前,还包括:采集各种不同类型的纸质表单;对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息;建立类型与所述关键字信息的对应关系。In one embodiment, before determining the type of paper form to be entered, the method further includes: collecting various types of paper forms; learning and training various types of paper forms to extract various types of paper Keyword information corresponding to the qualitative form; establish a correspondence between the type and the keyword information.
在一个实施例中,确定待录入纸质表单的类型,包括:根据识别结果判断是否满足与类别对应的关键字信息的条件;当识别结果中满足与类别对应的关键字信息的条件,则根据对应关系确定待录入纸质表单的类型。In one embodiment, determining the type of paper form to be entered includes: judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result; when the condition of the keyword information corresponding to the category is satisfied in the recognition result, according to The correspondence determines the type of paper form to be entered.
在一个实施例中,根据待录入纸质表单的类型调用对应的电子模板之前,还包括:接收并保存预先设置的不同类型的电子模板,其中,电子模板具有对应的类型。In one embodiment, before calling the corresponding electronic template according to the type of the paper form to be entered, the method further includes: receiving and saving pre-set electronic templates of different types, wherein the electronic templates have corresponding types.
在一个实施例中,获取待录入纸质表单的图像数据,包括:通过图像采集设备采集待录入纸质表单的图像数据;接收图像采集设备采集的待录入纸质表单的图像数据。In one embodiment, obtaining the image data of the paper form to be entered includes: collecting image data of the paper form to be entered through an image acquisition device; receiving image data of the paper form to be entered collected by the image acquisition device.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一非易失性计算机可读取存储介质中,该计算机程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(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)等。A person of ordinary skill in the art may understand that all or part of the processes in the method of the above embodiments may be completed by instructing relevant hardware through a computer program, and the computer program may be stored in a non-volatile computer readable storage In the medium, when the computer program is executed, the process of the foregoing method embodiments may be included. Wherein, any reference to the memory, storage, database or other media used in the embodiments provided in this application may include non-volatile and/or volatile memory. 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 many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double 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), etc.
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。The technical features of the above embodiments can be arbitrarily combined. In order to simplify the description, all possible combinations of the technical features in the above embodiments are not described. However, as long as there is no contradiction in the combination of these technical features, they should be It is considered as the scope described in this specification.
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。The above-mentioned embodiments only express several implementations of the present application, and their descriptions are more specific and detailed, but they should not be construed as limiting the scope of the invention patent. It should be noted that, for those of ordinary skill in the art, without departing from the concept of the present application, a number of modifications and improvements can also be made, which all fall within the protection scope of the present application. Therefore, the protection scope of the patent of this application shall be subject to the appended claims.

Claims (10)

  1. 一种纸质表单的自动录入方法,其特征在于,所述方法包括:An automatic entry method for paper forms, characterized in that the method includes:
    获取待录入纸质表单的图像数据;Get the image data of the paper form to be recorded;
    采用OCR技术对所述图像数据进行文字识别,并确定所述待录入纸质表单的类型;Use OCR technology to perform text recognition on the image data and determine the type of the paper form to be entered;
    根据所述待录入纸质表单的类型调用对应的电子模板;Call the corresponding electronic template according to the type of the paper form to be entered;
    将识别结果自动录入对应的电子模板中以生成电子表单。The recognition result is automatically entered into the corresponding electronic template to generate an electronic form.
  2. 根据权利要求1所述的方法,其特征在于,所述将识别结果自动录入对应的电子模板中以生成电子表单之后,还包括:The method according to claim 1, wherein after automatically inputting the recognition result into a corresponding electronic template to generate an electronic form, the method further comprises:
    接收对所述电子表单的修改操作;Receive the modification of the electronic form;
    保存修改后的电子表单。Save the modified electronic form.
  3. 根据权利要求1所述的方法,其特征在于,所述确定所述待录入纸质表单的类型之前,还包括:The method according to claim 1, wherein before determining the type of the paper form to be entered, the method further comprises:
    采集各种不同类型的纸质表单;Collect various types of paper forms;
    对各种不同类型的纸质表单进行学习训练,以提取各种不同类型的纸质表单对应的关键字信息;Learn and train various types of paper forms to extract keyword information corresponding to various types of paper forms;
    建立类型与所述关键字信息的对应关系。Establish a correspondence between the type and the keyword information.
  4. 根据权利要求3所述的方法,其特征在于,所述确定所述待录入纸质表单的类型,包括:The method according to claim 3, wherein the determining the type of the paper form to be entered includes:
    根据识别结果判断是否满足与所述类别对应的关键字信息的条件;Judging whether the condition of the keyword information corresponding to the category is satisfied according to the recognition result;
    当所述识别结果中满足与所述类别对应的关键字信息的条件,则根据所述对应关系确定所述待录入纸质表单的类型。When the condition of the keyword information corresponding to the category is satisfied in the recognition result, the type of the paper form to be entered is determined according to the corresponding relationship.
  5. 根据权利要求3所述的方法,其特征在于,所述根据所述待录入纸质表单的类型调用对应的电子模板之前,还包括:The method according to claim 3, wherein before calling the corresponding electronic template according to the type of the paper form to be entered, further comprising:
    接收并保存预先设置的不同类型的电子模板,所述电子模板具有对应的类型。Receive and save different types of pre-set electronic templates, the electronic templates have corresponding types.
  6. 根据权利要求1至5任一项所述的方法,其特征在于,所述获取待录入纸质表单的图像数据,包括:The method according to any one of claims 1 to 5, wherein the acquiring image data of a paper form to be recorded includes:
    通过图像采集设备采集待录入纸质表单的图像数据;Collect the image data to be entered into the paper form through the image acquisition equipment;
    接收所述图像采集设备采集的待录入纸质表单的图像数据。Receiving image data collected by the image collection device to be recorded in a paper form.
  7. 一种纸质表单的自动录入方法,其特征在于,包括:An automatic entry method for paper forms is characterized by including:
    图像数据获取模块,用于获取待录入纸质表单的图像数据;The image data acquisition module is used to acquire the image data of the paper form to be recorded;
    文字识别模块,用于采用OCR技术对所述图像数据进行文字识别,并确定所述待录入纸质表单的类型;A character recognition module, which is used for character recognition of the image data by using OCR technology and determining the type of the paper form to be entered;
    电子模板调用模块,用于根据所述待录入纸质表单的类型调用对应的电子模板;The electronic template calling module is used to call the corresponding electronic template according to the type of the paper form to be entered;
    录入模块,用于将识别结果自动录入对应的电子模板中以生成电子表单。The input module is used to automatically input the recognition result into the corresponding electronic template to generate an electronic form.
  8. 根据权利要求7所述的装置,其特征在于,还包括:The device according to claim 7, further comprising:
    修改模块,用于接收对所述电子表单的修改操作;A modification module, which is used to receive a modification operation on the electronic form;
    保存模块,用于保存修改后的电子表单。Save module, used to save the modified electronic form.
  9. 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,其特征在于,所述处理器执行所述计算机程序时实现权利要求1至6中任一项所述方法的步骤。A computer device includes a memory and a processor, and the memory stores a computer program, wherein when the processor executes the computer program, the steps of the method according to any one of claims 1 to 6 are implemented.
  10. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现权利要求1至6中任一项所述的方法的步骤。A computer-readable storage medium on which a computer program is stored, characterized in that when the computer program is executed by a processor, the steps of the method according to any one of claims 1 to 6 are realized.
PCT/CN2019/123877 2018-12-29 2019-12-09 Automatic input method for paper form, apparatus , and computer device and storage medium WO2020134991A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811637998.0A CN109784235A (en) 2018-12-29 2018-12-29 Method for automatically inputting, device, computer equipment and the storage medium of paper form
CN201811637998.0 2018-12-29

Publications (1)

Publication Number Publication Date
WO2020134991A1 true WO2020134991A1 (en) 2020-07-02

Family

ID=66498986

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/123877 WO2020134991A1 (en) 2018-12-29 2019-12-09 Automatic input method for paper form, apparatus , and computer device and storage medium

Country Status (2)

Country Link
CN (1) CN109784235A (en)
WO (1) WO2020134991A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112766892A (en) * 2021-01-11 2021-05-07 北京来也网络科技有限公司 Method and device for combining fund ratio of RPA and AI and electronic equipment
WO2022112857A1 (en) * 2020-11-25 2022-06-02 商汤国际私人有限公司 Method and apparatus for correcting order information, and device and storage medium
CN115345719A (en) * 2022-10-20 2022-11-15 深圳美云集网络科技有限责任公司 Cost data missing reminding method based on e-commerce system and related products
CN115357563A (en) * 2022-10-18 2022-11-18 北京国铁华晨通信科技有限公司 Data entry method and system for railway communication equipment and computer equipment

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784235A (en) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 Method for automatically inputting, device, computer equipment and the storage medium of paper form
CN110348804A (en) * 2019-06-19 2019-10-18 深圳壹账通智能科技有限公司 Order entry method, apparatus, computer equipment and storage medium based on AI
CN110427949A (en) * 2019-07-31 2019-11-08 中国工商银行股份有限公司 The method, apparatus of list verification calculates equipment and medium
CN110728272A (en) * 2019-09-02 2020-01-24 平安普惠企业管理有限公司 Method for inputting certificate information based on OCR and related device
CN110826318A (en) * 2019-10-14 2020-02-21 浙江数链科技有限公司 Method, device, computer device and storage medium for logistics information identification
CN110866457A (en) * 2019-10-28 2020-03-06 世纪保众(北京)网络科技有限公司 Electronic insurance policy obtaining method and device, computer equipment and storage medium
CN111079397B (en) * 2019-12-25 2024-02-20 中国建设银行股份有限公司 Task file generation method and device based on image recognition
CN111401262A (en) * 2020-03-19 2020-07-10 中国医学科学院肿瘤医院 Non-electronic medical scientific research data automatic input method, system and equipment
CN113233069B (en) * 2021-05-27 2023-02-10 海尔卡奥斯物联科技有限公司 Intelligent warehousing ex-warehouse control method and device, electronic equipment and storage medium
CN113392824A (en) * 2021-06-10 2021-09-14 上海钧正网络科技有限公司 Quality control list input method and device and computer storage medium
CN113673209A (en) * 2021-06-24 2021-11-19 国网上海市电力公司 Rapid order making system and method based on process automation processing
CN113449698A (en) * 2021-08-30 2021-09-28 湖南文盾信息技术有限公司 Automatic paper document input method, system, device and storage medium
CN113674091A (en) * 2021-09-03 2021-11-19 中国银行股份有限公司 Information filling method and device, storage medium and electronic equipment
CN114578961B (en) * 2022-01-15 2023-06-02 广东睿盟计算机科技有限公司 Automatic data input system based on action recording
CN114783584A (en) * 2022-03-09 2022-07-22 广州方舟信息科技有限公司 Method and device for recording drug delivery receipt
CN116132431B (en) * 2023-04-19 2023-06-30 泰诺尔(北京)科技有限公司 Data transmission method and system
CN116823152A (en) * 2023-05-31 2023-09-29 杭州微宏科技有限公司 Automatic online method, system, device and medium for offline form

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102509115A (en) * 2011-11-22 2012-06-20 北京京北方信息技术有限公司 Layered note type recognition method with backtracking and finding mechanism
CN108121966A (en) * 2017-12-21 2018-06-05 欧浦智网股份有限公司 A kind of list method for automatically inputting, electronic equipment and storage medium based on OCR technique
CN109784235A (en) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 Method for automatically inputting, device, computer equipment and the storage medium of paper form

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104835098A (en) * 2015-05-15 2015-08-12 上海翼依信息技术有限公司 Medical record electronic data identification method and system thereof
CN107633239B (en) * 2017-10-18 2020-11-03 中电鸿信信息科技有限公司 Bill classification and bill field extraction method based on deep learning and OCR
CN108108342B (en) * 2017-11-07 2021-09-03 汉王科技股份有限公司 Structured text generation method, search method and device
CN108446621A (en) * 2018-03-14 2018-08-24 平安科技(深圳)有限公司 Bank slip recognition method, server and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102509115A (en) * 2011-11-22 2012-06-20 北京京北方信息技术有限公司 Layered note type recognition method with backtracking and finding mechanism
CN108121966A (en) * 2017-12-21 2018-06-05 欧浦智网股份有限公司 A kind of list method for automatically inputting, electronic equipment and storage medium based on OCR technique
CN109784235A (en) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 Method for automatically inputting, device, computer equipment and the storage medium of paper form

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ZHANG, ZHENG: "Document Analysis of the Financial Bill and Recognition of Handwritten Digit", MASTER THESIS, no. 1, 31 December 2002 (2002-12-31), CN, pages 1 - 68, XP009521704 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022112857A1 (en) * 2020-11-25 2022-06-02 商汤国际私人有限公司 Method and apparatus for correcting order information, and device and storage medium
CN112766892A (en) * 2021-01-11 2021-05-07 北京来也网络科技有限公司 Method and device for combining fund ratio of RPA and AI and electronic equipment
CN115357563A (en) * 2022-10-18 2022-11-18 北京国铁华晨通信科技有限公司 Data entry method and system for railway communication equipment and computer equipment
CN115345719A (en) * 2022-10-20 2022-11-15 深圳美云集网络科技有限责任公司 Cost data missing reminding method based on e-commerce system and related products
CN115345719B (en) * 2022-10-20 2023-02-14 深圳美云集网络科技有限责任公司 E-commerce system-based cost data loss reminding method and related product

Also Published As

Publication number Publication date
CN109784235A (en) 2019-05-21

Similar Documents

Publication Publication Date Title
WO2020134991A1 (en) Automatic input method for paper form, apparatus , and computer device and storage medium
AU2017302250B2 (en) Optical character recognition in structured documents
US10339373B1 (en) Optical character recognition utilizing hashed templates
WO2021012494A1 (en) Deep learning-based face recognition method and apparatus, and computer-readable storage medium
US20210366055A1 (en) Systems and methods for generating accurate transaction data and manipulation
CN112036295B (en) Bill image processing method and device, storage medium and electronic equipment
WO2019080496A1 (en) Onboarding management method and apparatus, computer device and readable storage medium
WO2021068629A1 (en) Electronic visa application method and apparatus
TW201539210A (en) Personal information management service system
CN115758451A (en) Data labeling method, device, equipment and storage medium based on artificial intelligence
CN112988997A (en) Response method and system of intelligent customer service, computer equipment and storage medium
CN109871205B (en) Interface code adjustment method, device, computer device and storage medium
US11823086B2 (en) Membership analyzing method, apparatus, computer device and storage medium
CN115937887A (en) Method and device for extracting document structured information, electronic equipment and storage medium
US10522246B2 (en) Concepts for extracting lab data
US10699329B2 (en) Systems and methods for document to order conversion
US20240020328A1 (en) Systems and methods for intelligent document verification
US20240135739A1 (en) Method of classifying a document for a straight-through processing
JP2023157040A (en) Information processing system, information processing device, information processing method, and program
CN114064976A (en) Data feature calculation method, system, electronic device and storage medium
CN113850261A (en) Processing method, device and equipment for bill OCR and computer readable storage medium
US20200250414A1 (en) Electronic device and handwriting board system
CN114299530A (en) Information processing apparatus and computer readable medium
CN117422270A (en) Material auditing method, device, equipment and storage medium thereof
BG3201U1 (en) Smart system for remote accounting of documents

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: 19902429

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19902429

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19902429

Country of ref document: EP

Kind code of ref document: A1

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 07.01.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19902429

Country of ref document: EP

Kind code of ref document: A1