WO2020134991A1 - Procédé de saisie automatique pour formulaire papier, appareil et dispositif informatique et support d'informations - Google Patents

Procédé de saisie automatique pour formulaire papier, appareil et dispositif informatique et support d'informations 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
English (en)
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/fr

Links

Images

Classifications

    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Character Input (AREA)

Abstract

La présente invention concerne un procédé de saisie automatique pour un formulaire papier, un appareil, un dispositif informatique et un support d'informations, le procédé consistant : à acquérir des données d'image d'un formulaire papier à saisir ; à effectuer une reconnaissance de texte des données d'image au moyen d'une technologie d'OCR et à déterminer le type de formulaire papier à saisir ; à appeler un modèle électronique correspondant selon le type de formulaire papier à saisir ; et à saisir automatiquement le résultat de reconnaissance dans un modèle électronique correspondant, pour générer un formulaire électronique. Par l'acquisition de données d'image d'un formulaire papier à saisir, par réalisation d'une reconnaissance de texte des données d'image à l'aide d'une technologie d'OCR pour déterminer le type de formulaire papier à saisir, par appel d'un type correspondant de modèle électronique et par saisie automatique du résultat de reconnaissance dans le type correspondant de modèle électronique pour générer un formulaire électronique, la présente invention met en œuvre un système de saisie automatique de formulaire de papier, ce qui améliore considérablement l'efficacité de la saisie de formulaire papier en résolvant les problèmes de faible efficacité, de consommation durable et de possibilité d'erreur de saisie manuelle.
PCT/CN2019/123877 2018-12-29 2019-12-09 Procédé de saisie automatique pour formulaire papier, appareil et dispositif informatique et support d'informations WO2020134991A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811637998.0 2018-12-29
CN201811637998.0A CN109784235A (zh) 2018-12-29 2018-12-29 纸质表单的自动录入方法、装置、计算机设备和存储介质

Publications (1)

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

Family

ID=66498986

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/123877 WO2020134991A1 (fr) 2018-12-29 2019-12-09 Procédé de saisie automatique pour formulaire papier, appareil et dispositif informatique et support d'informations

