WO2019019446A1 - 根据影像文件在录单模板中定位的方法、装置及相关设备 - Google Patents
根据影像文件在录单模板中定位的方法、装置及相关设备 Download PDFInfo
- Publication number
- WO2019019446A1 WO2019019446A1 PCT/CN2017/108004 CN2017108004W WO2019019446A1 WO 2019019446 A1 WO2019019446 A1 WO 2019019446A1 CN 2017108004 W CN2017108004 W CN 2017108004W WO 2019019446 A1 WO2019019446 A1 WO 2019019446A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- character
- image file
- characters
- entered
- area
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/22—Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition
- G06V10/225—Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition based on a marking or identifier characterising the area
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/22—Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition
Definitions
- the present application relates to the field of computer technology, and in particular, to a method, an apparatus, and related devices for locating an image file according to an image file.
- paper documents are usually stored in a computer by manual entry to form an electronic document for later reference and forwarding.
- the current electronic document entry method is generally a manual recording of a PDF document or a picture scanned by a user according to a paper document or a paper document, for a paper document having a certain format, such as a contract of the same type. , policy, patient data file creation, etc., in order to improve work efficiency, generally set a certain format of the electronic document template, in order to save the repeated input of the same information. For example, when creating an electronic document of a contract type, characters such as "A name" and "B name" are usually pre-filled in the electronic document template, so that the ordering person does not need to repeat the words when entering the corresponding electronic document.
- a method, apparatus, and related apparatus for locating an image file according to an image file are provided.
- a method for locating an image file in a recording template comprising:
- the character to be recorded that matches the recognized character is matched;
- a pre-selected area of the image file and the to-be-recorded character that is located are displayed.
- a device for positioning an image file according to an image file comprising:
- a character recognition module for identifying characters in a preselected area in the image file
- a matching module configured to match a character to be entered according to a preset recording template, and match a character to be recorded that matches the recognized character;
- a positioning module configured to locate the record template to match the characters to be recorded
- a display module configured to display a pre-selected area of the image file and the to-be-recorded character that is located.
- a computer device comprising a memory and one or more processors having stored therein computer readable instructions that, when executed by the one or more processors, cause the one or more processors to execute The following steps:
- a pre-selected area of the image file and the to-be-recorded character that is located are displayed.
- One or more non-transitory readable storage mediums storing computer readable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
- a pre-selected area of the image file and the to-be-recorded character that is located are displayed.
- FIG. 1 is a flow chart of a method for locating an image file in a recording template according to an embodiment of the present application
- FIG. 2 is a flowchart of a method for locating an image file according to an image file according to another embodiment of the present application
- FIG. 3 is a flowchart of a method for locating an image file according to an image file according to still another embodiment of the present application
- FIG. 4 is a schematic diagram of a usage scenario according to an embodiment of the present application.
- FIG. 5 is a block diagram showing an exemplary structure of an apparatus for positioning in a recording template according to an image file according to an embodiment of the present application
- FIG. 6 is a block diagram showing an exemplary structure of a computer device in accordance with one embodiment of the present application.
- first quotient value
- second quotient value
- first quotient value quotient value
- first quotient value quotient value
- second quotient value quotient value
- FIG. 1 is a flowchart of a method for locating an image file according to an image file according to an embodiment of the present application.
- a positioning according to an image file in a recording template according to an embodiment of the present application is described in detail with reference to FIG. 1 .
- the method as shown in FIG. 1, includes the following steps S101 to S104.
- the image file includes, but is not limited to, an electronic document, a picture, and the like in a PDF format, wherein the image file can be obtained by scanning paper materials that need to be recorded as an electronic document, or by using paper materials that need to be recorded as an electronic document. The way to take pictures is obtained.
- the identification of the characters in the preselected area can be identified by first slicing the image file according to the border line of the preselected area, selecting the preselected area, and recording the coordinates of the sliced area. Then, using Google's open source project, the tesseract image recognition library technology, optical character recognition of the sliced area to obtain the recognition characters of the sliced area.
- the pre-selected area of the image file may be determined in two ways, one is to determine a corresponding pre-selected area according to the user's frame selection, and the other is to preset an area according to the display area of the image file.
- the coordinates, which are determined based on the coordinates, are highlighted in the following embodiments.
- a corresponding recording template is pre-stored with each type of electronic document, and a label of the type identifier is added to each recording template, so as to associate the image file with the corresponding type of recording template.
- the document template of the insurance contract and the image file of the policy contract the document template of the employee's entry contract and the image file of the employee contract, the patient's electronic medical record order template and the patient medical record image file, and the like.
- the criterion for matching the matching may be determining whether the character to be recorded preset in the order contract is included in the recognized character, and the specific step includes: obtaining the to-be-preset in the preset document template. The character is entered, and when the recognized character includes the acquired character to be entered, it is determined that the recognized character matches the acquired character to be entered.
- determining whether the character to be entered matches the recognized character can be performed by means of KMP (The Knuth-Morris-Pratt Algorithm) algorithm, for example, in an image file.
- KMP The Knuth-Morris-Pratt Algorithm
- the character string T identified in the preselected area is: a b a c a a b a c a b a c a b a a b b
- a predetermined character to be entered is the character string W: a b a c a b, in the process of regular character matching, we will match T[0] with W[0], if the same, match the next character, until there is a different situation, then we will discard the previous matching information.
- the left area of the display screen displays an image file
- the right area displays a recording form template
- the character "B name: XXX is recognized in the preselected area of the image file.
- the preset characters to be entered in the order template include "B name”, "B ID number”, etc., wherein the character "B name: XXX,” is recognized to include the preset character to be entered.
- "B name” therefore, it can be determined that the character recognized in the image file display area is successfully matched with the "B name" to be entered character in the recording template.
- the positioning method in the step may be to highlight the matching character to be recorded or move the cursor of the mouse to a typing area adjacent to the character to be recorded, wherein the manner of highlighting includes: It is not limited to bold display of matching characters to be entered, change of display color of the characters to be recorded to preset colors, highlighting of characters to be recorded that match matching, and the like.
- step S104 the pre-selected area of the image file and the to-be-recorded character to be recorded are simultaneously displayed on the display screen of the computer device, so that the user does not need to search, and the help according to the display content of the image file and the to-be-recorded character can be assisted.
- the recording personnel quickly enter the corresponding information.
- the displayed manner is displayed, for example, by dividing the image file into a screen to be recorded in accordance with the matching in the recording template.
- the manner of splitting the screen is not limited to the left and right split screens drawn in FIG. 4, and may also be upper and lower split screens, and the boundary line of the split screen area may be regular or irregular.
- FIG. 2 is a flowchart of a method for locating an image file according to an image file in a recording template according to another embodiment of the present application, and the method for positioning according to an image file in a recording template, as shown in FIG.
- the method for locating the image file according to the image file further includes steps S201 and/or S202.
- the coordinates of the preset area include the coordinates of the upper left corner and the coordinates of the lower right corner preset in the display area of the image file, and the preselected rectangular area may be determined according to the two coordinates.
- the step S201 is intended to provide the user with a preset area of the image template. Since the paper documents of the same category, such as the same company's entry contract or the same type of policy contract, the contract form is generally fixed, that is, which position Filling in the user's personal information, which location is filled with the organization code, and other common fields are fixed. Pre-setting the regional coordinates can quickly help the user to select the content to be entered on the image file.
- S202 Receive a selected area of the input image file, and determine the received area as a pre-selected area.
- the step S202 can be used as the parallel arrangement of the foregoing step S201, or can be used as the superposition scheme of the above step S201.
- the image file is recorded.
- the method for locating in a single template includes the above-mentioned steps S101 to S104, and further includes the above-mentioned step S201 or step S202.
- the method for locating the image file according to the step S101 includes the above step S101.
- S104 also includes the above steps S201 and S202.
- step S202 by receiving the selected area of the image file input by the user (recorder), the user is allowed to select the pre-selected area, so that the coordinates of the preset preset area are inaccurate, or because the scanned paper file is scanned.
- the coordinates of the preset preset area cannot be presented in the corresponding position in the image file, so that the pre-selected area determined according to the preset coordinates or
- the user can manually select the pre-selected area that needs to be matched for character recognition, and match and display the matching characters to be entered in the record template.
- the user can perform frame selection on the display screen by using a mouse, and the computer device selects the pre-selected area according to the area selected by the user box.
- the screen of the computer device has a touch function
- the user can also touch the display screen.
- the computer device determines a corresponding pre-selected area according to the location selected by the user.
- FIG. 3 is a flowchart of a method for locating an image file according to an image file according to still another embodiment of the present application. As shown in FIG. 3, the flowchart of the method for locating the image file according to the image file includes In addition to the above steps S101, S103 and S104, the following steps S301 and S302 are further included.
- the file number of the image file includes, but is not limited to, a file name of the image file, and a single number of the image file stored according to a user input.
- S302 Obtain a record template of a corresponding type according to a mapping relationship between a preset file number and a type identifier of the record template.
- each record template has a type identifier indicating that the template type is stored
- the mapping relationship between the file number and the type identifier of the record template can be implemented by using a relationship table stored in the database. This can be done in the form of an object pointed to by the next hop of the pointer.
- the type identifier corresponding to the image file with the file numbers 001352 and 001353 is the recording template indicating the pension insurance contract type
- the system receives the single number 001352 or 001353 image file according to the Corresponding relationship between the preset document number and the type identifier, obtaining the order form template of the endowment insurance contract, and the record entry template of the pension insurance contract obtained by the record occupant and the candidate to be entered in the corresponding bill template of the endowment insurance contract
- the characters to be recorded in the order template of the insurance contract are input in the corresponding position, and the time and work for finding the corresponding column in the recording template are omitted, which improves the work efficiency of the recording staff.
- step S102 is specifically step S303:
- the file number of the image file is associated with the template of the corresponding type in the record template, so that the user who does not know the category to which the file belongs is not identified according to the preset file number and the type of the record template.
- the mapping relationship the system can automatically provide the correct record template, on the one hand to facilitate the work of the record holder, on the other hand, the user can select the corresponding type of record template according to different types of image files, improve the book The scope of application.
- FIG. 4 is a schematic diagram of a usage scenario according to an embodiment of the present application.
- a usage scenario according to the embodiment is described in detail below with reference to FIG. 4.
- an image file may be used.
- the display area and the display area of the recording template are displayed on the screen, so that the user can input the electronic document on the same screen according to the information displayed in the image file, wherein the split screen is not limited to the left and right split screens, and the image may be
- the display area of the file and the display area of the record template are divided into two screens to display.
- the default characters to be entered include "B name" and "B identity”.
- the recording template is positioned to match the characters to be recorded, that is, the matching character to be entered “B name” is highlighted to achieve positioning, and the pre-selected area of the image file and the to-be-recorded character are displayed.
- FIG. 5 is an exemplary structural block diagram of an apparatus for locating an image file according to an image file according to an embodiment of the present application.
- a recording template according to an image file according to an embodiment of the present application is described in detail with reference to FIG.
- the device for positioning in the medium, as shown in FIG. 5, the device 10 for positioning in the recording template according to the image file includes:
- a character recognition module 11 for identifying characters in a preselected area in the image file
- the matching module 12 is configured to match the character to be recorded according to the character to be recorded of the preset recording template, and match the character to be recorded that matches the recognized character;
- the positioning module 13 is configured to locate the record template to match the characters to be recorded;
- the display module 14 is configured to display a preselected area of the image file and the to-be-recorded character that is located.
- a pre-stored module is further included for pre-storing a recording template corresponding to each type of electronic document, and the pre-stored module is further configured to store a type for each recording template.
- the label of the label is used to associate the image file with the corresponding type of order form template, such as the order form template of the insurance contract type and the image file of the policy contract, the order form template of the employee's entry contract, the image file of the employee contract, and the patient.
- the criterion for determining whether the matching is matched by the matching module 12 may be: determining whether the character to be recorded preset in the recording contract is included in the recognized character, and the specific step includes: acquiring the preset.
- the character to be entered in the order template is determined.
- the matching module 12 determines whether the character to be recorded matches the recognized character by means of KMP (The Knuth-Morris-Pratt Algorithm) algorithm, for example, in a preselected area of the image file.
- KMP The Knuth-Morris-Pratt Algorithm
- the recognized character string T is: a b a c a a b a c a b a c a b a c a b a a b b
- one of the preset characters to be entered is the string W: a b a c a b
- T[0] and W[0 ] Match if the same, match the next character until there is a different situation, then we will discard the previous matching information, then match T[1] with W[0], and loop until the characters to be entered
- This method of discarding the previous matching information greatly reduces the matching efficiency.
- the maximum amount of the character string W is moved according to the number of matched characters when the matching fails. Reduce the number of matches and improve matching efficiency.
- the positioning module is further configured to: highlight a matching matching character to be recorded or move the cursor of the mouse to a typing area adjacent to the character to be recorded, wherein the manner of highlighting includes but is not limited to The matching matching character to be entered is boldly displayed, the display color of the character to be recorded is changed to a preset color, the matching character to be entered is highlighted, and the like.
- the device 10 for positioning in the recording template according to the image file further includes:
- the first determining module of the pre-selected area is configured to acquire coordinates of the preset area in the display area of the image file, and determine the area corresponding to the acquired coordinates as the pre-selected area.
- the pre-stored module is further configured to store a preset upper left corner coordinate and a lower right corner coordinate in a display area of the preset image file, and the first determining module of the pre-selected area can determine the pre-selected rectangle according to the two coordinates. region.
- the first determining module of the pre-selected area provides the user with a preset area of the image template. Since the paper documents of the same category, such as the same company's entry contract or the same type of policy contract, the contract form is generally fixed. That is, which location fills in the user's personal information, and which location is filled with the organization code, and the common field area is fixed.
- the preset regional coordinates can quickly help the user select the content to be entered on the image file.
- the device 10 for positioning in the recording template according to the image file further includes:
- the second determining module of the preselected area is configured to receive the selected area of the input image file, and determine the received area as the preselected area.
- the second determining module of the preselected area receives the image file input by the user (recorder)
- the selection area provides the permission for the user to select the pre-selected area, so that the coordinates of the preset preset area are inaccurate, or the file is not correctly arranged due to scanning of the paper document, or the picture taken during the shooting does not match.
- the coordinates of the preset preset area cannot be presented in the corresponding position in the image file, so that the content displayed in the pre-selected area determined according to the preset coordinates or the content displayed in the vicinity of the modified area is not the content that the recording staff needs to input
- the user Character recognition can be performed by manually selecting the pre-selected areas that need to be matched to match and display the matching characters to be entered in the order template.
- the matching module 12 further includes:
- a character obtaining unit configured to acquire a character to be recorded in a preset recording template
- the determining unit is configured to determine, when the recognized character includes the acquired character to be entered, determining that the recognized character matches the acquired character to be entered.
- the device for locating the image file according to the image file further includes:
- a single number receiving module configured to receive a file number of the image file
- the template obtaining module is configured to obtain a recording template of a corresponding type according to a mapping relationship between a preset file number and a type identifier of the recording template;
- the matching module is further configured to match the to-be-recorded characters that match the recognized characters in the acquired recording template.
- the display module 14 is further configured to display the image file to be displayed on the screen in accordance with the matching of the image file.
- a computer apparatus includes a memory, a processor, and computer readable instructions stored on the memory and executable on the processor, the processor implementing the above-mentioned basis when executing the computer readable instructions The method of locating an image file in a recording template.
- a computer apparatus comprising a memory and one or more processors having stored therein computer readable instructions that, when executed by one or more processors, cause one or more The processor performs the following steps: identifying characters in the preselected area of the image file; matching the characters to be entered according to the characters to be entered in the preset recording template; and positioning the recording template to match the matching Characters to be entered; and display image files Pre-selected area and the characters to be recorded.
- the one or more processors before the one or more processors perform the step of recognizing characters in the preselected area of the image file, the one or more processors further perform the steps of: acquiring coordinates of the preset area in the display area of the image file, The area corresponding to the acquired coordinates is determined as a preselected area.
- the one or more processors before the one or more processors perform the step of identifying characters in the preselected area of the image file, the one or more processors further perform the steps of: receiving a selected area of the input image file, the received area Determined as a pre-selected area.
- the step of the one or more processors executing the characters to be recorded according to the preset recording template, and matching the characters to be recorded corresponding to the recognized characters includes: acquiring the preset recording template Characters to be entered; and when the recognized characters include the acquired characters to be entered, it is judged that the recognized characters match the acquired characters to be entered.
- the one or more processors perform the following steps before the step of matching the characters to be entered according to the preset recording template to match the characters to be recognized that match the recognized characters. : receiving the file number of the image file; obtaining a record template of the corresponding type according to the mapping relationship between the preset file number and the type identifier of the record template; and matching and matching the recognized characters in the obtained record template The character to be entered.
- the meanings of "first" and "second” in the first determining module of the preselected area and the second determining module of the preselected area are only to distinguish the determining modules of the two preselected areas, and are not used to define which preselected area.
- the determination module has a higher priority or other limited meaning.
- the characters in the pre-selected area of the image file are identified, and the characters to be recorded are matched according to the recognized characters, and the successfully matched characters are positioned and displayed corresponding to the pre-selected areas of the image file, so that the user only
- the pre-selected area needs to be determined in the image file, and the system can directly locate the recording template to the corresponding character to be recorded, so that the user can compare the content displayed in the pre-selected area and the area, according to the positioning.
- the input characters are input into the corresponding information in the recording template, which brings convenience to the user and improves the working efficiency of the user.
- FIG. 6 is a block diagram showing an exemplary structure of a computer device including a processor connected through a system bus, a non-volatile storage medium, and FIG. 6 according to an embodiment of the present application. Internal memory, input device and display.
- the non-volatile storage medium of the computer device can store an operating system and computer readable instructions, and when the computer readable instructions are executed, the processor can be executed to perform a recording according to an image file according to various embodiments of the present application.
- the processor of the computer device is used to provide computing and control capabilities to support the operation of the entire computer device.
- the internal memory can store computer readable instructions that, when executed by the processor, cause the processor to perform a method of locating the image file according to the image file.
- the input device of the computer device is used for input of various parameters, and the display screen of the computer device is used for display.
- FIG. 6 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 of the computer device to which the solution of the present application is applied.
- the specific computer device may It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
- Non-volatile memories can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
- ROM read only memory
- PROM programmable ROM
- EPROM electrically programmable ROM
- EEPROM electrically erasable programmable ROM
- one or more non-volatile readable storage media storing computer readable instructions are provided, the computer readable instructions being executed by one or more processors such that the one or more The processor performs the following steps: identifying characters in the preselected area of the image file; matching the characters to be entered according to the characters to be entered in the preset recording template; and positioning the recording template to match the matching The characters to be entered; and the pre-selected area of the image file and the characters to be recorded are displayed.
- the one or more processors before the one or more processors perform the step of recognizing characters in the preselected area of the image file, the one or more processors further perform the steps of: acquiring coordinates of the preset area in the display area of the image file, The area corresponding to the acquired coordinates is determined as a preselected area.
- one or more processors perform recognition within the preselected region of the image file Prior to the character step, the one or more processors also perform the steps of receiving a selected area of the input image file and determining the received area as a preselected area.
- the step of the one or more processors executing the characters to be recorded according to the preset recording template, and matching the characters to be recorded corresponding to the recognized characters includes: acquiring the preset recording template Characters to be entered; and when the recognized characters include the acquired characters to be entered, it is judged that the recognized characters match the acquired characters to be entered.
- the one or more processors perform the following steps before the step of matching the characters to be entered according to the preset recording template to match the characters to be recognized that match the recognized characters. : receiving the file number of the image file; obtaining a record template of the corresponding type according to the mapping relationship between the preset file number and the type identifier of the record template; and matching and matching the recognized characters in the obtained record template The character to be entered.
- the meanings of "first" and "second” in the first determining module of the preselected area and the second determining module of the preselected area are only to distinguish the determining modules of the two preselected areas, and are not used to define which preselected area.
- the determination module has a higher priority or other limited meaning.
- the characters in the pre-selected area of the image file are identified, and the characters to be recorded are matched according to the recognized characters, and the successfully matched characters are positioned and displayed corresponding to the pre-selected areas of the image file, so that the user only
- the pre-selected area needs to be determined in the image file, and the system can directly locate the recording template to the corresponding character to be recorded, so that the user can compare the content displayed in the pre-selected area and the area, according to the positioning.
- the input characters are input into the corresponding information in the recording template, which brings convenience to the user and improves the working efficiency of the user.
- all or part of the processes in the foregoing embodiment methods may be completed by instructing related hardware by computer readable instructions, which may be stored in a computer readable storage medium.
- the computer readable instructions may be stored in a storage medium of a computer system and executed by at least one processor in the computer system to implement a flow comprising an embodiment of the methods as described above.
- the storage medium includes, but is not limited to, a magnetic disk, a USB flash drive, an optical disk, and a Read-Only Memory (ROM).
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Character Input (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
Claims (20)
- 一种根据影像文件在录单模板中定位的方法,包括:识别影像文件中预选区域内的字符;根据预设的录单模板的待录入字符,匹配与所述识别到的字符相符的待录入字符;将所述录单模板定位到匹配相符的待录入字符;及显示所述影像文件的预选区域及定位到的所述待录入字符。
- 根据权利要求1所述的方法,其特征在于,所述识别影像文件中预选区域内的字符之前,还包括:获取影像文件的显示区域中预设区域的坐标,将获取的坐标所对应的区域确定为预选区域。
- 根据权利要求1所述的方法,其特征在于,所述识别影像文件中预选区域内的字符之前,还包括:接收输入的影像文件的选择区域,将接收的区域确定为预选区域。
- 根据权利要求1所述的方法,其特征在于,所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符,包括:获取预设的录单模板中的待录入字符;及当识别到的所述字符中包含有获取的所述待录入字符时,判断所述识别到的字符与获取的所述待录入字符匹配相符。
- 根据权利要求1至4任一项所述的方法,其特征在于,在所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符之前,所述方法还包括:接收所述影像文件的文件单号;根据预设的文件单号与录单模板的类型标识的映射关系,获取对应类型的录单模板;及在获取的录单模板中匹配与识别到的字符相符的待录入字符。
- 根据权利要求1至4任一项所述的方法,其特征在于,所述方法还包 括:将所述影像文件与所述录单模板中匹配相符的待录入字符分屏显示。
- 一种根据影像文件在录单模板中定位的装置,所述装置包括:字符识别模块,用于识别影像文件中预选区域内的字符;匹配模块,用于根据预设的录单模板的待录入字符,匹配与所述识别到的字符相符的待录入字符;定位模块,用于将所述录单模板定位到匹配相符的待录入字符;及显示模块,用于显示所述影像文件的预选区域及定位到的所述待录入字符。
- 根据权利要求7所述的装置,其特征在于,所述装置还包括:预选区域的第一确定模块,用于获取影像文件的显示区域中预设区域的坐标,将获取的坐标所对应的区域确定为预选区域;及预选区域的第二确定模块,用于接收输入的影像文件的选择区域,将接收的区域确定为预选区域。
- 根据权利要求7所述的装置,其特征在于,所述匹配模块包括:字符获取单元,用于获取预设的录单模板中的待录入字符;及判断单元,用于当识别到的所述字符中包含有获取的所述待录入字符时,判断所述识别到的字符与获取的所述待录入字符匹配相符。
- 根据权利要求7所述的装置,其特征在于,所述装置还包括:单号接收模块,用于接收所述影像文件的文件单号;模板获取模块,用于根据预设的文件单号与录单模板的类型标识的映射关系,获取对应类型的录单模板;及所述匹配模块还用于在获取的录单模板中匹配与识别到的字符相符的待录入字符。
- 一种计算机设备,包括存储器和一个或多个处理器,所述存储器中存储有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:识别影像文件中预选区域内的字符;根据预设的录单模板的待录入字符,匹配与所述识别到的字符相符的待录入字符;将所述录单模板定位到匹配相符的待录入字符;及显示所述影像文件的预选区域及定位到的所述待录入字符。
- 根据权利要求11所述的计算机设备,其特征在于,所述一个或多个处理器执行所述识别影像文件中预选区域内的字符的步骤之前,所述一个或多个处理器还执行以下步骤:获取影像文件的显示区域中预设区域的坐标,将获取的坐标所对应的区域确定为预选区域。
- 根据权利要求11所述的计算机设备,其特征在于,所述一个或多个处理器执行所述识别影像文件中预选区域内的字符的步骤之前,所述一个或多个处理器还执行以下步骤:接收输入的影像文件的选择区域,将接收的区域确定为预选区域。
- 根据权利要求11所述的计算机设备,其特征在于,所述一个或多个处理器执行所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符的步骤,包括:获取预设的录单模板中的待录入字符;及当识别到的所述字符中包含有获取的所述待录入字符时,判断所述识别到的字符与获取的所述待录入字符匹配相符。
- 根据权利要求11所述的计算机设备,其特征在于,所述一个或多个处理器执行所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符的步骤之前,所述一个或多个处理器还执行以下步骤:接收所述影像文件的文件单号;根据预设的文件单号与录单模板的类型标识的映射关系,获取对应类型的录单模板;及在获取的录单模板中匹配与识别到的字符相符的待录入字符。
- 一个或多个存储有计算机可读指令的非易失性可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:识别影像文件中预选区域内的字符;根据预设的录单模板的待录入字符,匹配与所述识别到的字符相符的待录入字符;将所述录单模板定位到匹配相符的待录入字符;及显示所述影像文件的预选区域及定位到的所述待录入字符。
- 根据权利要求16所述的存储介质,其特征在于,所述一个或多个处理器执行所述识别影像文件中预选区域内的字符的步骤之前,所述一个或多个处理器还执行以下步骤:获取影像文件的显示区域中预设区域的坐标,将获取的坐标所对应的区域确定为预选区域。
- 根据权利要求16所述的存储介质,其特征在于,所述一个或多个处理器执行所述识别影像文件中预选区域内的字符的步骤之前,所述一个或多个处理器还执行以下步骤:接收输入的影像文件的选择区域,将接收的区域确定为预选区域。
- 根据权利要求16所述的存储介质,其特征在于,所述一个或多个处理器执行所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符的步骤,包括:获取预设的录单模板中的待录入字符;及当识别到的所述字符中包含有获取的所述待录入字符时,判断所述识别到的字符与获取的所述待录入字符匹配相符。
- 根据权利要求16所述的存储介质,其特征在于,所述一个或多个处理器执行所述根据预设的录单模板的待录入字符,匹配与识别到的字符相符的待录入字符的步骤之前,所述一个或多个处理器还执行以下步骤:接收所述影像文件的文件单号;根据预设的文件单号与录单模板的类型标识的映射关系,获取对应类型的录单模板;及在获取的录单模板中匹配与识别到的字符相符的待录入字符。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710614422.1A CN107688805A (zh) | 2017-07-25 | 2017-07-25 | 根据影像文件在录单模板中定位的方法、装置及相关设备 |
| CN201710614422.1 | 2017-07-25 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019019446A1 true WO2019019446A1 (zh) | 2019-01-31 |
Family
ID=61152998
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/108004 Ceased WO2019019446A1 (zh) | 2017-07-25 | 2017-10-27 | 根据影像文件在录单模板中定位的方法、装置及相关设备 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107688805A (zh) |
| WO (1) | WO2019019446A1 (zh) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110942069A (zh) * | 2019-10-22 | 2020-03-31 | 云南大学 | 车险保单的关键信息提取方法、装置、存储介质及设备 |
| CN113130023A (zh) * | 2021-04-22 | 2021-07-16 | 嘉兴易迪希计算机技术有限公司 | Edc系统中图文识别录入方法及系统 |
| CN113920519A (zh) * | 2021-10-11 | 2022-01-11 | 国网河北省电力有限公司衡水供电分公司 | 文件检测方法、终端设备及存储介质 |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110502656A (zh) * | 2018-05-16 | 2019-11-26 | 珠海金山办公软件有限公司 | 一种查找方法、装置、电子设备及可读存储介质 |
| CN108962357A (zh) * | 2018-06-28 | 2018-12-07 | 深圳开立生物医疗科技股份有限公司 | 一种注释方法、系统、设备及计算机可读存储介质 |
| CN109409401A (zh) * | 2018-08-30 | 2019-03-01 | 深圳市买买提信息科技有限公司 | 一种信息核对方法、装置和系统 |
| CN109542899A (zh) * | 2018-10-31 | 2019-03-29 | 桂林金发明科技开发有限公司 | 一种基于靶符号的数据自动录入方法及系统 |
| CN109635265A (zh) * | 2018-11-29 | 2019-04-16 | 济南荣耀合创电力科技有限公司 | 一种基于图像识别的试验报告生成系统 |
| CN109840469B (zh) * | 2018-12-13 | 2023-10-24 | 中国平安财产保险股份有限公司 | 基于图像识别的保单录入方法和相关装置 |
| CN112668298A (zh) * | 2021-01-15 | 2021-04-16 | 上海杉互健康科技有限公司 | 基于移动终端的问卷录入方法、系统、设备及存储介质 |
| CN114594894B (zh) * | 2022-02-25 | 2024-07-02 | 青岛海信移动通信技术有限公司 | 界面元素的标记方法及终端设备、存储介质 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103455479A (zh) * | 2012-05-28 | 2013-12-18 | 中兴通讯股份有限公司 | 一种新建联系人的方法及终端 |
| CN104408403A (zh) * | 2014-10-29 | 2015-03-11 | 中国建设银行股份有限公司 | 一种二次录入不一致的仲裁方法及装置 |
| CN104680129A (zh) * | 2015-01-08 | 2015-06-03 | 百度在线网络技术(北京)有限公司 | 一种为用户提供信息的方法与装置 |
| CN105095842A (zh) * | 2014-05-22 | 2015-11-25 | 阿里巴巴集团控股有限公司 | 一种单据的信息识别的方法和装置 |
| CN105094329A (zh) * | 2015-07-23 | 2015-11-25 | 武汉沃思财务外包服务有限公司 | 数据录入方法、装置及应用其的电子设备 |
| CN106933870A (zh) * | 2015-12-29 | 2017-07-07 | 平安科技(深圳)有限公司 | 投保资料的录单方法及系统 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102968627A (zh) * | 2011-08-31 | 2013-03-13 | 上海夏尔软件有限公司 | 基于区域关键字位置识别的精确图像切分方法 |
| CN104636117A (zh) * | 2013-11-12 | 2015-05-20 | 江苏奥博洋信息技术有限公司 | 一种表格图像的自动切分方法 |
| CN104112128B (zh) * | 2014-06-19 | 2018-01-26 | 中国工商银行股份有限公司 | 应用于票据影像字符识别的数字图像处理系统及方法 |
-
2017
- 2017-07-25 CN CN201710614422.1A patent/CN107688805A/zh active Pending
- 2017-10-27 WO PCT/CN2017/108004 patent/WO2019019446A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103455479A (zh) * | 2012-05-28 | 2013-12-18 | 中兴通讯股份有限公司 | 一种新建联系人的方法及终端 |
| CN105095842A (zh) * | 2014-05-22 | 2015-11-25 | 阿里巴巴集团控股有限公司 | 一种单据的信息识别的方法和装置 |
| CN104408403A (zh) * | 2014-10-29 | 2015-03-11 | 中国建设银行股份有限公司 | 一种二次录入不一致的仲裁方法及装置 |
| CN104680129A (zh) * | 2015-01-08 | 2015-06-03 | 百度在线网络技术(北京)有限公司 | 一种为用户提供信息的方法与装置 |
| CN105094329A (zh) * | 2015-07-23 | 2015-11-25 | 武汉沃思财务外包服务有限公司 | 数据录入方法、装置及应用其的电子设备 |
| CN106933870A (zh) * | 2015-12-29 | 2017-07-07 | 平安科技(深圳)有限公司 | 投保资料的录单方法及系统 |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110942069A (zh) * | 2019-10-22 | 2020-03-31 | 云南大学 | 车险保单的关键信息提取方法、装置、存储介质及设备 |
| CN113130023A (zh) * | 2021-04-22 | 2021-07-16 | 嘉兴易迪希计算机技术有限公司 | Edc系统中图文识别录入方法及系统 |
| CN113130023B (zh) * | 2021-04-22 | 2023-04-07 | 嘉兴易迪希计算机技术有限公司 | Edc系统中图文识别录入方法及系统 |
| CN113920519A (zh) * | 2021-10-11 | 2022-01-11 | 国网河北省电力有限公司衡水供电分公司 | 文件检测方法、终端设备及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107688805A (zh) | 2018-02-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019019446A1 (zh) | 根据影像文件在录单模板中定位的方法、装置及相关设备 | |
| JP2021057783A5 (ja) | 情報処理装置、情報処理装置の制御方法及びそのプログラム | |
| US20170192774A1 (en) | Management apparatus, management system, management method, and non-transitory computer readable medium | |
| US20170124397A1 (en) | Photographic Image Extraction Apparatus, Photographic Image Extraction Method, and Program | |
| US11153446B2 (en) | Information processing apparatus for presenting an object for a batch operation without selection in advance and non-transitory computer readable medium | |
| JP2015170014A (ja) | 画像処理装置及びプログラム | |
| JP6521856B2 (ja) | 情報処理装置、プログラム、及び情報処理方法 | |
| US8413037B2 (en) | User selection of flaw present within digitally scanned document | |
| JP6917688B2 (ja) | 帳票読取装置、帳票読取方法、プログラム、および帳票読取システム | |
| JP2021016024A (ja) | 情報処理装置、情報処理装置の制御方法、及びプログラム | |
| CN116991270A (zh) | 应用功能界面进入方法、装置、电子设备及存储介质 | |
| US9077872B2 (en) | Document management apparatus and document management method | |
| US11163992B2 (en) | Information processing apparatus and non-transitory computer readable medium | |
| JP6122357B2 (ja) | 情報処理装置、文書合成システム、情報処理方法、及びプログラム | |
| US11055886B2 (en) | Methods and systems for automatic filling of colors in outline images at a multi-function device | |
| JP5883837B2 (ja) | 電子アルバム用人物画像決定装置ならびにその制御方法,その制御プログラムおよびその制御プログラムを格納した記録媒体 | |
| US11462014B2 (en) | Information processing apparatus and non-transitory computer readable medium | |
| US12192420B2 (en) | Apparatus and computer readable medium for executing process related to electronic document | |
| JP6789776B2 (ja) | 情報処理装置、情報処理方法及びプログラム | |
| US9912834B2 (en) | Document camera device and cutout assistance method | |
| US11914654B2 (en) | Document management apparatus, document management system, and non-transitory computer readable medium storing program | |
| US9753640B2 (en) | Communication apparatus, control apparatus, method of controlling input unit, and medium | |
| KR102891777B1 (ko) | 특정 전자 서재를 통해 독서 통합 정보를 제공하는 방법 및 이를 이용한 서버 | |
| CN116402026B (zh) | 应用内容批注方法、装置、设备以及存储介质 | |
| JP6795770B2 (ja) | 情報処理装置と、その処理方法及びプログラム |
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: 17918965 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: 17918965 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 05/08/2020) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17918965 Country of ref document: EP Kind code of ref document: A1 |