WO2022160330A1 - Procédé et appareil de reconnaissance d'écriture manuscrite - Google Patents

Procédé et appareil de reconnaissance d'écriture manuscrite Download PDF

Info

Publication number
WO2022160330A1
WO2022160330A1 PCT/CN2021/074622 CN2021074622W WO2022160330A1 WO 2022160330 A1 WO2022160330 A1 WO 2022160330A1 CN 2021074622 W CN2021074622 W CN 2021074622W WO 2022160330 A1 WO2022160330 A1 WO 2022160330A1
Authority
WO
WIPO (PCT)
Prior art keywords
point
trajectory
text recognition
track
recognition result
Prior art date
Application number
PCT/CN2021/074622
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 京东方科技集团股份有限公司
Priority to PCT/CN2021/074622 priority Critical patent/WO2022160330A1/fr
Priority to PCT/CN2021/107460 priority patent/WO2022160619A1/fr
Priority to CN202180001926.0A priority patent/CN115413335A/zh
Priority to US17/789,592 priority patent/US20230343125A1/en
Publication of WO2022160330A1 publication Critical patent/WO2022160330A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Definitions

  • the embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a method and device for handwriting recognition.
  • the handwriting trajectory is recognized, and the text of the recognition result is stored in the form of a document. If the user wants to check the recognition result, he needs to open the document for browsing in the background. If he wants to confirm whether the recognition is wrong, he needs to compare it with the original handwriting trace word by word. If the recognition is wrong, he needs to edit the document twice. The method is very inconvenient for users to use, and the recognition efficiency is low.
  • Embodiments of the present disclosure provide a handwriting recognition method and device, which are used to solve the problem that the user cannot view the handwriting recognition result in real time in the existing handwriting recognition method.
  • an embodiment of the present disclosure provides a method for handwriting recognition, including:
  • the information includes coordinates, time, and the user's writing state
  • the user's writing state includes: starting a pen, running a pen, and lifting a pen; the multiple track points Including the starting track point and the current track point;
  • the determination condition is that no new track point is detected within the preset time period after the pen-lifting moment of the current track point, and the starting track point is the last input to the text recognition model last time.
  • a text recognition model is used to recognize the first track point to be recognized, and a first text recognition result is obtained;
  • the first text recognition result is displayed in printed form in the first display area of the handwriting screen.
  • a text recognition model is used to recognize the information of the first track point to be recognized, and before obtaining the first text recognition result, it also includes at least one of the following:
  • the coordinates of the first track point to be identified are normalized into the same numerical range.
  • branching the first track point to be identified includes:
  • the first track point to be identified is divided into rows.
  • a text recognition model to recognize the information of the first track point to be recognized, and after obtaining the first text recognition result, the method further includes:
  • displaying the first text recognition result in printed form in the first display area includes:
  • the first text recognition result is displayed in printed form in the first display area.
  • determining the first display area according to the coordinates of the first track point to be identified includes:
  • a first rectangular frame is determined, and the first rectangular frame is used as the first display area.
  • determining the first display area according to the coordinates of the first track point to be identified includes:
  • the first display area is determined according to the corrected coordinates.
  • displaying the first text recognition result in printed form in the first display area includes:
  • the first text recognition result is displayed in the first display area with the determined font size and word spacing.
  • the first text recognition result in printed form includes:
  • the information of the second to-be-recognized track point corresponding to the handwritten track rewritten by the user includes coordinates, time and the user's writing state, and the user's writing state includes: starting the pen, running the pen, and lifting the pen;
  • the second to-be-recognized Track points include start track points and end track points;
  • the starting track point is the next track point of the last track point input to the text recognition model last time;
  • the second text recognition result is displayed in print in the second display area.
  • displaying the second text recognition result in printed form in the second display area includes:
  • a second rectangular frame is determined, and the second rectangular frame is used as the second display area.
  • displaying the second text recognition result in printed form in the second display area includes:
  • the display information of the first text recognition result includes the size and coordinates of the font
  • the second display area is determined, and the second text recognition result is displayed in printed form in the second display area, and the size of the font in the second text recognition result is the same as the size of the The fonts in the first text recognition result are of the same size, and the text in the second text recognition result is aligned with the text in the first text recognition result.
  • an embodiment of the present disclosure provides a handwriting recognition device, including:
  • the detection module is used to detect the information of multiple trajectory points corresponding to the handwriting trajectory of the user on the handwriting screen, the information includes coordinates, time and the user's writing state, and the user's writing state includes: starting the pen, running the pen and lifting the pen;
  • the multiple track points include a start track point and a current track point;
  • the second track point to be identified includes a start track point and an end track point;
  • the judgment module is used to judge whether the current trajectory point is the termination trajectory point according to the judgment condition, if the current trajectory point satisfies the judgment condition, the current trajectory point is used as the termination trajectory point, and the period between the start trajectory point and the termination trajectory point is determined.
  • the track point is used as the first track point to be identified, the determination condition is that no new track point is detected within a preset time period after the pen-lifting moment of the current track point, and the starting track point is the last input to the text Identify the next trajectory point of the last trajectory point of the model, or, the first trajectory point of the handwriting screen;
  • a recognition module configured to recognize the first track point to be recognized by using a text recognition model to obtain a first text recognition result
  • a display module configured to display the first text recognition result in printed form in the first display area of the handwriting screen.
  • an embodiment of the present disclosure provides an interactive tablet, including a touch module, a display module, a processor, a memory, and a program or instruction stored on the memory and executable on the processor, the program Or, when the instructions are executed by the processor, the steps of the above-mentioned handwriting recognition method of the first aspect are implemented.
  • an embodiment of the present disclosure provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or instruction is executed by a processor, the steps of the handwriting recognition method of the above-mentioned first aspect are implemented .
  • the text recognition result of the handwritten trajectory is displayed in real time in printed form, so that it is convenient for the user to view and correct the text recognition result in real time, which can effectively improve the recognition rate and enhance the communication with the user. interactivity between.
  • FIG. 1 is a schematic flowchart of a handwriting recognition method according to an embodiment of the disclosure
  • FIG. 2 is a comparison diagram of a handwriting trajectory displayed on a handwriting screen according to an embodiment of the present disclosure and a text recognition result;
  • FIG. 3 is a schematic structural diagram of a handwriting recognition device according to an embodiment of the disclosure.
  • FIG. 4 is a schematic diagram of a composition structure of a handwriting recognition apparatus according to an embodiment of the present disclosure.
  • an embodiment of the present disclosure provides a method for handwriting recognition, including:
  • Step 11 Detect the information of multiple track points corresponding to the user's handwriting track on the handwriting screen, the information includes coordinates, time and the user's writing state, and the user's writing state includes: starting the pen, running the pen and lifting the pen; Each track point includes the start track point and the current track point;
  • the handwriting screen can be a handwriting device such as an electronic conference whiteboard, and has a touch module and a display module.
  • the track point may include a track point of one character or multiple characters, and the character may be Chinese, English, numbers, or the like.
  • the upper left corner of the handwriting screen may be used as the origin, the X axis extending from left to right, and the Y axis extending from top to bottom.
  • the lower left corner of the handwriting screen can also be used as the origin, the X axis extending from left to right, and the Y axis extending from bottom to top.
  • the embodiment of the present disclosure does not limit the settings of the coordinate axes.
  • starting a pen refers to the first trajectory point of a stroke
  • raising a pen refers to the last trajectory point of a stroke
  • moving a pen refers to the middle trajectory point of a stroke.
  • each track point may be as follows: (x, y, t, flag), where x and y represent the coordinate position of each track point, and t is the writing of the track point Time, flag indicates the user's writing status (starting, running, or lifting).
  • the current track point refers to the last track point handwritten by the user on the handwriting screen.
  • Step 12 Determine whether the current trajectory point is the termination trajectory point according to the judgment condition, if the current trajectory point satisfies the judgment condition, take the current trajectory point as the termination trajectory point, and use the trajectory point between the start trajectory point and the end trajectory point As the first track point to be recognized, the determination condition is that no new track point is detected within a preset time period after the pen-lifting time of the current track point, and the starting track point is the last input to the text recognition model The next trajectory point of the last trajectory point of , or, the first trajectory point of the handwriting screen;
  • the first track point to be recognized includes a start track point and an end track point of the handwritten track.
  • Step 13 using a text recognition model to recognize the first track point to be recognized to obtain a first text recognition result
  • Step 14 Display the first text recognition result in printed form in the first display area of the handwriting screen.
  • the print type in Chinese adopts Song type, italic type, or bold type, etc.
  • English and numerals are in Times New Roman, etc., so as to be distinguished from handwritten tracks.
  • FIG. 2 is a comparison diagram of a handwriting trajectory displayed on a handwriting screen and a text recognition result according to an embodiment of the disclosure.
  • the text recognition result of the handwritten trajectory is displayed in real time in printed form, so that it is convenient for the user to view and correct the text recognition result in real time, which can effectively improve the recognition rate and enhance the communication with the user. interactivity between.
  • the text recognition model receives the coordinates of many track points, these track points are arranged in the order of writing time without branching.
  • the text recognition model recognizes the text track points line by line, so firstly, all track points need to be divided into lines (if the user writes multiple lines, the track points need to be divided into lines, if the user writes only one line, it is not branch is required). That is, in the example of the present disclosure, before using the text recognition model to identify and identify the information of the first track point to be identified, the first track point to be identified may also be branched.
  • the projection method may be used to branch the first track point to be identified, that is, branching the first track point to be identified includes:
  • Step 21 Obtain the number of X-axis coordinate values of the first to-be-identified trajectory point corresponding to each Y-axis coordinate value of the first to-be-identified trajectory point;
  • Step 22 According to the number of the X-axis coordinate values on the Y-axis, branch the first track point to be identified.
  • the number of the X-axis coordinate values of all the track points in the first track point to be identified is projected onto the Y-axis.
  • the number will be relatively large. If the handwritten track has branch lines, the number of X-axis coordinate values on the Y-axis in the blank positions in the two lines before and after is small or 0, that is, a trough occurs, and the value of the trough is taken as Branch basis.
  • the present disclosure implements In an example, before branching the first track point to be identified, it can also include:
  • the coordinates of the first track point to be recognized are tilted and corrected to obtain corrected coordinates.
  • a text recognition model is used for the first to-be-recognized Identifying the information of the track point, and before obtaining the first text recognition result, further includes: normalizing the coordinates of the first track point to be recognized into the same numerical range, for example, normalizing to (0,1).
  • a Seq2Seq network may be used to perform text recognition on the information of the first track point to be identified.
  • other text recognition models such as RNN networks, etc., may also be used.
  • a text recognition model is used to recognize the information of the first track point to be recognized, and after obtaining the first text recognition result, the method further includes: performing semantic correction on the first text recognition result.
  • the semantic correction may include: Chinese semantic correction and/or English semantic correction. According to the semantic information before and after, when there is a letter recognition error in an English word, the wrong letter is corrected.
  • displaying the first text recognition result in printed form in the first display area includes:
  • Step 31 remove the handwriting track corresponding to the first track point to be recognized on the handwriting screen
  • Step 32 Determine a first display area according to the coordinates of the first track point to be identified
  • Step 33 Display the first text recognition result in printed form in the first display area.
  • the handwriting track on the handwriting screen is erased in real time, and the text recognition result of the handwriting track is displayed in printed form in real time in the area where the handwriting track is located, which further facilitates the user to view and check the handwriting track in real time. Correct text recognition results.
  • determining the first display area according to the coordinates of the first track point to be identified includes:
  • Step 41 Obtain the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate and the maximum Y-axis coordinate in the first track point to be identified, namely x min , y min , x max , y max ;
  • Step 42 Determine the first rectangular frame according to the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate and the maximum Y-axis coordinate in the first track point to be identified, and use the first rectangular frame as the first display area.
  • determining the first display area according to the coordinates of the first track point to be identified includes:
  • Step 51 Determine whether the handwritten trajectory corresponding to the first to-be-recognized trajectory point is inclined;
  • Step 52 If the handwritten track corresponding to the first track point to be recognized is inclined, perform tilt correction on the coordinates of the first track point to be recognized to obtain corrected coordinates.
  • Step 53 Determine the first display area according to the corrected coordinates.
  • the method for performing tilt correction on the coordinates of the first track point to be identified may be: firstly, a rectangular frame may be determined according to the original coordinates of the first track point to be identified, and then a rectangular frame may be determined. A point is used as the rotation center of the rectangle frame to rotate the rectangle frame, and the rotation center can be the center point of the rectangle frame or other points.
  • the first rectangular frame is determined as the first display area in the manner of step 41 and step 42 . That is to say, the minimum X-axis coordinates, the minimum Y-axis coordinates, the maximum X-axis coordinates, and the maximum Y-axis coordinates in steps 41 and 42 are all corrected coordinates.
  • displaying the first text recognition result in printed form in the first display area includes:
  • the first text recognition result is displayed in the first display area with the determined font size and word spacing.
  • the correspondence between the font and the word spacing may be pre-stored, and after the font size is determined, the word spacing is also determined accordingly.
  • the word spacing can be determined according to the size of the first display area.
  • the method further includes:
  • Step 51 receiving the user's erasing operation on the target text in the first text recognition result, erasing the target text;
  • Step 52 Detect the information of the second to-be-recognized track point corresponding to the handwritten track rewritten by the user, the information includes coordinates, time, and the user's writing state, and the user's writing state includes: starting the pen, running the pen, and lifting the pen; 2.
  • the track points to be identified include the start track point and the end track point;
  • the user can rewrite in the erased area, or can rewrite in other locations.
  • Step 53 Determine whether the current trajectory point is the termination trajectory point of the second to-be-identified trajectory point according to the judgment condition, and if the current trajectory point satisfies the judgment condition, use the current trajectory point as the termination trajectory point of the second to-be-identified trajectory point , taking the trajectory point during the starting trajectory point and the ending trajectory point as the second trajectory point to be identified, and the determination condition is that no new trajectory point is detected within the preset time period after the pen-lifting moment of the current trajectory point,
  • the starting trajectory point is the next trajectory point of the last trajectory point input to the text recognition model last time;
  • Step 54 using a text recognition model to recognize the second track point to be recognized to obtain a second text recognition result
  • the second track point to be identified may also be processed by branching and/or normalization.
  • the processing method please refer to the above-mentioned first track point to be identified, which will not be described one by one here. .
  • semantic correction can also be performed.
  • Step 54 Display the second text recognition result in printed form in the second display area.
  • Times New Roman For example, Chinese uses Times New Roman, etc. for Chinese, and Times New Roman is used for English and numerals, so as to distinguish them from handwritten tracks. Optionally, it is the same as the printing used for the first text recognition result.
  • the handwriting track on the handwriting screen is erased in real time, and the recognition result of the handwriting track is displayed in print in real time in the area where the handwriting track is located, so as to facilitate the user to view, check, and correct the recognition in real time. As a result, the interactivity with the user is improved.
  • the user is supported to perform multiple erasing and rewriting.
  • displaying the second text recognition result in printed form in the second display area includes:
  • Step 61 Obtain the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate and the maximum Y-axis coordinate in the second track point to be identified;
  • Step 62 Determine a second rectangular frame according to the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate and the maximum Y-axis coordinate in the second track point to be identified, and use the second rectangular frame as the second display area.
  • the second display area displays the second text recognition result in printed form, it may further include:
  • Step 71 judging whether the handwritten trajectory corresponding to the second recognition trajectory point is inclined
  • Step 72 If the handwritten track corresponding to the second identified track point is inclined, perform tilt correction on the coordinates of the second track point to be identified to obtain corrected coordinates.
  • Step 73 Determine the second display area according to the corrected coordinates.
  • the second display area is determined according to the above steps 61 and 62 .
  • displaying the second text recognition result in printed form in the second display area includes:
  • Step 81 Acquire display information of the first text recognition result, the display information includes font size and coordinates;
  • the text is aligned with the text in the first text recognition result.
  • the correspondence between the font and the word spacing may be pre-stored, and after the font size is determined, the word spacing is also determined accordingly.
  • the word spacing can be determined according to the size of the second display area.
  • the display effect of the text recognition result can be improved.
  • an embodiment of the present disclosure further provides a handwriting recognition device 300, including:
  • the detection module 301 is used to detect the information of multiple track points corresponding to the handwriting track of the user on the handwriting screen, the information includes coordinates, time and the user's writing state, and the user's writing state includes: starting the pen, running the pen and lifting the pen;
  • the multiple track points include a start track point and a current track point;
  • the determination module 302 is used to determine whether the current trajectory point is the termination trajectory point according to the determination condition, if the current trajectory point satisfies the determination condition, the current trajectory point is used as the termination trajectory point, and the period between the start trajectory point and the termination trajectory point is determined.
  • the trajectory point is used as the first trajectory point to be identified, and the determination condition is that no new trajectory point is detected within the preset time period after the pen-lifting moment of the current trajectory point, and the starting trajectory point is the last input to the The next trajectory point of the last trajectory point of the text recognition model, or, the first trajectory point of the handwriting screen;
  • An identification module 303 configured to identify the first track point to be identified by using a text identification model to obtain a first text identification result
  • the display module 304 is configured to display the first text recognition result in printed form in the first display area of the handwriting screen.
  • the text recognition result of the handwritten trajectory is displayed in real time in printed form, so that it is convenient for the user to view and correct the text recognition result in real time, which can effectively improve the recognition rate and enhance the communication with the user. interactivity between.
  • the handwriting recognition device further includes at least one of the following:
  • a branching module for branching the first track point to be identified
  • the normalization module is used for normalizing the coordinates of the first track point to be recognized to be within the same numerical range.
  • the branch module is configured to acquire the number of X-axis coordinate values of the first to-be-identified trajectory point corresponding to each Y-axis coordinate value of the first to-be-identified trajectory point number; according to the number of the X-axis coordinate values on the Y-axis, the first track point to be identified is divided into rows.
  • the handwriting recognition device further includes:
  • a semantic recognition module configured to perform semantic recognition on the first text recognition result, and perform semantic correction if the first text recognition result has a semantic error.
  • the display module is configured to remove the handwriting track corresponding to the first track point to be recognized on the handwriting screen; and determine according to the coordinates of the first track point to be recognized a first display area; displaying the first text recognition result in printed form in the first display area.
  • the display module is configured to acquire the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate, and the maximum Y-axis coordinate in the first track point to be identified;
  • a first rectangular frame is determined, and the first rectangular frame is used as the first display area.
  • the display module is further configured to determine whether the handwritten track corresponding to the first track point to be recognized is inclined; if the handwritten track corresponding to the first track point to be recognized is tilted, Perform tilt correction on the coordinates of the first track point to be identified to obtain corrected coordinates; and determine a first display area according to the corrected coordinates.
  • the display module is further configured to determine the size of the font of the first text recognition result according to the size of the first display area; The size of the first text recognition result is determined, and the word spacing of the first text recognition result is determined; the first text recognition result is displayed in the first display area with the determined font size and word spacing.
  • the handwriting recognition device further includes:
  • an erasing module for receiving the user's erasing operation on the target text in the first text recognition result, and erasing the target text
  • the detection module is also used to detect the information of the second track point to be recognized corresponding to the handwritten track rewritten by the user, the information includes coordinates, time and the user's writing state, and the user's writing state includes: starting the pen, running the pen and lift the pen; the second track point to be identified includes a start track point and a termination track point;
  • the determination module is further configured to determine whether the current track point is the termination track point of the second track point to be identified according to the determination condition, and if the current track point satisfies the determination condition, the current track point is used as the second track point to be identified.
  • the termination trajectory point of the point, the trajectory point during the initial trajectory point and the termination trajectory point is used as the second trajectory point to be identified, and the judgment condition is that the current trajectory point is not detected within a preset time period after the pen-lifting time A new trajectory point, the initial trajectory point is the next trajectory point of the last trajectory point input to the text recognition model last time;
  • the recognition module is further configured to use a text recognition model to recognize the second track point to be recognized to obtain a second text recognition result;
  • the display module is further configured to display the second text recognition result in printed form in the second display area.
  • the display module is further configured to acquire the minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate, and the maximum Y-axis coordinate in the second track point to be identified; according to The minimum X-axis coordinate, the minimum Y-axis coordinate, the maximum X-axis coordinate, and the maximum Y-axis coordinate in the second track point to be identified, determine a second rectangular frame, and use the second rectangular frame as the second display area .
  • the display module is further configured to acquire display information of the first text recognition result, where the display information includes the font size and coordinates; and determine the display information according to the display information.
  • the display information includes the font size and coordinates; and determine the display information according to the display information.
  • a second display area and the second text recognition result is displayed in printed form in the second display area, the size of the font in the second text recognition result is the same as the size of the font in the first text recognition result The size is the same, and the text in the second text recognition result is aligned with the text in the first text recognition result.
  • the above-mentioned functional modules may be integrated in one entity device, or may be set in multiple entity devices.
  • the above-mentioned function module used to detect the information of the trajectory point corresponding to the handwriting trajectory of the user on the handwriting screen The detection module, the display module used to display the text recognition results in printed form, can be set on the handwriting screen.
  • the handwriting screen can be called the front end at this time, and is used to use the text recognition model to recognize the information of the track points to be recognized, and obtain
  • the recognition module of the text recognition result can be set on the server.
  • the server can also be called the backend at this time. Please refer to Figure 4.
  • the information of the trajectory points detected by the handwriting screen is sent to the server, and the server recognizes the information of the trajectory points.
  • the text recognition result is obtained and sent to the handwriting screen for display by the handwriting screen.
  • Embodiments of the present disclosure also provide an interactive tablet, including a touch module, a display module, a processor and a memory, and a program or instruction stored in the memory and executable on the processor, where the program or instruction is executed by the processor
  • a touch module including a touch module, a display module, a processor and a memory
  • a program or instruction stored in the memory and executable on the processor, where the program or instruction is executed by the processor
  • Embodiments of the present disclosure further provide a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or instruction is executed by a processor, each process of the above-mentioned embodiments of the handwriting recognition method can be implemented, and the same can be achieved. In order to avoid repetition, the technical effect will not be repeated here.
  • the processor is the processor in the terminal described in the foregoing embodiment.
  • the readable storage medium includes a computer-readable storage medium, such as a computer read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a magnetic disk or an optical disk, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Character Discrimination (AREA)