Country Status (2)

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

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112766892A (zh) * 2021-01-11 2021-05-07 北京来也网络科技有限公司 结合rpa和ai的资金配比的方法、装置及电子设备
WO2022112857A1 (fr) * 2020-11-25 2022-06-02 商汤国际私人有限公司 Procédé et appareil permettant de corriger des informations de commande, dispositif, et support de stockage
CN115345719A (zh) * 2022-10-20 2022-11-15 深圳美云集网络科技有限责任公司 基于电商系统的成本数据缺失提醒方法及相关产品
CN115357563A (zh) * 2022-10-18 2022-11-18 北京国铁华晨通信科技有限公司 铁路通信设备数据录入方法、系统和计算机设备

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784235A (zh) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 纸质表单的自动录入方法、装置、计算机设备和存储介质
CN110348804A (zh) * 2019-06-19 2019-10-18 深圳壹账通智能科技有限公司 基于ai的订单录入方法、装置、计算机设备及存储介质
CN110427949A (zh) * 2019-07-31 2019-11-08 中国工商银行股份有限公司 表单校验的方法、装置、计算设备和介质
CN110728272A (zh) * 2019-09-02 2020-01-24 平安普惠企业管理有限公司 基于ocr录入证件信息的方法及相关装置
CN110826318A (zh) * 2019-10-14 2020-02-21 浙江数链科技有限公司 物流信息识别的方法、设备、计算机设备和存储介质
CN110866457A (zh) * 2019-10-28 2020-03-06 世纪保众(北京)网络科技有限公司 一种电子保单的获得方法、装置、计算机设备和存储介质
CN111079397B (zh) * 2019-12-25 2024-02-20 中国建设银行股份有限公司 基于图像识别的任务文件生成方法及装置
CN111401262A (zh) * 2020-03-19 2020-07-10 中国医学科学院肿瘤医院 非电子医学科研数据自动录入方法、系统及设备
CN111767818B (zh) * 2020-06-23 2024-04-26 北京思特奇信息技术股份有限公司 一种业务智能受理的方法和装置
CN113233069B (zh) * 2021-05-27 2023-02-10 海尔卡奥斯物联科技有限公司 智能仓储出库控制方法、装置、电子设备、及存储介质
CN113392824A (zh) * 2021-06-10 2021-09-14 上海钧正网络科技有限公司 质检单录入方法、装置及计算机存储介质
CN113673209A (zh) * 2021-06-24 2021-11-19 国网上海市电力公司 一种基于流程自动化处理的快速制单系统及方法
CN113449698A (zh) * 2021-08-30 2021-09-28 湖南文盾信息技术有限公司 纸质文档的自动化录入方法、系统、装置及存储介质
CN113674091A (zh) * 2021-09-03 2021-11-19 中国银行股份有限公司 信息填写方法及装置、存储介质及电子设备
CN114578961B (zh) * 2022-01-15 2023-06-02 广东睿盟计算机科技有限公司 基于动作录制的数据自动化录入系统
CN114783584A (zh) * 2022-03-09 2022-07-22 广州方舟信息科技有限公司 一种药品随货同行单的录单方法及装置
CN116132431B (zh) * 2023-04-19 2023-06-30 泰诺尔(北京)科技有限公司 一种数据传输方法及系统
CN116823152A (zh) * 2023-05-31 2023-09-29 杭州微宏科技有限公司 一种线下表单的自动线上化方法、系统、装置和介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102509115A (zh) * 2011-11-22 2012-06-20 北京京北方信息技术有限公司 一种分层带回溯查找机制的票据类型识别方法
CN108121966A (zh) * 2017-12-21 2018-06-05 欧浦智网股份有限公司 一种基于ocr技术的表单自动录入方法、电子设备和存储介质
CN109784235A (zh) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 纸质表单的自动录入方法、装置、计算机设备和存储介质

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104835098A (zh) * 2015-05-15 2015-08-12 上海翼依信息技术有限公司 一种病历电子数据识别方法及系统
CN107633239B (zh) * 2017-10-18 2020-11-03 中电鸿信信息科技有限公司 基于深度学习和ocr的票据分类及票据字段提取方法
CN108108342B (zh) * 2017-11-07 2021-09-03 汉王科技股份有限公司 结构化文本的生成方法、检索方法及装置
CN108446621A (zh) * 2018-03-14 2018-08-24 平安科技(深圳)有限公司 票据识别方法、服务器及计算机可读存储介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102509115A (zh) * 2011-11-22 2012-06-20 北京京北方信息技术有限公司 一种分层带回溯查找机制的票据类型识别方法
CN108121966A (zh) * 2017-12-21 2018-06-05 欧浦智网股份有限公司 一种基于ocr技术的表单自动录入方法、电子设备和存储介质
CN109784235A (zh) * 2018-12-29 2019-05-21 广东益萃网络科技有限公司 纸质表单的自动录入方法、装置、计算机设备和存储介质

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 (fr) * 2020-11-25 2022-06-02 商汤国际私人有限公司 Procédé et appareil permettant de corriger des informations de commande, dispositif, et support de stockage
CN112766892A (zh) * 2021-01-11 2021-05-07 北京来也网络科技有限公司 结合rpa和ai的资金配比的方法、装置及电子设备
CN115357563A (zh) * 2022-10-18 2022-11-18 北京国铁华晨通信科技有限公司 铁路通信设备数据录入方法、系统和计算机设备
CN115345719A (zh) * 2022-10-20 2022-11-15 深圳美云集网络科技有限责任公司 基于电商系统的成本数据缺失提醒方法及相关产品
CN115345719B (zh) * 2022-10-20 2023-02-14 深圳美云集网络科技有限责任公司 基于电商系统的成本数据缺失提醒方法及相关产品

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2020134991A1 (fr) Procédé de saisie automatique pour formulaire papier, appareil et dispositif informatique et support d'informations
AU2017302250B2 (en) Optical character recognition in structured documents
US10339373B1 (en) Optical character recognition utilizing hashed templates
WO2021012494A1 (fr) Procédé et appareil de reconnaissance faciale basée sur l'apprentissage profond, et support de stockage lisible par ordinateur
US20210366055A1 (en) Systems and methods for generating accurate transaction data and manipulation
WO2021068629A1 (fr) Procédé et appareil de demande de visa électronique
WO2019080496A1 (fr) Procédé et appareil de gestion d'intégration, dispositif informatique et support de stockage lisible
TW201539210A (zh) 個人資訊管理服務系統
CN112560411A (zh) 一种人员信息智能录入方法及其系统
CN115758451A (zh) 基于人工智能的数据标注方法、装置、设备及存储介质
CN112988997A (zh) 智能客服的应答方法、系统、计算机设备及存储介质
CN109871205B (zh) 界面代码调整方法、装置、计算机装置及存储介质
US11823086B2 (en) Membership analyzing method, apparatus, computer device and storage medium
US10699329B2 (en) Systems and methods for document to order conversion
CN115937887A (zh) 文档结构化信息的提取方法及装置、电子设备、存储介质
US10522246B2 (en) Concepts for extracting lab data
US20240020328A1 (en) Systems and methods for intelligent document verification
US20240176951A1 (en) Electronic document validation
JP2023157040A (ja) 情報処理システム、情報処理装置、情報処理方法及びプログラム
CN114064976A (zh) 一种数据特征计算的方法、系统、电子装置和存储介质
CN118095205A (zh) 版式文件的信息提取方法、装置、设备及存储介质
CN113850261A (zh) 票据ocr的处理方法、装置、设备和计算机可读存储介质
US20200250414A1 (en) Electronic device and handwriting board system
CN114299530A (zh) 信息处理装置及计算机可读介质
BG3201U1 (bg) Интелигентна система за дистанционно осчетоводяване на документи

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