JPH10105650A - Character recognition device - Google Patents

Character recognition device

Info

Publication number
JPH10105650A
JPH10105650A JP8258616A JP25861696A JPH10105650A JP H10105650 A JPH10105650 A JP H10105650A JP 8258616 A JP8258616 A JP 8258616A JP 25861696 A JP25861696 A JP 25861696A JP H10105650 A JPH10105650 A JP H10105650A
Authority
JP
Japan
Prior art keywords
character
recognition
candidate
input
unit
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.)
Pending
Application number
JP8258616A
Other languages
Japanese (ja)
Inventor
Noriyuki Osuga
典之 大須賀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP8258616A priority Critical patent/JPH10105650A/en
Publication of JPH10105650A publication Critical patent/JPH10105650A/en
Pending legal-status Critical Current

Links

Landscapes

  • Character Discrimination (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a character recognition device which has a high character recognition processing speed and a high character recognition precision. SOLUTION: A first candidate output part 30 outputs the most likely candidate out of recognition candidates sent from an online recognition part 50 to a liquid crystal tablet 10 as a first candidate. Thereafter, a control part 20 sends information of the form of an entire character to an offline recognition part 70, and this part 70 extracts features of the character from the form of the entire character and refers to an offline recognition dictionary 80, where character codes corresponding to features of characters are described, to recognize the character. The candidate obtained as the result of character recognition is sent to a next candidate output part 40, and this part 40 outputs the recognition candidate obtained by the offline recognition part 70 to the liquid crystal tablet 10 as a next candidate in accordance with user's instruction.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ペンを用いて手書
きで文字を入力すると、その文字を認識して文字コード
に変換することができる文字認識装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character recognition device capable of recognizing a character and converting it into a character code when a character is inputted by handwriting using a pen.

【0002】[0002]

【従来の技術】手書き文字の認識の手法としては、入力
された1つの線(以下、ストロークと称す)を認識単位
とし、ストロークの時系列を用いて認識を行うオンライ
ン方式と、文字の形を用いて認識を行うオフライン方式
とがある。
2. Description of the Related Art As a method of recognizing handwritten characters, an online method in which one input line (hereinafter, referred to as a stroke) is used as a recognition unit and recognition is performed using a time series of strokes, and a character shape is used. There is an off-line method for performing recognition by using the method.

【0003】例えば、ペンを用いて、図1(a)のよう
に「大」という文字が入力されたとき、オンライン方式
では、図1(b)の3つのストロークの時系列を用いて
文字認識を行う。また、オフライン方式では、文字の形
状から何らかの特徴を抽出して文字認識を行うが、例え
ば、図1(c)のように文字の線を太くして、その輪郭
線の方向成分を特徴量として、文字認識を行う。
For example, when a character "Large" is input using a pen as shown in FIG. 1A, in the online method, character recognition is performed using a time series of three strokes shown in FIG. 1B. I do. In the off-line method, character recognition is performed by extracting some characteristic from the character shape. For example, as shown in FIG. 1C, a character line is thickened, and a direction component of the outline is used as a feature amount. Perform character recognition.

【0004】従来、ペンを用いて手書きで文字を入力
し、それをリアルタイムに認識する文字認識装置におい
ては、認識手法としてオンライン方式を用いるのが主流
であった。
Conventionally, in a character recognition apparatus for inputting characters by hand using a pen and recognizing the characters in real time, an online method has been mainly used as a recognition method.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上述し
たような文字認識装置では、ストロークの時系列を用い
て文字認識を行うため、使用者が書き順を間違えて入力
すると、正しい認識ができなかったり、正しい書き順で
入力しても、ストロークとストロークの交わりの情報が
分からないため誤認識したりすることがあった。
However, in the above-described character recognition device, character recognition is performed using a time series of strokes. Therefore, if a user inputs a wrong stroke order, correct recognition cannot be performed. However, even if the characters are input in the correct writing order, there is a case where the information of the intersection of the strokes is not known, so that the stroke may be erroneously recognized.

【0006】例えば、前述の「大」という文字を入力し
た場合、図2(a)のように間違った書き順で入力した
とすると、図2(b)のような認識結果となってしま
い、正解の候補が出てこない可能性がある。
For example, when the character "large" is input, if the input is performed in an incorrect writing order as shown in FIG. 2A, a recognition result as shown in FIG. 2B is obtained. There is a possibility that no correct answer candidate will come out.

【0007】一方、オフライン方式で文字認識をすれ
ば、文字の形状を用いて認識をするので、間違った書き
順で入力しても、正しい認識ができる可能性が高い。但
し、オフライン方式は1ストローク入力される毎に、文
字認識の処理を進めることができるのに対し、オフライ
ン方式は1文字全て入力し終わった後でないと、文字認
識の処理に移ることができないため、文字の入力が終わ
ってから、認識候補が出力されるまでに時間がかかると
いう問題がある。
On the other hand, if character recognition is performed by the off-line method, the recognition is performed using the shape of the character. Therefore, even if the characters are input in an incorrect writing order, there is a high possibility that correct recognition is possible. However, in the offline method, the character recognition process can proceed each time one stroke is input, whereas in the offline method, the character recognition process cannot be performed until after all the characters have been input. However, there is a problem that it takes a long time after the input of the character is completed until the recognition candidate is output.

【0008】本発明は、上述した問題点を解決するため
になされたものであり、文字認識の処理速度が速く、か
つ認識精度が高い文字認識装置を提供することを目的と
している。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and has as its object to provide a character recognition device which has a high character recognition processing speed and high recognition accuracy.

【0009】[0009]

【課題を解決するための手段】この目的を達成するため
に、本発明の請求項1に記載の文字認識装置は、手書き
で文字を入力する手書き文字入力手段と、前記手書き文
字入力手段によって入力された文字を認識して文字コー
ドに変換する文字認識手段と、前記文字認識手段によっ
て認識された文字を表示する表示手段とを備えたものを
対象として、特に、前記文字認識手段は、前記手書き文
字入力手段によって入力された線の時系列を用いて文字
認識を行うオンライン認識手段と、前記オンライン認識
手段で文字認識された認識候補を第1候補として出力す
る第1候補出力手段と、文字全体の形を用いて文字認識
を行うオフライン認識手段と、前記オフライン認識手段
で文字認識された認識候補を次候補として出力する次候
補出力手段とを備えたことを特徴としている。
In order to achieve this object, a character recognition apparatus according to a first aspect of the present invention comprises a handwritten character input unit for inputting characters by handwriting, and an input device for inputting characters by the handwritten character input unit. The character recognition means for recognizing the converted character into a character code, and a display means for displaying the character recognized by the character recognition means. Online recognition means for performing character recognition using a time series of lines input by a character input means, first candidate output means for outputting a recognition candidate recognized by the online recognition means as a first candidate, And offline candidate recognizing means for performing character recognition using the form of (i) and a next candidate output means for outputting a recognition candidate recognized by the offline recognizing means as a next candidate. It is characterized in that was.

【0010】上記の構成を有する本発明の文字認識装置
によれば、使用者が手書き文字入力手段により文字の入
力を開始すると、ストローク情報を、1ストロークずつ
オンライン認識手段に送る。オンライン認識手段は受け
取ったストローク情報を用いて、認識処理を行い、第1
候補出力手段がオンライン認識手段で文字認識された認
識候補を第1候補として表示手段に表示する。その後、
文字入力手段が文字の全体の形状の情報をオフライン認
識手段に送り、オフライン認識手段は受け取った文字の
形状を用いて文字認識処理を行う。使用者により、次候
補の指示がなされると、次候補出力手段がオフライン認
識手段で文字認識された認識候補を次候補として表示手
段に出力する。
According to the character recognition device of the present invention having the above-described configuration, when the user starts inputting characters by the handwritten character input means, the stroke information is sent to the online recognition means one stroke at a time. The online recognition means performs a recognition process using the received stroke information,
The candidate output means displays, on the display means, the recognition candidate recognized by the character recognition by the online recognition means as a first candidate. afterwards,
The character input means sends information on the entire shape of the character to the off-line recognition means, and the off-line recognition means performs a character recognition process using the received character shape. When the user gives an instruction of the next candidate, the next candidate output means outputs the recognition candidate recognized by the off-line recognition means to the display means as the next candidate.

【0011】また、請求項2に記載の文字認識装置は、
前記次候補出力手段は、前記オンライン認識手段で文字
認識された認識候補と、前記オフライン認識手段で文字
認識された認識候補とを統合して次候補を生成し、表示
手段に出力する。
[0011] The character recognition device according to claim 2 is
The next candidate output unit integrates the recognition candidates recognized by the online recognition unit for the characters and the recognition candidates recognized by the offline recognition unit to generate the next candidates, and outputs the next candidates to the display unit.

【0012】[0012]

【発明の実施の形態】以下に、本発明の実施の形態につ
いて図面を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0013】本実施の形態の文字認識装置の概略的構成
を示すブロック図を図3に示す。図3に示すように、本
発明の手書き文字入力手段及び表示手段を構成する入出
力一体型の液晶タブレット10が、データの転送等の制
御を行う制御部20に接続されている。制御部20はオ
ンライン認識手段であるオンライン認識部50、オフラ
イン認識手段であるオフライン認識部70にそれぞれ接
続されている。また、制御部20はオンライン認識部5
0から送られてきた認識候補を第1候補として液晶タブ
レット10に出力する第1候補出力手段である第1候補
出力部30、及びオフライン認識部70から送られてき
た認識候補を次候補として液晶タブレット10に出力す
る次候補出力手段である次候補出力部40を含んでい
る。そして、オンライン認識部50はオンライン認識辞
書60に接続されており、オフライン認識部70はオフ
ライン認識辞書80に接続されている。
FIG. 3 is a block diagram showing a schematic configuration of the character recognition device according to the present embodiment. As shown in FIG. 3, an input / output integrated liquid crystal tablet 10 constituting a handwritten character input unit and a display unit of the present invention is connected to a control unit 20 for controlling data transfer and the like. The control unit 20 is connected to an online recognition unit 50 as an online recognition unit and an offline recognition unit 70 as an offline recognition unit. In addition, the control unit 20 controls the online recognition unit 5
The first candidate output unit 30 is a first candidate output unit that outputs the recognition candidate sent from the first unit to the liquid crystal tablet 10 as a first candidate, and the next candidate is a recognition candidate sent from the offline recognition unit 70. It includes a next candidate output unit 40 that is a next candidate output unit that outputs to the tablet 10. The online recognition unit 50 is connected to an online recognition dictionary 60, and the offline recognition unit 70 is connected to an offline recognition dictionary 80.

【0014】次に、前記のように構成された文字認識装
置の文字認識動作を説明する。
Next, the character recognition operation of the character recognition device configured as described above will be described.

【0015】使用者が、ペンを用いて液晶タブレット1
0上で手書きにより文字の入力を開始すると、制御部2
0が、1ストロークの入力が終わる毎に、入力されたス
トロークの情報をオンライン認識部50に送る。オンラ
イン認識部50は、ストロークの時系列と対応する文字
コードを記述したオンライン認識辞書60を参照しなが
ら文字認識を行う。1文字の入力が終わると、制御部2
0は、1文字終了の信号をオンライン認識部50に出力
し、オンライン認識部50は、文字認識した結果の候補
を第1候補出力部30に送る。第1候補出力部30は、
オンライン認識部50から送られてきた認識候補の内、
最も確からしい候補を第1候補として液晶タブレット1
0に出力する。
The user operates the liquid crystal tablet 1 using a pen.
When input of characters is started by handwriting on the control unit 0, the control unit 2
0 sends the input stroke information to the online recognition unit 50 every time one stroke is input. The online recognition unit 50 performs character recognition while referring to an online recognition dictionary 60 that describes a character code corresponding to a time series of strokes. When the input of one character is completed, the control unit 2
0 outputs a signal indicating completion of one character to the online recognition unit 50, and the online recognition unit 50 sends a candidate for the result of character recognition to the first candidate output unit 30. The first candidate output unit 30 includes:
Of the recognition candidates sent from the online recognition unit 50,
LCD tablet 1 with the most probable candidate as the first candidate
Output to 0.

【0016】その後、制御部20は、文字全体の形状の
情報をオフライン認識部70に送り、オフライン認識部
70は、文字全体の形状から文字の特徴を抽出して、文
字の特徴と対応する文字コードを記述したオフライン認
識辞書80を参照しながら文字認識を行う。そして、文
字認識の結果、得られた候補を次候補出力部40に送
り、次候補出力部40は使用者の指示に従い、オフライ
ン認識部70で得られた認識候補を次候補として液晶タ
ブレット10に出力する。
Thereafter, the control unit 20 sends the information on the shape of the entire character to the offline recognition unit 70. The offline recognition unit 70 extracts the characteristics of the character from the shape of the entire character, and extracts the character corresponding to the characteristic of the character. Character recognition is performed with reference to an offline recognition dictionary 80 in which codes are described. Then, the candidate obtained as a result of the character recognition is sent to the next candidate output unit 40, and the next candidate output unit 40 sends the recognition candidate obtained by the offline recognition unit 70 to the liquid crystal tablet 10 as the next candidate according to the instruction of the user. Output.

【0017】図4(a)に、液晶タブレット10の表示
例を示す。その液晶タブレット10の画面上には、認識
候補を表示したり、文字の追加、削除等の編集作業を行
って文章を作成する文章表示領域100と、ペンによる
文字入力を行って文字入力の軌跡を表示する文字入力領
域110と、1文字の入力を終了して文字認識の開始を
指示する認識開始ボタン120と、次候補の出力を指示
する次候補ボタン130とが設けられる。
FIG. 4A shows a display example of the liquid crystal tablet 10. On the screen of the liquid crystal tablet 10, a text display area 100 in which recognition candidates are displayed and text is created by performing editing work such as addition and deletion of characters, and a trajectory of character input by performing character input with a pen Are provided, a recognition start button 120 for ending the input of one character and instructing the start of character recognition, and a next candidate button 130 for instructing the output of the next candidate.

【0018】次に、使用者がペンを用いて「大」という
文字を入力した場合を例にとって、本実施の形態の動作
を説明する。
Next, the operation of the present embodiment will be described by taking, as an example, a case where the user inputs the character "large" using a pen.

【0019】使用者がペンを用いて文字入力領域110
に「大」という文字の入力を開始すると、オンライン認
識部50が文字認識を開始する。1文字入力が終わった
時点で、使用者が認識開始ボタン120をペンでタッチ
すると、制御部20が1文字終了の信号をオンライン認
識部50に出力し、オンライン認識部50から認識候補
が第1候補出力部30に入力され、第1候補出力部30
が第1候補を文章表示領域100に出力する。「大」の
書き順を間違えて入力し、図2(a)の書き順で入力し
てしまった時の第1候補出力の結果の例を図4(a)に
示す。その後、第1候補が正解でないので、使用者が次
候補ボタン130をペンでタッチしたとする。すると、
次候補出力部40が、オフライン認識部70で認識され
た認識候補を文章表示領域100に表示する。図4
(b)に次候補を出力した例を示している。
The user uses a pen to enter a character input area 110.
When the input of the character "large" is started, the online recognition unit 50 starts character recognition. When the user touches the recognition start button 120 with a pen at the end of one character input, the control unit 20 outputs a signal of one character end to the online recognition unit 50, and the online candidate recognizes the first recognition candidate. The input to the candidate output unit 30 and the first candidate output unit 30
Outputs the first candidate to the sentence display area 100. FIG. 4A shows an example of the result of the first candidate output when the writing order of “large” is input in the wrong order and the input is performed in the writing order of FIG. 2A. After that, since the first candidate is not the correct answer, it is assumed that the user touches the next candidate button 130 with a pen. Then
The next candidate output unit 40 displays the recognition candidates recognized by the offline recognition unit 70 in the text display area 100. FIG.
(B) shows an example in which the next candidate is output.

【0020】「大」という文字の入力を開始してから、
文字認識の第1候補、及び次候補を出力し、確定するま
での動作を図5のフローチャートを用いて、もう1度詳
しく説明する。先ず、ステップ1(以下、S1と略称す
る。他のステップも同様)で、使用者が、ペンを用いて
文字を入力中か否かを調べる。これは、ペンが文字入力
領域110に接触しているか否かで調べることができ
る。入力中であれば、S2で、1ストロークの入力が終
わるのを待つ。これは、ペンが文字入力領域110から
離れることを検知することで行う。
[0020] After starting to input the character "Large",
The operation of outputting the first candidate and the next candidate for character recognition until it is determined will be described again in detail with reference to the flowchart of FIG. First, in step 1 (hereinafter, abbreviated as S1; other steps are the same), it is checked whether or not the user is inputting a character using a pen. This can be determined by checking whether the pen is in contact with the character input area 110. If the input is being performed, in step S2, the process waits until the input of one stroke is completed. This is performed by detecting that the pen leaves the character input area 110.

【0021】そして、S3で、ストロークの情報(即
ち、ペンが文字入力領域110に接触してから離れるま
での軌跡)をオンライン認識部50に出力する。S4
で、オンライン認識部50は、オンライン認識辞書60
を参照しながらオンライン認識処理を行う。1ストロー
ク分の認識処理が終わると、S1に戻る。S1で、文字
入力中でなければ、S5で、認識開始ボタン120が押
されたか否かを調べる。認識開始ボタン120が押され
ていれば、S6で、1文字終了の信号をオンライン認識
部50に出力する。また、S5で、認識開始ボタン12
0が押されていなければ、S7で、他の操作(文章の編
集操作等)が行われたか否かを調べ、他の操作が行われ
ていれば、そこまでで1文字の入力が終了したとみなし
て、S6に移る。他の操作が行われていなければ、S1
に戻る。S6の後、S8で、オンライン文字認識部50
は、文字認識結果を第1候補出力部30に出力する。そ
して、S9で、第1候補を出力する。
Then, in S 3, stroke information (that is, a trajectory from when the pen comes into contact with the character input area 110 until it leaves) is output to the online recognition unit 50. S4
Then, the online recognition unit 50 outputs the online recognition dictionary 60
And perform online recognition processing. When the recognition process for one stroke is completed, the process returns to S1. If it is determined in step S1 that a character is not being input, it is determined in step S5 whether the recognition start button 120 has been pressed. If the recognition start button 120 has been pressed, a signal indicating the end of one character is output to the online recognition unit 50 in S6. In S5, the recognition start button 12
If 0 has not been pressed, it is checked in step S7 whether another operation (text editing operation, etc.) has been performed. If another operation has been performed, the input of one character has been completed up to that point. It moves to S6. If no other operation has been performed, S1
Return to After S6, in S8, the online character recognition unit 50
Outputs the character recognition result to the first candidate output unit 30. Then, in S9, the first candidate is output.

【0022】図4の例では、使用者が「大」を図2
(a)の書き順で文字入力して(S1、S2、S3)、
オンライン文字認識を行い(S4)、使用者が、認識開
始ボタン120をペンでタッチすると(S5、S6)、
図2(b)のオンライン文字認識結果を第1候補出力部
30に入力する(S8)。第1候補出力部30は認識候
補の内で、最も確からしい候補「A」を、第1候補とし
て文章表示領域100に出力する(S9)。このときの
表示が、図4(a)である。
In the example of FIG. 4, the user indicates “large” in FIG.
Input characters in the writing order of (a) (S1, S2, S3),
Online character recognition is performed (S4), and when the user touches the recognition start button 120 with a pen (S5, S6),
The online character recognition result of FIG. 2B is input to the first candidate output unit 30 (S8). The first candidate output unit 30 outputs the most probable candidate “A” among the recognition candidates to the text display area 100 as the first candidate (S9). The display at this time is shown in FIG.

【0023】その後、S10で、入力された文字の形状
をオフライン認識部70に送り、オフライン認識部70
が、オフライン認識辞書80を参照してオフライン文字
認識処理を開始する。そして、S11で、次候補ボタン
130が押されたか否かを調べ、押されていれば、S1
2で、オフライン文字認識結果を次候補出力部40に出
力し、次候補出力部40が次候補を文章表示領域100
に出力する。このとき、オフライン文字認識候補の中に
S9で出力された第1候補が含まれていれば、その候補
を除いて、次候補を出力する。そして、S13で使用者
が所望の候補をペンでタッチすることにより、候補の確
定処理を行い、文字入力領域110をクリアする。ま
た、S11で、次候補ボタンが押されていない場合は、
S14で、他の操作(次の文字の入力、文章の編集操作
等)が行われたか否かを調べ、他の操作が行われていれ
ば、S15で、オフライン文字認識処理を中断する。そ
して、S16で、第1候補が所望の候補であるとみな
し、確定処理を行い、文字入力領域110をクリアす
る。S14で、他の操作が行われていなければ、S11
に戻る。
Thereafter, in step S10, the input character shape is sent to the off-line recognition unit 70,
Starts the off-line character recognition process with reference to the off-line recognition dictionary 80. Then, in S11, it is determined whether or not the next candidate button 130 has been pressed.
In step 2, the off-line character recognition result is output to the next candidate output unit 40, and the next candidate output unit 40 displays the next candidate in the text display area 100.
Output to At this time, if the first candidate output in S9 is included in the off-line character recognition candidates, the next candidate is output excluding that candidate. Then, in step S13, the user touches the desired candidate with a pen, thereby performing a process of determining the candidate and clearing the character input area 110. If the next candidate button has not been pressed in S11,
In S14, it is checked whether or not another operation (input of the next character, editing operation of a sentence, etc.) has been performed. If another operation has been performed, the off-line character recognition process is interrupted in S15. Then, in S16, it is considered that the first candidate is a desired candidate, and a determination process is performed to clear the character input area 110. If no other operation is performed in S14, S11
Return to

【0024】図4の例では、第1候補である「A」は所
望の候補ではないので、使用者が次候補ボタン130を
ペンでタッチしたとすると(S11)、オフライン認識
部70がオフライン認識結果を次候補出力部40に入力
する。オフライン認識の手法としては、例えば、図1
(C)のように文字の線を太くして、その輪郭線の方向
成分を文字の特徴として抽出し、輪郭線の方向成分とそ
れに対応した文字コードを格納したオフライン認識辞書
80を参照して文字認識を行う。オフライン文字認識
は、文字の形状をもとにして文字認識を行うので、たと
え、書き順が間違っていても、正しく認識できる可能性
が高い。図4の例で「大」をオフライン文字認識した結
果、「大、丈、犬」という候補が得られたとすると、次
候補出力部40が「大、丈、犬」という候補を文章表示
部100に表示する(S12)。このときの表示が、図
4(b)である。そして、使用者が所望の候補である
「大」をペンでタッチすると、「大」が確定されたこと
になる(S13)。
In the example of FIG. 4, since the first candidate "A" is not a desired candidate, if the user touches the next candidate button 130 with a pen (S11), the offline recognition unit 70 performs offline recognition. The result is input to the next candidate output unit 40. As an off-line recognition method, for example, FIG.
As shown in (C), the line of the character is thickened, the directional component of the outline is extracted as a feature of the character, and the offline recognition dictionary 80 that stores the directional component of the outline and the corresponding character code is referred to. Perform character recognition. In the off-line character recognition, character recognition is performed based on the shape of the character. Therefore, even if the stroke order is wrong, there is a high possibility that the character can be correctly recognized. In the example of FIG. 4, as a result of performing the off-line character recognition of “Large”, a candidate “Large, height, dog” is obtained. (S12). The display at this time is shown in FIG. Then, when the user touches the desired candidate "large" with a pen, "large" is determined (S13).

【0025】本実施の形態では、次候補として、オフラ
イン認識結果のみを表示するようにしたが、オンライン
認識結果とオフライン認識結果を統合して、次候補を作
成するようにしてもよい。例えば、図4の例では、オン
ライン認識結果である「A、上、パ」と、オフライン認
識結果である「大、丈、犬」とを統合して次候補を作成
するようにする。次候補の作成例として、オフライン認
識結果と、オンライン認識結果とを交互に並べて「大、
A、丈、上、犬、パ」という認識候補を作成し、その中
から、第1候補として出力された「A」を除いた候補
「大、丈、上、犬、パ」を次候補として出力するように
してもよい。
In the present embodiment, only the offline recognition result is displayed as the next candidate. However, the next candidate may be created by integrating the online recognition result and the offline recognition result. For example, in the example of FIG. 4, the next candidate is created by integrating the online recognition result “A, top, pa” and the offline recognition result “large, height, dog”. As an example of creating the next candidate, the offline recognition result and the online recognition result are alternately arranged and “Large,
A, height, top, dog, pa ”are generated, and the candidate“ large, height, top, dog, pa ”excluding“ A ”output as the first candidate is set as the next candidate. You may make it output.

【0026】[0026]

【発明の効果】以上説明したことから明かなように、本
発明の請求項1に記載の文字認識装置によれば、文字が
入力されると、先ず、オンライン方式で文字認識を行
い、第1候補を出力し、その後、オフライン方式で文字
認識を行い、次候補を出力するので、第1候補が出力さ
れるまでの処理時間が短く、かつ、書き順が間違ってい
ても、次候補に正解が含まれる可能性が高い。
As is apparent from the above description, according to the character recognition device of the first aspect of the present invention, when a character is input, first, the character is recognized in an on-line system. The candidate is output, and then the character recognition is performed in an offline manner, and the next candidate is output. Therefore, even if the processing time until the first candidate is output is short and the writing order is wrong, the correct answer is given to the next candidate. Is likely to be included.

【0027】また、請求項2に記載の文字認識装置によ
れば、次候補にオンライン認識結果と、オフライン認識
結果の両方の結果を反映させることができるので、次候
補の認識精度がより良くなることが期待できる。
According to the character recognition device of the present invention, since both the online recognition result and the offline recognition result can be reflected in the next candidate, the recognition accuracy of the next candidate is improved. I can expect that.

【図面の簡単な説明】[Brief description of the drawings]

【図1】手書き入力した文字を示す図であり、(a)は
文字入力の軌跡を示す図、(b)は入力したときのスト
ロークの時系列を示す図、(c)は文字の線を太くした
形状を示す図である。
FIGS. 1A and 1B are diagrams showing characters input by handwriting, FIG. 1A is a diagram showing a trajectory of character input, FIG. 1B is a diagram showing a time series of strokes at the time of input, and FIG. It is a figure which shows the shape made thick.

【図2】図1と同じ文字を間違った書き順で入力した例
を示す図であり、(a)は入力したときのストロークの
時系列を示す図、(b)は、オンライン文字認識をした
結果の例を示す図である。
FIGS. 2A and 2B are diagrams illustrating an example in which the same characters as in FIG. 1 are input in an incorrect stroke order. FIG. 2A illustrates a time series of strokes when the characters are input, and FIG. 2B illustrates online character recognition. It is a figure showing an example of a result.

【図3】本実施の形態の文字認識装置の電気的構成を示
すブロック図である。
FIG. 3 is a block diagram illustrating an electrical configuration of the character recognition device according to the present embodiment.

【図4】液晶タブレットの表示例を示す図である。FIG. 4 is a diagram illustrating a display example of a liquid crystal tablet.

【図5】文字認識の動作を示すフローチャートである。FIG. 5 is a flowchart showing an operation of character recognition.

【符号の説明】[Explanation of symbols]

10 液晶タブレット 30 第1候補出力部 40 次候補出力部 50 オンライン認識部 70 オフライン認識部 100 文章表示領域 110 文字入力領域 10 LCD Tablet 30 First Candidate Output Unit 40 Next Candidate Output Unit 50 Online Recognition Unit 70 Offline Recognition Unit 100 Text Display Area 110 Character Input Area

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 手書きで文字を入力する手書き文字入力
手段と、前記手書き文字入力手段によって入力された文
字を認識して文字コードに変換する文字認識手段と、前
記文字認識手段によって認識された文字を表示する表示
手段とを備えた文字認識装置において、 前記文字認識手段は、前記手書き文字入力手段によって
入力された線の時系列を用いて文字認識を行うオンライ
ン認識手段と、前記オンライン認識手段で文字認識され
た認識候補を第1候補として出力する第1候補出力手段
と、文字全体の形を用いて文字認識を行うオフライン認
識手段と、前記オフライン認識手段で文字認識された認
識候補を次候補として出力する次候補出力手段とを備え
たことを特徴とする文字認識装置。
1. A handwritten character input unit for inputting a character by handwriting, a character recognition unit for recognizing a character input by the handwritten character input unit and converting the character into a character code, and a character recognized by the character recognition unit A character recognition device, comprising: a character recognition device that performs character recognition using a time series of lines input by the handwritten character input device; and First candidate output means for outputting a character-recognized recognition candidate as a first candidate, off-line recognition means for performing character recognition using the shape of the entire character, and a next candidate for the recognition candidate recognized by the off-line recognition means. And a next candidate output means for outputting the character as a character.
【請求項2】 前記次候補出力手段は、前記オンライン
認識手段で文字認識された認識候補と、前記オフライン
認識手段で文字認識された認識候補とを統合して次候補
を生成して出力することを特徴とする請求項1に記載の
文字認識装置。
2. The next candidate output means integrates a recognition candidate character-recognized by the online recognition means and a recognition candidate character-recognized by the offline recognition means to generate and output a next candidate. The character recognition device according to claim 1, wherein:
JP8258616A 1996-09-30 1996-09-30 Character recognition device Pending JPH10105650A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8258616A JPH10105650A (en) 1996-09-30 1996-09-30 Character recognition device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8258616A JPH10105650A (en) 1996-09-30 1996-09-30 Character recognition device

Publications (1)

Publication Number Publication Date
JPH10105650A true JPH10105650A (en) 1998-04-24

Family

ID=17322759

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8258616A Pending JPH10105650A (en) 1996-09-30 1996-09-30 Character recognition device

Country Status (1)

Country Link
JP (1) JPH10105650A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015176491A (en) * 2014-03-17 2015-10-05 株式会社河合楽器製作所 Handwritten music symbol recognition device
US10725650B2 (en) 2014-03-17 2020-07-28 Kabushiki Kaisha Kawai Gakki Seisakusho Handwritten music sign recognition device and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015176491A (en) * 2014-03-17 2015-10-05 株式会社河合楽器製作所 Handwritten music symbol recognition device
US10725650B2 (en) 2014-03-17 2020-07-28 Kabushiki Kaisha Kawai Gakki Seisakusho Handwritten music sign recognition device and program

Similar Documents

Publication Publication Date Title
US5903666A (en) Methods of splitting and joining handwritten input
US5410612A (en) Apparatus and method for recognizing characters
JPH10105650A (en) Character recognition device
KR20010073976A (en) Handwriting Recognition System and the Method for Information Unit
JP3217084B2 (en) Handwritten character recognition device
JP3422634B2 (en) Handwritten character recognition method and apparatus
JPH10154224A (en) Data processor
JPH09288717A (en) Character recognition device
JPH1115918A (en) Handwriting character recognizing device
JP2984170B2 (en) Online handwritten character recognition device
JP2922513B2 (en) Display control method and device
JPS61150081A (en) Character recognizing device
JPH06150066A (en) Handwritten character recognizing device
JPH0778053A (en) Handwritten command input device
JPH10116319A (en) Character recognition device
JPH07141468A (en) Handwritten character recognition processing method in handwriting input character device
JPS61220078A (en) On-line character recognizing device
JPH10124611A (en) Character recognizing device
JPH10116318A (en) Character recognition device
JPS62118490A (en) Correction system for erroneous input character for character recognition device
JPH0348985A (en) Handwritten character recognizing device
JPH06266886A (en) Character recognizing processor for hand-written character inputting device and its method
JPH10124612A (en) Character recognizing device
KR20040099937A (en) Device for inputting letter by using touch-screen and method therefor
JPH04199485A (en) Character input device