Abstract

La présente invention concerne un procédé et un appareil de reconnaissance d'écriture manuscrite. Le procédé de reconnaissance d'écriture manuscrite consiste à : détecter des informations d'une pluralité de points de trajectoire correspondant à une trajectoire d'écriture manuscrite d'un utilisateur sur un écran d'écriture manuscrite, la pluralité de points de trajectoire comprenant un point de trajectoire de départ et le point de trajectoire actuel ; si le point de trajectoire actuel est un point de trajectoire de fin, prendre des points de trajectoire entre le point de trajectoire de départ et le point de trajectoire de fin comme points de trajectoire à reconnaître, si aucun nouveau point de trajectoire n'est détecté dans une durée prédéfinie après un moment de soulèvement de stylo du point de trajectoire actuel, le point de trajectoire actuel est le point de trajectoire de fin, et le point de trajectoire de départ est le point de trajectoire à côté du dernier point de trajectoire, qui a été entré dans un modèle de reconnaissance de texte la dernière fois, ou est le premier point de trajectoire de l'écran d'écriture manuscrite ; reconnaître, en utilisant le modèle de reconnaissance de texte, des informations du point de trajectoire à reconnaître, de façon à obtenir un résultat de reconnaissance de texte ; et afficher le résultat de reconnaissance de texte sous une forme d'impression. Dans les modes de réalisation de la présente invention, un résultat de reconnaissance de texte d'une trajectoire d'écriture manuscrite est affiché en temps réel, de telle sorte qu'un utilisateur peut aisément vérifier et corriger le résultat de reconnaissance de texte en temps réel, et le taux de reconnaissance peut être efficacement amélioré.
PCT/CN2021/074622 2021-02-01 2021-02-01 Procédé et appareil de reconnaissance d'écriture manuscrite WO2022160330A1 (fr)

