CN114241090A - OCR-based electronic whiteboard straight line drawing method, system, equipment and medium - Google Patents
OCR-based electronic whiteboard straight line drawing method, system, equipment and medium Download PDFInfo
- Publication number
- CN114241090A CN114241090A CN202111661183.8A CN202111661183A CN114241090A CN 114241090 A CN114241090 A CN 114241090A CN 202111661183 A CN202111661183 A CN 202111661183A CN 114241090 A CN114241090 A CN 114241090A
- Authority
- CN
- China
- Prior art keywords
- coordinate
- hand
- straight line
- drawn
- ocr
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—2D [Two Dimensional] image generation
- G06T11/20—Drawing from basic elements, e.g. lines or circles
- G06T11/203—Drawing of straight lines or curves
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
- G06F3/147—Digital output to display device ; Cooperation and interconnection of the display device with other functional units using display panels
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- General Engineering & Computer Science (AREA)
- Position Input By Displaying (AREA)
- Drawing Aids And Blackboards (AREA)
Abstract
The invention discloses an electronic whiteboard linear drawing method, system, equipment and medium based on OCR, wherein the linear drawing method comprises the following steps: acquiring hand-drawn handwriting, and identifying and determining a target line segment through character symbols; acquiring a width and height parameter of a target line segment, and determining a starting point coordinate and an end point coordinate; and drawing a connecting line based on the starting point coordinate and the end point coordinate to obtain a hand-drawn straight line image. The method and the device have the advantages that linear graph recognition is carried out on the hand-drawn handwriting through OCR character recognition, and then the end points of the drawn straight line are corrected through the rectangular object so as to realize the scheme of intelligent hand-drawn straight line, so that the drawn straight line is more accurate, meanwhile, the threshold is lower, the intelligent operation feeling can be brought to a user, and the user experience is improved.
Description
Technical Field
The invention relates to the field of electronic whiteboard image drawing, in particular to an OCR-based electronic whiteboard linear drawing method, system, equipment and medium.
Background
At present, the method for drawing a straight line in the electronic whiteboard currently is that a user selects a starting point and an end point on the whiteboard when the electronic whiteboard is in a specific straight line pattern mode, and a system automatically connects the two points so as to draw a corresponding straight line; however, when a user wants to draw a straight line in the writing mode process, the mode needs to be switched, the user experience is not smooth enough, and certain use limitations exist.
The method for drawing the straight line can also be that in a specific straight line graph mode, a user draws a straight line on a white board, and the system directly takes the starting point and the terminal position of the drawn line as the coordinates of the starting point and the terminal point of the straight line and then generates the corresponding straight line. However, the starting point and the end point of the drawn handwriting may be slightly curved, so that the finally generated straight line position does not correspond to the straight line position drawn by the user, and the user is required to adjust the straight line position for the second time, which affects the user experience.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the objectives of the present invention is to provide an electronic whiteboard straight line drawing method based on OCR, which can improve the accuracy of straight line drawing and improve the user experience.
The invention also aims to provide an electronic whiteboard straight line drawing system based on the OCR.
It is a further object of the present invention to provide an electronic device.
It is a fourth object of the present invention to provide a storage medium.
One of the purposes of the invention is realized by adopting the following technical scheme:
an electronic whiteboard straight line drawing method based on OCR comprises the following steps:
acquiring hand-drawn handwriting, and identifying and determining a target line segment through character symbols;
acquiring width and height parameters of an area where a target line segment is located, and determining a starting point coordinate and an end point coordinate;
and drawing a connecting line based on the starting point coordinate and the end point coordinate to obtain a hand-drawn straight line image.
Further, obtaining the hand-drawn handwriting in response to a touch event; the touch event comprises a press-down event and a lift-off event associated with the press-down event, and the method further comprises the following steps when recording the touch event:
judging whether a new press-down event is received within preset time after the lift-up event is executed currently; if not, recording the lift-off event and the hand-drawn handwriting drawn during the press-down event associated with the lift-off event to obtain a complete touch event; and if a new pressing event is received, continuously recording the hand-drawn handwriting until a new lifting event is obtained, and fusing the new lifting event and the hand-drawn handwriting drawn during the previous pressing event to obtain a complete touch event.
Furthermore, the hand-drawn handwriting comprises X-axis coordinate data and Y-axis coordinate data of the touch event, and OCR character symbol recognition is performed on the coordinate data to obtain character symbols corresponding to the hand-drawn handwriting.
Further, the method for determining the target line segment comprises the following steps:
and judging whether the comparison similarity between the result of the hand-drawn handwriting after the character symbol recognition and a preset straight line model is greater than or equal to a threshold value, if so, marking the hand-drawn handwriting as a target line segment.
Further, the width and height parameters are obtained by constructing a rectangular object, and specifically include:
carrying out coordinate comparison on X-axis coordinate data of the hand-drawn handwriting to obtain a leftmost end coordinate and a rightmost end coordinate on an X axis, and correcting the left side and the right side of the constructed rectangular object to enable the left side of the rectangular object to be intersected with the leftmost end coordinate and the right side of the rectangular object to be intersected with the rightmost end coordinate;
carrying out coordinate comparison on Y-axis coordinate data of the hand-drawn handwriting to obtain the uppermost coordinate and the lowermost coordinate on the Y axis, and correcting the upper side and the lower side of the same rectangular object to enable the upper side of the rectangular object to be intersected with the uppermost coordinate and the lower side of the rectangular object to be intersected with the lowermost coordinate;
and acquiring the width and height parameters of the rectangular object according to the corrected vertex position of the rectangular object.
Further, the method for determining the coordinates of the starting point and the ending point comprises the following steps:
determining the direction of the straight line hand-drawing according to the width and height parameters of the corrected rectangular object;
if the straight-line hand-drawing direction is transverse, marking the leftmost end coordinate and the rightmost end coordinate of the target line segment as a starting point coordinate and an end point coordinate respectively;
and if the straight-line hand-drawing direction is longitudinal, respectively marking the uppermost end coordinate and the lowermost end coordinate of the target line segment as a starting point coordinate and an end point coordinate.
Further, the method for determining the direction of the straight line according to the width and height parameters of the corrected rectangular object comprises the following steps:
if the width value of the rectangular object is larger than the height value, the straight line is judged to be the transverse hand-drawing direction;
and if the height value of the rectangular object is larger than the width value, judging that the straight line is the longitudinal hand-drawing direction.
The second purpose of the invention is realized by adopting the following technical scheme:
an OCR-based electronic whiteboard straight line drawing system for executing the OCR-based electronic whiteboard straight line drawing method comprises the following steps:
the handwriting recognition module is used for acquiring hand-drawn handwriting and identifying and determining a target line segment through character symbols;
the coordinate correction module is used for acquiring width and height parameters of an area where the target line segment is located and determining a starting point coordinate and an end point coordinate;
and the straight line drawing module is used for drawing a connecting line based on the starting point coordinate and the end point coordinate to obtain a hand-drawn straight line image.
The third purpose of the invention is realized by adopting the following technical scheme:
an electronic device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the processor implementing the OCR-based electronic whiteboard straight drawing method as described above when executing the computer program.
The fourth purpose of the invention is realized by adopting the following technical scheme:
a storage medium having stored thereon a computer program which, when executed, implements the OCR-based electronic whiteboard straight drawing method described above.
Compared with the prior art, the invention has the beneficial effects that:
the method and the device have the advantages that linear graph recognition is carried out on the hand-drawn handwriting through OCR character recognition, and then the end points of the drawn straight line are corrected through the rectangular object so as to realize the scheme of intelligent hand-drawn straight line, so that the drawn straight line is more accurate, meanwhile, the threshold is lower, the intelligent operation feeling can be brought to a user, and the user experience is improved.
Drawings
Fig. 1 is a schematic flow chart of an OCR-based electronic whiteboard straight line drawing method according to the present invention;
FIG. 2 is a schematic diagram of hand-drawn handwriting in the transverse direction of the present invention;
FIG. 3 is a schematic diagram of hand-drawn handwriting in the longitudinal direction of the present invention;
fig. 4 is a schematic block diagram of an OCR-based electronic whiteboard straight line drawing system according to the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
This implementation provides an electronic whiteboard straight line drawing method based on OCR, and this embodiment compares in the current straight line drawing scheme of electronic whiteboard, through carrying out sharp figure recognition to the hand-drawn handwriting with the help of OCR character recognition, and the scheme of rethread correction algorithm drawing realization intelligence hand-drawn straight line realizes that the threshold is lower to can bring for user's intelligent operation sense, promote user experience.
As shown in fig. 1, the electronic whiteboard straight line drawing method of this embodiment specifically includes the following steps:
step S1: generating corresponding hand-drawn handwriting in response to the touch event, performing character symbol recognition on the hand-drawn handwriting, and marking character symbols meeting preset conditions as target line segments;
step S2: establishing a rectangular object, updating the vertex position of the rectangular object according to the hand-drawn handwriting to obtain the width and height parameters of the updated rectangular object, re-determining the starting point coordinate and the end point coordinate of the target line segment according to the width and height parameters, and performing connection drawing on the starting point coordinate and the end point coordinate to display the hand-drawn linear image.
The touch event comprises a press-down event and a lift-up event, and a corresponding lift-up event is generated after the press-down event is generated, so that the press-down event and the lift-up event generated after the touch operation of the press-down and the lift-up are associated to form a complete touch event.
Recording the X-axis coordinate and the Y-axis coordinate of the event in real time after receiving the press event; when the touch event is recorded, whether a new press-down event is received within preset time after the lift-up event is executed currently needs to be judged; if not, representing that the current touch operation is finished, recording the lift-off event and the hand-drawn handwriting drawn during the press-down event associated with the lift-off event to obtain a complete touch event; and if a new press-down event corresponding to the next touch operation is received within the preset time, continuing to record the hand-drawn handwriting until a new lift-up event is obtained, and fusing the new lift-up event and the hand-drawn handwriting drawn during the press-down event of the previous touch operation to obtain a complete touch event. If the coordinate points of the lifting event of the previous touch operation and the pressing event of the next touch operation are not consistent, automatically connecting the coordinate points of the lifting event of the previous touch operation and the pressing event of the next touch operation.
After the hand-drawn handwriting is recorded, X-axis coordinate data and Y-axis coordinate data of a touch event can be obtained, and then the recorded coordinate data is transmitted to an SDK tool of OCR character symbols for recognition so as to obtain a character symbol result corresponding to the hand-drawn handwriting; in addition, the OCR character recognition SDK can be replaced by an SDK which can recognize characters or symbols with similar straight lines by different platforms.
And comparing the character symbol recognition result obtained by recognition with a preset linear model, wherein the preset linear model comprises a large number of character symbols similar to the linear handwriting, if the similarity between the character symbol recognition result obtained by recognition and any character symbol in the preset linear model is greater than or equal to a threshold value, the preset condition is met, at the moment, the fact that the user draws the straight line at this time can be judged, and the hand-drawn handwriting can be marked as a target line segment.
Considering that the starting and ending positions of the handwriting may be slightly curved, as shown in fig. 2 and 3, the starting and ending positions of the handwriting cannot be used simply as the two ends of the straight line. In order to draw a straight line close to the handwriting more accurately, after the recognition result of the hand-drawn handwriting confirms that the straight line is the straight line, the straight line is corrected and drawn, and the flow is as follows:
establishing a rectangular object, wherein the original size of the rectangular object can be any size or a fixed size;
carrying out coordinate comparison on X-axis coordinate data of the hand-drawn handwriting so as to obtain a leftmost end coordinate and a rightmost end coordinate on an X axis, and carrying out offset correction on the left side and the right side of the rectangular object so that the left side of the rectangular object is intersected with the leftmost end coordinate and the right side of the rectangular object is intersected with the rightmost end coordinate;
carrying out coordinate comparison on Y-axis coordinate data of the hand-drawn handwriting to obtain the uppermost coordinate and the lowermost coordinate on the Y axis, and carrying out offset correction on the upper side and the lower side of the rectangular object to enable the upper side of the rectangular object to be intersected with the uppermost coordinate and the lower side of the rectangular object to be intersected with the lowermost coordinate;
the above-mentioned process of correcting the left and right sides and the upper and lower sides of the rectangular object can be performed simultaneously;
the corrected rectangular object is the largest rectangular area intersected with the handwriting path, and the width and height parameters of the rectangular object are obtained according to the coordinates of four vertexes of the corrected rectangular object, are equivalent to the width and height parameters of the area where the target line segment is located, and specifically refer to a height value and a width value.
Judging the hand-drawing direction of the straight line according to the height value and the width value of the rectangular object, thereby obtaining the starting point coordinate and the end point coordinate of the straight line; the method for judging the direction of the linear freehand drawing comprises the following steps: on the premise that the hand-drawn handwriting recognition result is a straight line, if the width value of the rectangular handwriting area is larger than the height value, as shown in fig. 2, the straight line can be judged to be transversely hand-drawn; conversely, as shown in fig. 3, if the height of the rectangular object is greater than the width, it can be determined that the straight line is vertically hand-drawn.
If the straight-line hand-drawing direction is transverse, marking the leftmost end coordinate and the rightmost end coordinate of the target line segment as a starting point coordinate and an end point coordinate respectively; if the straight-line hand-drawing direction is longitudinal, respectively marking the uppermost end coordinate and the lowermost end coordinate of the target line segment as a starting point coordinate and an end point coordinate; and then, connecting the obtained start point coordinates and the end point coordinates by using a Canvas native method, thereby drawing a straight line close to the hand-drawn handwriting.
When the coordinates of the starting point and the coordinates of the end point are determined, the time stamp of each coordinate point can be considered, namely, when a user generates one coordinate point during drawing, the time stamp corresponding to the coordinate point is generated according to the drawing time; after the straight line hand-drawing direction is judged, the starting point coordinate and the end point coordinate are determined by combining the time stamp of the coordinate point, so that the drawing direction of the straight line is distinguished, and the straight line is conveniently displayed or identified.
Example two
The embodiment provides an OCR-based electronic whiteboard linear drawing system, which executes the OCR-based electronic whiteboard linear drawing method according to the first embodiment, and as shown in fig. 4, the OCR-based electronic whiteboard linear drawing system includes:
the event recording module is used for acquiring a touch event and generating corresponding hand-drawn handwriting;
the handwriting recognition module is used for acquiring the hand-drawn handwriting, performing character symbol recognition on the hand-drawn handwriting and marking the character symbols meeting the preset conditions as target line segments;
the coordinate correction module is used for establishing a rectangular object and updating the vertex position of the rectangular object according to the hand-drawn handwriting so as to obtain the width and height parameters of the updated rectangular object;
and the straight line drawing module is used for re-determining the start point coordinates and the end point coordinates of the target line segment according to the width and height parameters, and connecting and drawing the start point coordinates and the end point coordinates to display the hand-drawn straight line image.
In addition, the present embodiment also provides an electronic device, which includes a processor, a memory, and a computer program stored in the memory and executable on the processor, where the processor implements the OCR-based electronic whiteboard straight line drawing method in the first embodiment when executing the computer program; in addition, the present embodiment also provides a computer-readable storage medium, on which a computer program is stored, which when executed, implements the above-mentioned OCR-based electronic whiteboard straight line drawing method.
The system, the device and the storage medium in this embodiment are based on two aspects of the same inventive concept, and the method implementation process has been described in detail in the foregoing, so that those skilled in the art can clearly understand the structure and implementation process of the system, the device and the storage medium in this embodiment according to the foregoing description, and for the sake of brevity of the description, no further description is provided here.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.
Claims (10)
1. An electronic whiteboard straight line drawing method based on OCR is characterized by comprising the following steps:
acquiring hand-drawn handwriting, and identifying and determining a target line segment through character symbols;
acquiring width and height parameters of an area where a target line segment is located, and determining a starting point coordinate and an end point coordinate;
and drawing a connecting line based on the starting point coordinate and the end point coordinate to obtain a hand-drawn straight line image.
2. An OCR-based electronic whiteboard linear drawing method according to claim 1, wherein obtaining the hand-drawn handwriting is obtained in response to a touch event; the touch event comprises a press-down event and a lift-off event associated with the press-down event, and the method further comprises the following steps when recording the touch event:
judging whether a new press-down event is received within preset time after the lift-up event is executed currently; if not, recording the lift-off event and the hand-drawn handwriting drawn during the press-down event associated with the lift-off event to obtain a complete touch event; and if a new pressing event is received, continuously recording the hand-drawn handwriting until a new lifting event is obtained, and fusing the new lifting event and the hand-drawn handwriting drawn during the previous pressing event to obtain a complete touch event.
3. An OCR-based electronic whiteboard linear drawing method according to claim 2, wherein the hand-drawn handwriting includes X-axis coordinate data and Y-axis coordinate data of a touch event, and OCR character symbol recognition is performed on the coordinate data to obtain character symbols corresponding to the hand-drawn handwriting.
4. An OCR-based electronic whiteboard linear drawing method according to claim 1, wherein the method for determining the target line segment is:
and judging whether the comparison similarity between the result of the hand-drawn handwriting after the character symbol recognition and a preset straight line model is greater than or equal to a threshold value, if so, marking the hand-drawn handwriting as a target line segment.
5. An OCR-based electronic whiteboard linear drawing method according to claim 3, wherein the width and height parameters are obtained by constructing a rectangular object, and specifically comprise:
carrying out coordinate comparison on X-axis coordinate data of the hand-drawn handwriting to obtain a leftmost end coordinate and a rightmost end coordinate on an X axis, and correcting the left side and the right side of the constructed rectangular object to enable the left side of the rectangular object to be intersected with the leftmost end coordinate and the right side of the rectangular object to be intersected with the rightmost end coordinate;
carrying out coordinate comparison on Y-axis coordinate data of the hand-drawn handwriting to obtain the uppermost coordinate and the lowermost coordinate on the Y axis, and correcting the upper side and the lower side of the same rectangular object to enable the upper side of the rectangular object to be intersected with the uppermost coordinate and the lower side of the rectangular object to be intersected with the lowermost coordinate;
and acquiring the width and height parameters of the rectangular object according to the corrected vertex position of the rectangular object.
6. An OCR-based electronic whiteboard straight line drawing method according to claim 5, wherein the method for determining the start point coordinates and the end point coordinates is:
determining the direction of the straight line hand-drawing according to the width and height parameters of the corrected rectangular object;
if the straight-line hand-drawing direction is transverse, marking the leftmost end coordinate and the rightmost end coordinate of the target line segment as a starting point coordinate and an end point coordinate respectively;
and if the straight-line hand-drawing direction is longitudinal, respectively marking the uppermost end coordinate and the lowermost end coordinate of the target line segment as a starting point coordinate and an end point coordinate.
7. An OCR-based electronic whiteboard straight line drawing method according to claim 6, wherein the method for determining the straight line direction according to the corrected width and height parameters of the rectangular object is:
if the width value of the rectangular object is larger than the height value, the straight line is judged to be the transverse hand-drawing direction;
and if the height value of the rectangular object is larger than the width value, judging that the straight line is the longitudinal hand-drawing direction.
8. An OCR-based electronic whiteboard straight line drawing system, characterized by executing the OCR-based electronic whiteboard straight line drawing method according to any one of claims 1 to 7, comprising:
the handwriting recognition module is used for acquiring hand-drawn handwriting and identifying and determining a target line segment through character symbols;
the coordinate correction module is used for acquiring width and height parameters of an area where the target line segment is located and determining a starting point coordinate and an end point coordinate;
and the straight line drawing module is used for drawing a connecting line based on the starting point coordinate and the end point coordinate to obtain a hand-drawn straight line image.
9. An electronic device, comprising a processor, a memory and a computer program stored on the memory and operable on the processor, wherein the processor, when executing the computer program, implements the OCR-based electronic whiteboard straight drawing method according to any one of claims 1 to 7.
10. A computer-readable storage medium, having a computer program stored thereon, wherein the computer program is executed to implement the OCR-based electronic whiteboard straight line drawing method according to any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111661183.8A CN114241090B (en) | 2021-12-31 | 2021-12-31 | OCR-based electronic whiteboard straight line drawing method, system, equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111661183.8A CN114241090B (en) | 2021-12-31 | 2021-12-31 | OCR-based electronic whiteboard straight line drawing method, system, equipment and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114241090A true CN114241090A (en) | 2022-03-25 |
CN114241090B CN114241090B (en) | 2022-11-04 |
Family
ID=80745121
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111661183.8A Active CN114241090B (en) | 2021-12-31 | 2021-12-31 | OCR-based electronic whiteboard straight line drawing method, system, equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114241090B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024143821A1 (en) * | 2022-12-27 | 2024-07-04 | 삼성전자주식회사 | Electronic device for generating floor plan image, and control method of same |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04342089A (en) * | 1991-05-20 | 1992-11-27 | Hitachi Ltd | Character input procedding method |
JP2005108032A (en) * | 2003-09-30 | 2005-04-21 | Toshiba Corp | Handwriting processing device |
JP2010055322A (en) * | 2008-08-27 | 2010-03-11 | Pentel Corp | Handwriting input system |
JP2012108893A (en) * | 2010-10-22 | 2012-06-07 | Metamoji Corp | Hand-written entry method |
US20160350949A1 (en) * | 2015-05-27 | 2016-12-01 | Kyocera Document Solutions Inc. | Method and System for Rendering Rectangle Drawing Objects Using One-Line Raster Image Data |
CN106255979A (en) * | 2014-04-16 | 2016-12-21 | 工业研究与信息服务处 | Line segmentation method |
CN107196956A (en) * | 2017-06-15 | 2017-09-22 | 广州视源电子科技股份有限公司 | Handwriting data synchronization method and device, storage medium and terminal equipment |
CN108038426A (en) * | 2017-11-29 | 2018-05-15 | 阿博茨德(北京)科技有限公司 | The method and device of chart-information in a kind of extraction document |
CN112083870A (en) * | 2020-09-09 | 2020-12-15 | 青岛海信商用显示股份有限公司 | Information identification method and equipment |
CN112562036A (en) * | 2020-12-10 | 2021-03-26 | 卡斯柯信号(成都)有限公司 | Method for drawing configuration system turnout icon by linear polygon |
CN112711362A (en) * | 2020-12-24 | 2021-04-27 | 北京华宇信息技术有限公司 | Method and device for generating hand-drawn flow chart icon in standardized manner |
CN112884864A (en) * | 2021-01-21 | 2021-06-01 | 广州朗国电子科技有限公司 | Drawing method based on automatic correction rectangle of electronic whiteboard and application thereof |
CN113011412A (en) * | 2021-04-15 | 2021-06-22 | 深圳市鹰硕云科技有限公司 | Character recognition method, device, equipment and storage medium based on stroke order and OCR (optical character recognition) |
CN113283304A (en) * | 2021-04-28 | 2021-08-20 | 深圳市鹰硕技术有限公司 | Online exercise method and device with character recognition optimization function |
-
2021
- 2021-12-31 CN CN202111661183.8A patent/CN114241090B/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04342089A (en) * | 1991-05-20 | 1992-11-27 | Hitachi Ltd | Character input procedding method |
JP2005108032A (en) * | 2003-09-30 | 2005-04-21 | Toshiba Corp | Handwriting processing device |
JP2010055322A (en) * | 2008-08-27 | 2010-03-11 | Pentel Corp | Handwriting input system |
JP2012108893A (en) * | 2010-10-22 | 2012-06-07 | Metamoji Corp | Hand-written entry method |
CN106255979A (en) * | 2014-04-16 | 2016-12-21 | 工业研究与信息服务处 | Line segmentation method |
US20160350949A1 (en) * | 2015-05-27 | 2016-12-01 | Kyocera Document Solutions Inc. | Method and System for Rendering Rectangle Drawing Objects Using One-Line Raster Image Data |
CN107196956A (en) * | 2017-06-15 | 2017-09-22 | 广州视源电子科技股份有限公司 | Handwriting data synchronization method and device, storage medium and terminal equipment |
CN108038426A (en) * | 2017-11-29 | 2018-05-15 | 阿博茨德(北京)科技有限公司 | The method and device of chart-information in a kind of extraction document |
CN112083870A (en) * | 2020-09-09 | 2020-12-15 | 青岛海信商用显示股份有限公司 | Information identification method and equipment |
CN112562036A (en) * | 2020-12-10 | 2021-03-26 | 卡斯柯信号(成都)有限公司 | Method for drawing configuration system turnout icon by linear polygon |
CN112711362A (en) * | 2020-12-24 | 2021-04-27 | 北京华宇信息技术有限公司 | Method and device for generating hand-drawn flow chart icon in standardized manner |
CN112884864A (en) * | 2021-01-21 | 2021-06-01 | 广州朗国电子科技有限公司 | Drawing method based on automatic correction rectangle of electronic whiteboard and application thereof |
CN113011412A (en) * | 2021-04-15 | 2021-06-22 | 深圳市鹰硕云科技有限公司 | Character recognition method, device, equipment and storage medium based on stroke order and OCR (optical character recognition) |
CN113283304A (en) * | 2021-04-28 | 2021-08-20 | 深圳市鹰硕技术有限公司 | Online exercise method and device with character recognition optimization function |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024143821A1 (en) * | 2022-12-27 | 2024-07-04 | 삼성전자주식회사 | Electronic device for generating floor plan image, and control method of same |
Also Published As
Publication number | Publication date |
---|---|
CN114241090B (en) | 2022-11-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
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 | |
CN104063723B (en) | The stroke restoring method and device of the Off-line Handwritten Chinese | |
US20060126935A1 (en) | Method and system for identifying multiple questionnaire pages | |
US11080464B2 (en) | Correction techniques of overlapping digital glyphs | |
CN114241090B (en) | OCR-based electronic whiteboard straight line drawing method, system, equipment and medium | |
CN111737478B (en) | Text detection method, electronic device and computer readable medium | |
CN112884864B (en) | Drawing method based on electronic whiteboard for automatically correcting rectangle and application thereof | |
CN110321837A (en) | A kind of recognition methods, device, terminal and the storage medium of examination question score | |
CN106155540B (en) | Electronic brush pen pen shape treating method and apparatus | |
US6810147B2 (en) | Document image processing apparatus for processing line portions manually input to document image, method therefor, and computer readable recording medium recorded with document image processing program therefor | |
CN110633042A (en) | Handwriting erasing method, device and equipment for electronic whiteboard | |
CN112639712A (en) | Character writing error detection method, terminal equipment and storage medium | |
CN114419632A (en) | OCR training sample generation method, device and system | |
CN113748429A (en) | Word recognition method, device and storage medium | |
CN110705442A (en) | Method for automatically acquiring test paper answers, terminal equipment and storage medium | |
CN107209862A (en) | Program, information storage medium and identifying device | |
CN111090343B (en) | Method and device for identifying click-to-read content in click-to-read scene | |
CN112819924A (en) | Picture editing method and device, electronic equipment and storage medium | |
CN107967105A (en) | Handwritten content editing equipment and method | |
CN113970996B (en) | Character gesture recognition method and system | |
CN114596582B (en) | Augmented reality interaction method and system with vision and force feedback | |
JP2006309505A (en) | Terminal unit, program, and document for electronic pen | |
CN115841671A (en) | Calligraphy character skeleton correction method, system and storage medium | |
CN111563511B (en) | Method and device for intelligent frame questions, electronic equipment and storage medium | |
JP2001075721A (en) | Device and method for graphic input and recording medium where program for graphic input is recorded |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |