JPH0282380A - Character recognizing method - Google Patents
Character recognizing methodInfo
- Publication number
- JPH0282380A JPH0282380A JP63234587A JP23458788A JPH0282380A JP H0282380 A JPH0282380 A JP H0282380A JP 63234587 A JP63234587 A JP 63234587A JP 23458788 A JP23458788 A JP 23458788A JP H0282380 A JPH0282380 A JP H0282380A
- Authority
- JP
- Japan
- Prior art keywords
- character
- pattern
- read
- collating
- characters
- 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
Links
- 238000000034 method Methods 0.000 title claims description 13
- 238000012545 processing Methods 0.000 abstract description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000012805 post-processing Methods 0.000 description 1
- 238000004904 shortening Methods 0.000 description 1
Landscapes
- Character Discrimination (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、文字読み取り装置等において、予め記憶して
ある文字パターンと、読み取った手書き文字等とを照合
して読み取った文字を認識する方法に関する。[Detailed Description of the Invention] [Field of Industrial Application] The present invention provides a method for recognizing read characters by comparing pre-stored character patterns with read handwritten characters in a character reading device or the like. Regarding.
〔従来の技術及び発明が解決しようとする課題〕従来の
文字認識方法は、各文字−字−字に対する照合パターン
をパターン辞書としてメモリに記憶しておく方法が一般
的である。また、文字読み取り装置にとっては、例えば
、数字の「1」、英小文字の「l」、英大文字の「I」
のように文字パターンが類似している文字をパターン辞
書の照合パターンに照合しただけで認識することは困難
である。従って、読み取った文字を各文字対応の文字パ
ターンと照合して該当する複数の候補文字を一旦選抜し
た後、前後の文脈を考慮した後処理によって1つの文字
に絞ることにより読み取った文字を認識している。[Prior Art and Problems to be Solved by the Invention] Conventional character recognition methods generally involve storing matching patterns for each character-character-character in a memory as a pattern dictionary. Also, for a character reading device, for example, the number "1", the lowercase English letter "l", the uppercase English letter "I"
It is difficult to recognize characters with similar character patterns, such as , by simply comparing them with matching patterns in a pattern dictionary. Therefore, after selecting multiple candidate characters by comparing the read characters with the character pattern corresponding to each character, the read characters are recognized by narrowing down to a single character through post-processing that takes into account the surrounding context. ing.
即ち、文字パターンが類似している文字を、文字パター
ンとの照合のみで1つに絞ることは不可能であるにも拘
わらず、これらの類似文字それぞれに対応する照合用パ
ターンを各文字について記憶しており、メモリの利用効
率が低い。また、メモリに余分なデータを記憶していれ
ば、文字を認識する処理速度が遅くなるという問題があ
る。In other words, although it is impossible to narrow down characters with similar character patterns to one just by matching the character patterns, a matching pattern corresponding to each of these similar characters is memorized for each character. , and memory usage efficiency is low. Furthermore, if extra data is stored in the memory, there is a problem that the processing speed for character recognition becomes slow.
本発明はこのような問題を解決するためになされたもの
であって、メモリを効率的に利用し、文字認識の処理速
度を向」ニさせる文字認識方法の提供を目的とする。The present invention has been made to solve these problems, and aims to provide a character recognition method that efficiently utilizes memory and increases the processing speed of character recognition.
本発明の文字認識方法は、記憶してある文字パターンと
読み取った文字とを照合して読み取った文字に相当する
文字パターンを選択し、該文字パターンに関連付けて記
憶してある文字コードに基づき文字を認識する方法にお
いて、複数の文字に共通する文字パターンをこれらの文
字に共通の照合用パターンとして記憶しておき、読み取
った文字の照合用パターンがこの共通パターンである場
合、該共通パターンに関連付けて記憶してある複数の文
字コードに基づき文字を認識することを特徴とする。The character recognition method of the present invention selects a character pattern corresponding to the read character by comparing a stored character pattern with a read character, and then selects a character pattern corresponding to the read character, and then selects a character pattern based on a stored character code associated with the character pattern. In this method, a character pattern that is common to multiple characters is stored as a common matching pattern for these characters, and when the matching pattern of a read character is this common pattern, it is associated with the common pattern. It is characterized by recognizing characters based on a plurality of character codes stored in the memory.
本発明の文字認識方法は、読み取った文字と記憶してあ
る照合用パターンとを照合して読み取った文字に相当す
る照合用パターンを選択し、選択した照合用パターンに
関連付けて記憶してある文字コードに基づき文字を認識
する。照合用パターンに関連付けて記憶してある文字コ
ードが複数の場合は、その中からオペレータが所要文字
コードを選択する。The character recognition method of the present invention selects a matching pattern corresponding to the read character by comparing the read character with a stored matching pattern, and stores the stored character in association with the selected matching pattern. Recognize characters based on codes. If a plurality of character codes are stored in association with the matching pattern, the operator selects the desired character code from among them.
以下、本発明をその実施例を示す図面に基づき詳述する
。第1図は本発明方法を実施する文字読み取り装置の要
部構成を示すブロック図である。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below based on drawings showing embodiments thereof. FIG. 1 is a block diagram showing the main structure of a character reading device that implements the method of the present invention.
図中1は、照合用パターンを記憶しているパターン辞書
であって、パターン照合部2は、読み取った文字パター
ンと、パターン辞書1から読み出した照合用パターンと
を照合して該当する文字コードを表示部等へ出力する。1 in the figure is a pattern dictionary that stores matching patterns, and the pattern matching unit 2 matches the read character pattern with the matching pattern read from the pattern dictionary 1 to find the corresponding character code. Output to display unit, etc.
次に、文字認識の方法につき説明する。第2図は、文字
パターンが類似している文字を1つにまとめる等してグ
ループに分類してパターン辞書1に記憶してある照合用
パターン6グループを例示した概念図である。図中、各
グループの上半部は照合用パターンの画像、下半部はこ
れを照合用ノ々グーンとする文字コードを示す。グルー
プ1はアラビア数字「1」2英小文字「1」及び英大文
字「■」、グループ2は漢数字「−」、算術記号「−」
及び英記号「−(ハイフン)」、グループ3は漢字「力
」及び片仮名「力」、グループ4はアラビア数字「0」
、英大文字「0」、英小文字「0」及び記号「○(丸)
」、グループ5は平仮名「<」及び算術記号「<」、グ
ループ6は「あ」単独にグループ分けされている。Next, a method of character recognition will be explained. FIG. 2 is a conceptual diagram illustrating six groups of matching patterns that are stored in the pattern dictionary 1 after being classified into groups such as grouping together characters with similar character patterns. In the figure, the upper half of each group shows the image of the matching pattern, and the lower half shows the character code that makes this the matching pattern. Group 1 is the Arabic numeral ``1'', 2 lowercase letters ``1'' and uppercase English letter ``■'', group 2 is the Chinese numeral ``-'', and the arithmetic symbol ``-''.
and the English symbol "- (hyphen)", group 3 is the kanji "chi" and katakana "chi", group 4 is the Arabic numeral "0"
, uppercase English letter “0”, lowercase English letter “0” and symbol “○ (circle)”
", group 5 is divided into hiragana "<" and arithmetic symbol "<", and group 6 is divided into "a" alone.
平仮名「り」を読み取ると、読み取った文字は文字パタ
ーンとしてパターン照合部2へ出力され、パターン照合
部2はこの文字パターンをツマターン辞書書1の照合用
パターンと照合し、照合用)iタンにある程度一致する
グループを、最も一致度が高いグループ5を第1候補と
して順に選抜していく。When the hiragana "ri" is read, the read character is output as a character pattern to the pattern matching section 2, and the pattern matching section 2 matches this character pattern with the matching pattern in the Tumaturn dictionary book 1, and then outputs it to the i-tan (for matching). Groups that match to some extent are selected in order, with group 5 having the highest matching degree being selected as the first candidate.
次に、第1候補のグループ5に属する文字コード「<」
及び「〈」を、読み取った文字の候補として表示部等へ
出力し、これらの文字コードに該当する文字が表示され
る。表示された文字の中からオペレータが所要文字を選
択し、読み取り装置が読み取った文字が認識される。Next, the character code “<” belonging to the first candidate group 5
and "<" are output to a display unit etc. as read character candidates, and characters corresponding to these character codes are displayed. An operator selects a desired character from among the displayed characters, and the character read by the reading device is recognized.
本発明の文字認識方法は、文字パターンが類似している
文字の照合用パターンを1つの共通パターンにまとめて
照合用パターンをグループ分けすることによってメモリ
の利用効率を高め、また読み取った文字と照合用パター
ンとの照合に要する時間を短縮させて文字認識の処理速
度を向上させるという優れた効果を奏する。The character recognition method of the present invention improves memory usage efficiency by combining matching patterns of characters with similar character patterns into one common pattern and grouping the matching patterns, and also improves memory usage efficiency by combining matching patterns of characters with similar character patterns into one common pattern. This has the excellent effect of shortening the time required for matching with the original pattern and improving the processing speed of character recognition.
第1図は本発明方法を実施する文字読み取り装置の要部
構成を示すブロック図、第2図はグループ分けした照合
用パターンの一例を示す概念図である。
1・・・パターン辞書 2・・・パターン照合部特 許
出願人 三洋電機株式会社
代理人 弁理士 河 野 登 夫FIG. 1 is a block diagram showing the main structure of a character reading device that implements the method of the present invention, and FIG. 2 is a conceptual diagram showing an example of grouped matching patterns. 1...Pattern dictionary 2...Patent for pattern matching unit Applicant: Sanyo Electric Co., Ltd. Agent Patent attorney: Noboru Kono
Claims (1)
合して読み取った文字に相当する文字パターンを選択し
、該文字パターンに関連付けて記憶してある文字コード
に基づき文字を認識する方法において、 複数の文字に共通する文字パターンをこれらの文字に共
通の照合用パターンとして記憶しておき、読み取った文
字の照合用パターンがこの共通パターンである場合、該
共通パターンに関連付けて記憶してある複数の文字コー
ドに基づき文字を認識することを特徴とする文字認識方
法。[Claims] 1. Select a character pattern corresponding to the read character by comparing the stored character pattern with the read character, and select the character pattern based on the stored character code in association with the character pattern. In this method, a character pattern that is common to multiple characters is stored as a common matching pattern for these characters, and when the matching pattern for a read character is this common pattern, it is associated with the common pattern. A character recognition method characterized by recognizing characters based on a plurality of character codes stored in a computer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63234587A JPH0282380A (en) | 1988-09-19 | 1988-09-19 | Character recognizing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63234587A JPH0282380A (en) | 1988-09-19 | 1988-09-19 | Character recognizing method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0282380A true JPH0282380A (en) | 1990-03-22 |
Family
ID=16973358
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63234587A Pending JPH0282380A (en) | 1988-09-19 | 1988-09-19 | Character recognizing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0282380A (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06223121A (en) * | 1993-01-22 | 1994-08-12 | Nec Corp | Information retrieving device |
JPH08106468A (en) * | 1994-10-03 | 1996-04-23 | Fuji Xerox Co Ltd | Image filing device |
JP2006334105A (en) * | 2005-06-01 | 2006-12-14 | Samii Kk | Game machine |
CN104376336A (en) * | 2014-12-01 | 2015-02-25 | 深圳如果技术有限公司 | Handwriting recognition method and handwriting pen |
-
1988
- 1988-09-19 JP JP63234587A patent/JPH0282380A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06223121A (en) * | 1993-01-22 | 1994-08-12 | Nec Corp | Information retrieving device |
JPH08106468A (en) * | 1994-10-03 | 1996-04-23 | Fuji Xerox Co Ltd | Image filing device |
JP2006334105A (en) * | 2005-06-01 | 2006-12-14 | Samii Kk | Game machine |
CN104376336A (en) * | 2014-12-01 | 2015-02-25 | 深圳如果技术有限公司 | Handwriting recognition method and handwriting pen |
CN104376336B (en) * | 2014-12-01 | 2018-07-06 | 深圳如果技术有限公司 | The method and writing pencil of a kind of handwriting recognition |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4991094A (en) | Method for language-independent text tokenization using a character categorization | |
JP2726568B2 (en) | Character recognition method and device | |
EP0195779A1 (en) | Cryptographic analysis system | |
JPS61240365A (en) | Character printing apparatus having specified keyboard usingcoding system | |
US5131766A (en) | Method for encoding chinese alphabetic characters | |
US5137383A (en) | Chinese and Roman alphabet keyboard arrangement | |
JPH0282380A (en) | Character recognizing method | |
JPS6126192A (en) | Method for recognizing hungul character from hungul letter string | |
KR100374339B1 (en) | Character recognition apparatus and method for use in a communication terminal having touch-sensitive screen | |
WO1990002992A1 (en) | Symbol definition apparatus | |
JPH0247788B2 (en) | ||
JPS5882373A (en) | Online character recognizing method | |
KR100258934B1 (en) | Apparatus and method for recognizing english word on line by selecting alphabet from the alphabet groups | |
JPH1158U (en) | Document input device | |
JP2639314B2 (en) | Character recognition method | |
Pao et al. | An approximate string matching algorithm for on-line Chinese character recognition | |
JPH06333083A (en) | Optical character reader | |
JPS6160189A (en) | Optical character reader | |
AU665293B2 (en) | Apparatus for encoding and defining symbols and assembling text in ideographic languages | |
JP2931485B2 (en) | Character extraction device and method | |
JPS6330991A (en) | Character recognizing device | |
KR940009451B1 (en) | How to convert Korean code | |
Buchowski et al. | OMNIREC: a character recognition system | |
JPS58137084A (en) | Character processor | |
JP2002149641A (en) | Handwritten character recognition device and recording medium with handwritten character recognition program recorded thereon |