Priority Applications (4)

Application Number Priority Date Filing Date Title
PCT/CN2021/074622 WO2022160330A1 (fr) 2021-02-01 2021-02-01 Procédé et appareil de reconnaissance d'écriture manuscrite
PCT/CN2021/107460 WO2022160619A1 (fr) 2021-02-01 2021-07-20 Procédé et appareil de reconnaissance d'écriture manuscrite, système de reconnaissance d'écriture manuscrite et carte interactive
CN202180001926.0A CN115413335A (zh) 2021-02-01 2021-07-20 手写体识别方法及装置、手写体识别系统和交互平板
US17/789,592 US20230343125A1 (en) 2021-02-01 2021-07-20 Handwriting Recognition Method and Apparatus, Handwriting Recognition System and Interactive Display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/074622 WO2022160330A1 (fr) 2021-02-01 2021-02-01 Procédé et appareil de reconnaissance d'écriture manuscrite

Publications (1)

Publication Number Publication Date
WO2022160330A1 true WO2022160330A1 (fr) 2022-08-04

Family

ID=82652911

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/074622 WO2022160330A1 (fr) 2021-02-01 2021-02-01 Procédé et appareil de reconnaissance d'écriture manuscrite

Country Status (1)

Country Link
WO (1) WO2022160330A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116612483A (zh) * 2023-07-19 2023-08-18 广州宏途数字科技有限公司 一种智能笔手写矢量的识别方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004097722A1 (fr) * 2003-05-02 2004-11-11 Fujitsu Limited Dispositif de saisie de caracteres manuscrits et procede de traitement d'une saisie de caracteres manuscrits
CN103699325A (zh) * 2013-12-24 2014-04-02 南京富士通南大软件技术有限公司 一种可以连续输入的手写输入方法
CN104793724A (zh) * 2014-01-16 2015-07-22 北京三星通信技术研究有限公司 空中书写处理方法及装置
CN107273887A (zh) * 2017-07-21 2017-10-20 顺丰科技有限公司 用于识别图像中手写文字的方法、系统及其设备
CN111381754A (zh) * 2020-04-30 2020-07-07 京东方科技集团股份有限公司 笔迹处理方法、设备及介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004097722A1 (fr) * 2003-05-02 2004-11-11 Fujitsu Limited Dispositif de saisie de caracteres manuscrits et procede de traitement d'une saisie de caracteres manuscrits
CN103699325A (zh) * 2013-12-24 2014-04-02 南京富士通南大软件技术有限公司 一种可以连续输入的手写输入方法
CN104793724A (zh) * 2014-01-16 2015-07-22 北京三星通信技术研究有限公司 空中书写处理方法及装置
CN107273887A (zh) * 2017-07-21 2017-10-20 顺丰科技有限公司 用于识别图像中手写文字的方法、系统及其设备
CN111381754A (zh) * 2020-04-30 2020-07-07 京东方科技集团股份有限公司 笔迹处理方法、设备及介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116612483A (zh) * 2023-07-19 2023-08-18 广州宏途数字科技有限公司 一种智能笔手写矢量的识别方法及装置
CN116612483B (zh) * 2023-07-19 2023-09-29 广州宏途数字科技有限公司 一种智能笔手写矢量的识别方法及装置

Similar Documents

Publication Publication Date Title
KR101417286B1 (ko) 텍스트 사용자 입력을 오버랩하기 위한 문자 인식
US8009916B2 (en) Ink recognition for use in character-based applications
US5923793A (en) Handwritten character recognition apparatus with an improved feature of correction to stroke segmentation and method for correction to stroke segmentation for recognition of handwritten character
TWI497402B (zh) 手寫輸入識別系統及方法
CN105488544A (zh) 一种描红临摹笔迹识别的方法及系统
JP2011204141A (ja) 手書き入力装置、手書き入力方法及び手書き入力プログラム
WO2020056619A1 (fr) Procédé détection d'erreur dans l'écriture de texte, dispositif terminal et support de stockage
US20130229341A1 (en) Handwriting input device and computer-readable medium
US20210019365A1 (en) Correction Techniques of Overlapping Digital Glyphs
CN108171226A (zh) 能防止书写错误的提示装置
WO2022160330A1 (fr) Procédé et appareil de reconnaissance d'écriture manuscrite
US9811238B2 (en) Methods and systems for interacting with a digital marking surface
WO2022160619A1 (fr) Procédé et appareil de reconnaissance d'écriture manuscrite, système de reconnaissance d'écriture manuscrite et carte interactive
WO2017041588A1 (fr) Procédé et système de détermination de plage de boîte de dispositif d'effacement
JP2018067298A (ja) 手書き内容編集装置および手書き内容編集方法
TW201423563A (zh) 手寫輸入識別系統及方法
US10366626B2 (en) Method for facilitating handwriting practice and electronic device for implementing the method
JP4632389B2 (ja) 電子黒板装置およびその制御方法
WO2021220589A1 (fr) Procédé de modification de données d'encre, dispositif de traitement d'informations et programme
CN111062377A (zh) 一种题号检测方法、系统、存储介质及电子设备
CN110647785A (zh) 一种输入文本的准确性的识别方法、装置及电子设备
WO2023070334A1 (fr) Procédé et appareil d'affichage de saisie d'écriture manuscrite, et support de stockage lisible par ordinateur
CN112926419B (zh) 字符判定结果处理方法、装置、电子设备
JP2001022891A (ja) 認識装置および認識用記憶媒体
CN114882513A (zh) 一种数据识别的方法及智能交互显示设备

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 21921930

Country of ref document: EP

Kind code of ref document: A1