JP2001052112A - Recognizing processing method, information processor and recording medium - Google Patents

Recognizing processing method, information processor and recording medium

Info

Publication number
JP2001052112A
JP2001052112A JP11227652A JP22765299A JP2001052112A JP 2001052112 A JP2001052112 A JP 2001052112A JP 11227652 A JP11227652 A JP 11227652A JP 22765299 A JP22765299 A JP 22765299A JP 2001052112 A JP2001052112 A JP 2001052112A
Authority
JP
Japan
Prior art keywords
area
processing
recognition
original image
character
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
JP11227652A
Other languages
Japanese (ja)
Inventor
Masataka Tokuhisa
雅剛 徳久
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP11227652A priority Critical patent/JP2001052112A/en
Publication of JP2001052112A publication Critical patent/JP2001052112A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide highly accurate layout analytic processing by identifying an area in an original image, identifying the area in the original image again corresponding to information provided from an object to be recognized for each area defined by identification and performing recognizing processing for each area identified again. SOLUTION: A business card is read by a scanner and original image data are generated (S1). Character segmenting processing of the original image is performed. As layout analytic processing included in this character segmenting processing, area identifying processing of the original image data is performed (S2). It is discriminated whether each area defined by this area identifying processing is matched to prescribed merge conditions or not (S3). After discriminating processing is performed for each area, areas matched to the conditions are merged (S4). After merging processing, concerning each area defined again, character recognizing processing of the object to be recognized is executed (S5). As information corresponding to the respective items of a data base, the recognized result provided by character recognizing processing is registered (S6).

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、文字認識装置など
の認識処理に関連する技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technology relating to recognition processing of a character recognition device or the like.

【0002】近年、装置が安価になりかつ処理速度の向
上に伴い、専用の文字認識装置(OCR:Optica
l Character Reader)ではなく、パ
ーソナルコンピュータ(そのパーソナルコンピュータで
動作するソフトウェア)やワードプロセッサなどによる
文字認識処理が普及しつつある。
2. Description of the Related Art In recent years, as a device has become inexpensive and the processing speed has been improved, a special character recognition device (OCR: Optica) has been developed.
Character recognition processing using a personal computer (software that operates on the personal computer), a word processor, or the like, instead of a character reader, is becoming widespread.

【0003】そして、例えば、はがきや名刺などの記述
情報をスキャナで読み取って文字認識処理を行い、その
認識結果を氏名情報や住所情報として自動的にデータベ
ースの各項目として登録するという機能が実現されてい
る。
For example, a function is realized in which description information such as a postcard or a business card is read by a scanner to perform a character recognition process, and the recognition result is automatically registered as name information or address information as each item of a database. ing.

【0004】これにより、ユーザによるキーボードを用
いた文字入力などの入力操作を省き、ユーザの操作負担
を軽減することが可能となっている。
As a result, it is possible to omit an input operation such as a character input by a user using a keyboard, and to reduce an operation burden on the user.

【0005】このように、ユーザの操作を介在すること
なく認識結果を自動的にデータベースに登録させるため
に、認識処理の高精度化が要求されている。
As described above, in order to automatically register a recognition result in a database without intervention of a user's operation, there is a demand for higher accuracy of a recognition process.

【0006】[0006]

【従来の技術】従来の文字認識処理においては、まず、
スキャナで読み取られて得られた原稿(名刺)の原画像
データのレイアウト解析処理を行う。
2. Description of the Related Art In conventional character recognition processing, first,
A layout analysis process is performed on original image data of a document (business card) obtained by scanning with a scanner.

【0007】このレイアウト解析処理は文字認識処理時
の文字切り出し処理の精度を向上させる目的で行われる
処理であって、同一項目と推定される被認識対象情報の
固まりの領域を設定する処理である。
The layout analysis process is a process performed for the purpose of improving the accuracy of the character segmentation process at the time of the character recognition process, and is a process of setting an area of a block of information to be recognized which is assumed to be the same item. .

【0008】例えば、原画像データを二値画像とする
と、このレイアウト解析処理は、黒画素の連結状態や黒
画素の固まりの間隔などから原稿情報のレイアウト構造
を求め、同一項目となる情報毎に分割した領域を定義す
るものである。
For example, assuming that the original image data is a binary image, this layout analysis process determines the layout structure of the document information from the connection state of black pixels and the interval between the clusters of black pixels. This defines the divided area.

【0009】レイアウト解析処理の後、定義された領域
毎にその領域内の黒画素の範囲やそのサイズ、間隔に基
づき被認識対象(文字候補)の切り出し処理を行い、切
り出した各被認識対象に対して辞書を用いた文字認識処
理を行う。
After the layout analysis processing, for each defined area, a recognition target (character candidate) is cut out based on the range of black pixels in the area, its size, and interval. Then, a character recognition process using a dictionary is performed.

【0010】このようにして求められた各領域の文字列
は、その位置関係からデータベースのいずれの項目に該
当するか判定し、データベースの各項目の情報として登
録される。
The character string of each area obtained in this manner is determined from the positional relationship to which item of the database, and registered as information of each item of the database.

【0011】[0011]

【発明が解決しようとする課題】このように、従来の文
字認識処理においては、文字切り出し処理の精度を向上
させるため、レイアウト解析処理が行われる。
As described above, in the conventional character recognition processing, the layout analysis processing is performed to improve the accuracy of the character cutout processing.

【0012】このレイアウト解析処理は、帳票など被認
識対象の位置や認識すべき文字のサイズが予め決められ
ているものに対しては文字切り出し処理の精度が向上す
るものの、名刺やはがきなど文字のサイズやその位置が
決められていないフリーフォーマット、フリーレイアウ
トの原稿に関しては、1つの領域として定義されるべき
被認識対象が別領域に分けられる現象が生じている。
In this layout analysis processing, the accuracy of character extraction processing is improved for the position of a recognition target such as a form and the size of a character to be recognized is predetermined, but the processing of a character such as a business card or a postcard is improved. For a free format or free layout document whose size and position are not determined, a phenomenon occurs in which a recognition target to be defined as one region is divided into another region.

【0013】これは、上記レイアウト解析処理が主に被
認識対象(文字候補)の近接度を判定基準として領域を
定義しているためである。
This is because the layout analysis process defines an area mainly based on the proximity of the recognition target (character candidate).

【0014】よって、フリーフォーマット、フリーレイ
アウトの原稿の文字認識処理においては、レイアウト解
析処理による文字の切り出し処理の精度が低下し、認識
率の精度を低下させる原因となっている。
Therefore, in the character recognition processing of a document in a free format or a free layout, the accuracy of the character extraction processing by the layout analysis processing is reduced, which causes the accuracy of the recognition rate to be reduced.

【0015】このような誤認識された認識結果が情報と
してデータベースに自動的に登録されてしまうため、ユ
ーザはデータベースの誤った情報を修正することにな
り、ユーザの操作負担が増加することになる。
Since the recognition result of such erroneous recognition is automatically registered in the database as information, the user corrects the erroneous information in the database, and the user's operation burden increases. .

【0016】本発明は、以上のような問題点に鑑み、精
度の高いレイアウト解析処理を実現する技術を提供する
ことを目的とするものである。また、その精度の高いレ
イアウト解析処理により精度の高い文字認識処理技術を
提供することを目的とするものである。
The present invention has been made in view of the above problems, and has as its object to provide a technique for realizing a layout analysis process with high accuracy. It is another object of the present invention to provide a high-accuracy character recognition processing technology by the high-accuracy layout analysis processing.

【0017】さらに、文字認識処理を用いたデータベー
スへの情報自動登録においてユーザの操作負担を軽減す
る技術を提供することを目的とするものである。
It is another object of the present invention to provide a technique for reducing a user's operation burden in automatically registering information in a database using a character recognition process.

【0018】[0018]

【課題を解決するための手段】本発明は、原画像におけ
る領域を識別し、該識別により定義された領域毎の被認
識対象から得られる情報に応じて該原画像における領域
を再識別するレイアウト解析処理技術である。
SUMMARY OF THE INVENTION According to the present invention, there is provided a layout for identifying a region in an original image and re-identifying the region in the original image in accordance with information obtained from a recognition target for each region defined by the identification. Analysis processing technology.

【0019】そのレイアウト解析処理による領域の再識
別により定義された領域毎に認識処理を行う認識処理技
術である。
This is a recognition processing technique for performing recognition processing for each area defined by re-identification of the area by the layout analysis processing.

【0020】また、上記再識別処理を上記被認識対象か
ら得られる情報に応じた領域の統合処理としてもよい。
Further, the re-identification process may be a process of integrating regions according to information obtained from the recognition target.

【0021】さらに、他の本発明は、上記本発明の認識
処理技術により得られる認識結果に対応するデータベー
ス項目を識別し、認識結果を対応するデータベースの項
目の情報として登録する技術である。
Still another aspect of the present invention is a technique for identifying a database item corresponding to a recognition result obtained by the above-described recognition processing technique of the present invention, and registering the recognition result as information of a corresponding database item.

【0022】これら本発明の技術を実現するための方
法、装置、プログラムを記録したコンピュータ読み取り
可能な記録媒体により課題を解決する。
The object is solved by a computer readable recording medium on which a method, an apparatus, and a program for realizing the technique of the present invention are recorded.

【0023】[0023]

【発明の実施の形態】本発明の実施の形態について詳細
に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described in detail.

【0024】以下は、名刺の認識処理を行い、データベ
ースに認識処理結果を自動登録する本発明の一実施例で
ある。
The following is an embodiment of the present invention for performing business card recognition processing and automatically registering the recognition processing result in a database.

【0025】図1は、本実施例の概略処理フローチャー
トを示す図である。
FIG. 1 is a diagram showing a schematic processing flowchart of this embodiment.

【0026】まず、スキャナにより名刺を読み取り、原
画像データを生成する。(ステップS1) 次に、原画像の文字切り出し処理を行う。この文字切り
出し処理に含まれるレイアウト解析処理が本発明の主と
なる処理である。
First, a business card is read by a scanner to generate original image data. (Step S1) Next, character cutout processing of the original image is performed. The layout analysis process included in the character segmentation process is the main process of the present invention.

【0027】レイアウト解析処理として、まず、原画像
データの領域識別処理を行う。(ステップS2) この領域識別処理により定義された各領域について所定
の統合条件に合致するか否か判定する。(ステップS
3) 各領域について前記判定処理を行った後、条件に合致す
る領域を統合する。(ステップS4) 前記統合処理の後、再定義された各領域について被認識
対象の文字認識処理を実行する。(ステップS5) データベースの各項目に対応する情報として前記文字認
識処理により得られた認識結果を登録する。(ステップ
S6) 次に、本発明の処理を実行する一般的なコンピュータの
構成を説明する。
As a layout analysis process, first, a region identification process of the original image data is performed. (Step S2) It is determined whether or not each area defined by the area identification processing meets a predetermined integration condition. (Step S
3) After performing the above-described determination processing for each area, areas matching the conditions are integrated. (Step S4) After the integration process, a character recognition process of a recognition target is executed for each of the redefined regions. (Step S5) The recognition result obtained by the character recognition processing is registered as information corresponding to each item of the database. (Step S6) Next, the configuration of a general computer that executes the processing of the present invention will be described.

【0028】図2は、コンピュータの概略構成を示す図
である。
FIG. 2 is a diagram showing a schematic configuration of the computer.

【0029】コンピュータ1は、主に、CPU2,RA
M3,HDD(ハードディスクドライブ)4,CD−R
OMドライブ5,FDD(フロッピィディスクドライ
ブ)6,NCU(ネットワーク制御ユニット)7,ディ
スプレイ8,キーボード9,スキャナ10から構成され
る。これら構成要素はバスにより接続されている。
The computer 1 mainly includes the CPU 2 and the RA
M3, HDD (hard disk drive) 4, CD-R
It comprises an OM drive 5, an FDD (floppy disk drive) 6, an NCU (network control unit) 7, a display 8, a keyboard 9, and a scanner 10. These components are connected by a bus.

【0030】図中、CPU2はプログラムにより各種処
理、制御を実行するものであり、本発明のプログラムに
よる各種処理、制御においても使用される。
In the figure, a CPU 2 executes various processes and controls by programs, and is also used in various processes and controls by the program of the present invention.

【0031】また、RAM3はCPU2による各種処理
や制御のための一時的なデータの保持や、ディスプレイ
8に表示するためのデータを保持するために使用され
る。
The RAM 3 is used to hold temporary data for various processes and controls by the CPU 2 and to hold data to be displayed on the display 8.

【0032】ハードディスクドライブ4およびフロッピ
ィディスクドライブ6は、プログラムや制御データを不
揮発性の記録媒体(ハードディスクやフロッピィディス
ク12)に記録したり、該記録媒体からプログラムや制
御データを読み出すためのデバイスである。
The hard disk drive 4 and the floppy disk drive 6 are devices for recording programs and control data on a non-volatile recording medium (hard disk and floppy disk 12) and for reading out programs and control data from the recording medium. .

【0033】CD−ROMドライブ5はCD−ROM1
1に記録されたプログラムや制御データを読み出すため
のデバイスである。
The CD-ROM drive 5 is a CD-ROM 1
1 is a device for reading out a program and control data recorded in the device 1.

【0034】ネットワーク制御ユニット7は、ネットワ
ークに接続し、ネットワークを介して他の装置とのデー
タのやり取りを行うものであって、遠隔のサーバからプ
ログラムやデータのダウンロードにも使用できる。この
ネットワーク制御ユニット7は、モデムであってもいい
し、LANカードであってもよい。
The network control unit 7 is connected to a network and exchanges data with other devices via the network, and can be used for downloading programs and data from a remote server. This network control unit 7 may be a modem or a LAN card.

【0035】ディスプレイ8はメニューや処理結果など
を表示するものである。
The display 8 displays menus, processing results, and the like.

【0036】キーボード9は文字キーやカーソル移動キ
ーを備え、文字入力やカーソル移動に用いるものであ
る。
The keyboard 9 has character keys and cursor movement keys, and is used for character input and cursor movement.

【0037】スキャナ10は原稿(名刺や葉書など)を
読み取るためのものである。
The scanner 10 is for reading a document (such as a business card or postcard).

【0038】本発明のプログラムはハードディスクドラ
イブ4に格納されており、そのプログラムは実行指示を
受けてハードディスクドライブ4から読み出されてRA
M3にロードされ、CPU2によって制御することで本
発明の処理をコンピュータ1に実行させるものである。
The program of the present invention is stored in the hard disk drive 4, and the program is read from the hard disk drive 4 in response to an execution instruction and read out from the hard disk drive 4.
It is loaded into M3 and controlled by the CPU 2 to cause the computer 1 to execute the processing of the present invention.

【0039】なお、本発明のプログラムは、可搬形の記
録媒体であるCD−ROM11やフロッピィディスク1
2に記録されているものを記録媒体に対応するドライブ
(CD−ROMドライブ5やフロッピィディスクドライ
ブ6)を用いて読み出し、ハードディスクドライブ4に
格納したものである。
The program of the present invention is stored in a portable recording medium such as a CD-ROM 11 or a floppy disk 1.
2 is read using a drive (CD-ROM drive 5 or floppy disk drive 6) corresponding to a recording medium and stored in the hard disk drive 4.

【0040】また、可搬形の記録媒体を用いる代わり
に、ネットワーク制御ユニット7を用いてネットワーク
を介して本発明のプログラムをダウンロードし、ハード
ディスクドライブ4に格納するようにしてもよい。
Instead of using a portable recording medium, the program of the present invention may be downloaded via a network using the network control unit 7 and stored in the hard disk drive 4.

【0041】さらに、図2および上記説明ではハードデ
ィスク4に本発明のプログラムを格納させた例を示して
いるが、ROMに本発明のプログラムを格納しておき、
該プログラムによりコンピュータ1に本発明の処理を実
行させるよう構成してもよい。
Furthermore, FIG. 2 and the above description show an example in which the program of the present invention is stored in the hard disk 4, but the program of the present invention is stored in the ROM,
The program may cause the computer 1 to execute the processing of the present invention.

【0042】さらに、本実施例の詳細な処理について説
明する。
Further, detailed processing of this embodiment will be described.

【0043】図3乃至図5は本実施例の詳細な処理フロ
ーチャートを示す図である。
FIGS. 3 to 5 are flowcharts showing the detailed processing of this embodiment.

【0044】まず、ユーザは画面上に表示された図示し
ないメニューから「名刺から住所録へ登録」の項目を選
択し、名刺の認識処理の開始を指示する。また、この認
識処理開始の指示のときに、名刺の文字方向(縦書き/
横書き)も指定させる。(ステップS11) 本例では、名刺の文字方向として横書きが指定されたも
のとする。
First, the user selects an item "register from business card to address book" from a menu (not shown) displayed on the screen, and instructs to start a business card recognition process. Also, when the instruction to start the recognition processing is given, the character direction of the business card (vertical writing /
Horizontal writing). (Step S11) In this example, it is assumed that horizontal writing is designated as the character direction of the business card.

【0045】ステップS11による認識処理開始の指示
の後、スキャナにセットされた名刺の読み取り処理を行
い、原画像データを生成する。この例では、原画像デー
タを二値画像とする。(ステップS12) ステップS12により生成された原画像データにおける
黒画素の各連結領域に対し、それぞれ外接矩形を設定す
る。(ステップS13) この定義した各矩形には、名刺の文字の記述方向に原画
像データの一辺から他辺に走査し、走査開始辺に近い順
にユニークなシリアル番号を設定する。つまり、名刺の
文字方向として、横書きが指定されている場合は名刺の
左辺から右辺方向に走査し、縦書きが指定されている場
合は名刺の上辺から下辺方向に走査して各領域にシリア
ル番号を設定するものである。
After the instruction to start the recognition process in step S11, the process of reading the business card set in the scanner is performed to generate original image data. In this example, the original image data is a binary image. (Step S12) A circumscribed rectangle is set for each connected region of black pixels in the original image data generated in step S12. (Step S13) For each of the defined rectangles, scanning is performed from one side of the original image data to the other side in the direction in which the characters of the business card are written, and a unique serial number is set in the order closer to the scanning start side. In other words, when horizontal writing is specified as the character direction of the business card, scanning is performed from the left side to the right side of the business card, and when vertical writing is specified, scanning is performed from the upper side to the lower side of the business card and the serial number is assigned to each area. Is set.

【0046】ステップS13により外接矩形が定義され
た後、この定義された矩形同士の隣接関係を求め、隣接
関係にある矩形間にポインタを設定する。すなわち、各
矩形を注目矩形とし、それぞれ注目矩形とした矩形の上
下左右の隣接矩形へのポインタを求める。(ステップS
14) ステップS14によるポインタ設定の後、各矩形に対応
付けられた隣接矩形へのポインタが解除条件に合致する
か否か判定する。(ステップS15) この解除条件は、名刺の文字方向として横書きが指定さ
れている場合に、最も頻度が多い矩形の高さの所定倍数
値よりも隣接矩形との間隔が離れている、または、隣接
矩形の高さの値が大きいものである。また、名刺の文字
方向として縦書きが指定されている場合には、上記解除
条件の矩形の高さを矩形の幅とする。
After the circumscribed rectangle is defined in step S13, the adjacent relationship between the defined rectangles is determined, and a pointer is set between the adjacent rectangles. That is, each rectangle is set as a target rectangle, and pointers to adjacent rectangles at the top, bottom, left, and right of the target rectangle are obtained. (Step S
14) After setting the pointer in step S14, it is determined whether or not the pointer to the adjacent rectangle associated with each rectangle satisfies the release condition. (Step S15) When the horizontal writing is specified as the character direction of the business card, the cancellation condition is that the distance between the rectangle and the adjacent rectangle is larger than a predetermined multiple of the height of the most frequent rectangle, or The height value of the rectangle is large. When vertical writing is specified as the character direction of the business card, the height of the rectangle of the above-described cancellation condition is set to the width of the rectangle.

【0047】ステップS15による判定の結果、解除条
件に合致するポインタは解除する。(ステップS16) ステップS16によるポインタの解除処理の後、文字の
記述方向に隣接関係にある矩形に同番号を付与する。こ
の処理は、上記シリアル番号を付与したときの走査方向
に、起点となる矩形を求め、該矩形を起点にして文字の
記述方向にポインタで隣接関係が設定されている各矩形
に起点の矩形の番号を順次伝播していくものである。
(ステップS17) このステップS17の処理の後、同番号が付与された矩
形を包含する矩形を設定し、その矩形を文字列矩形と定
義する。(ステップS18) 次に、ステップS18により定義された各文字列矩形に
対して文字認識処理を行う。(ステップS19) この文字認識処理は、黒画素の連結状態、黒画素領域の
間隔などから被認識対象を区分けし、辞書に格納された
文字の特徴とその被認識対象の特徴を比較して、最も近
い距離をもつ文字を被認識対象に対する認識結果として
出力するものである。この文字認識処理はよく知られた
技術であるため、その詳細を省略する。
As a result of the determination in step S15, the pointer that matches the release condition is released. (Step S16) After the pointer release processing in step S16, the same numbers are assigned to rectangles that are adjacent to each other in the character description direction. In this processing, a rectangle serving as a starting point is obtained in the scanning direction when the serial number is given, and the starting point rectangle is set in each of the rectangles whose adjacency is set by the pointer in the character description direction with the rectangle as the starting point. The numbers are sequentially propagated.
(Step S17) After the process of step S17, a rectangle including the rectangle assigned the same number is set, and the rectangle is defined as a character string rectangle. (Step S18) Next, character recognition processing is performed on each character string rectangle defined in step S18. (Step S19) In this character recognition process, the recognition target is divided based on the connection state of black pixels, the intervals between black pixel regions, and the like, and the characteristics of the characters stored in the dictionary and the characteristics of the recognition target are compared. The character having the closest distance is output as a recognition result for the recognition target. Since this character recognition processing is a well-known technique, its details are omitted.

【0048】この文字認識処理により、各文字列矩形内
に文字列の行を認識することができる。この例では名刺
の文字方向が横書きの場合を説明しているため行を認識
しているが、縦書きの場合は文字列の列を認識する。
By this character recognition processing, a character string line can be recognized within each character string rectangle. In this example, the case where the character direction of the business card is horizontal writing is described, so the line is recognized. However, in the case of vertical writing, the column of the character string is recognized.

【0049】次に、ステップS18により定義された各
文字列矩形の中心座標を算出する。文字列矩形内に一行
の文字列のみが認識された場合は該文字列の行の位置座
標情報からその行の中心軸座標を算出し、それを行の中
心座標と定義する。また、その行を包含する領域の高さ
を算出し、その領域の高さを行の高さとして定義する。
(ステップS20) この行の中心座標および高さを算出する際に、文字列矩
形内に複数の行が認識された場合には文字列矩形内に存
在する最上部の行の中心座標と最下部の行の中心座標間
の中央を行の中心座標と定義し、それら複数の行を包含
する領域の高さを行の高さと定義する。
Next, the center coordinates of each character string rectangle defined in step S18 are calculated. When only one line of the character string is recognized in the character string rectangle, the center axis coordinate of the line is calculated from the position coordinate information of the line of the character string and defined as the center coordinate of the line. Further, the height of the area including the row is calculated, and the height of the area is defined as the height of the row.
(Step S20) When calculating the center coordinates and the height of this line, if a plurality of lines are recognized in the character string rectangle, the center coordinates and the bottom position of the top line existing in the character string rectangle are determined. Is defined as the center coordinate of the row, and the height of an area including the plurality of rows is defined as the row height.

【0050】本例では横書きが指定されているため行の
中心座標および高さを算出しているが、縦書きが指定さ
れた場合は列の中心座標および幅を算出し、文字列矩形
内に複数の列が認識されれば最右部の列の中心座標と最
左部の列間の中央を列の中心座標とする。
In this example, the center coordinates and height of a row are calculated because horizontal writing is specified. However, when vertical writing is specified, the center coordinates and width of a column are calculated and a character string rectangle is set. When a plurality of columns are recognized, the center coordinates of the rightmost column and the center between the leftmost columns are set as the column center coordinates.

【0051】ステップS20により求められた行の中心
座標を昇順にソートし(ステップS21)、各行に対し
て統合条件に合致するか否か判定する。(ステップS2
2) この統合条件は、注目行と該注目行の中心座標の次に中
心座標値が大きい行を処理対象とし、それら行の中心座
標が所定の閾値以下に近接し、かつ、近接している場合
にそれら行の高さの差が所定値倍以下のものを統合処理
の対象としたものである。
The center coordinates of the rows obtained in step S20 are sorted in ascending order (step S21), and it is determined whether or not each row satisfies the integration condition. (Step S2
2) This integration condition targets a line of interest and a line having the next largest central coordinate value after the central coordinate of the line of interest, and the central coordinates of those lines are close to or below a predetermined threshold value and are close to each other. In this case, those having a difference in height between the rows equal to or less than a predetermined value are subjected to the integration processing.

【0052】ステップS22により統合条件に合致する
行を統合し、それら行を包含する文字列矩形を定義す
る。
In step S22, lines matching the integration conditions are integrated, and a character string rectangle including the lines is defined.

【0053】各行に対して前記ステップS22,23の
処理を行うことで、最終的な被認識対象となる文字列矩
形が求まる。
By performing the processing of steps S22 and S23 on each line, a character string rectangle to be finally recognized is obtained.

【0054】このようにして求められた各文字列矩形に
対して、それぞれ文字認識処理を行う。(ステップS2
4)この文字認識処理も上記と同様よく知られた処理で
あるため説明を省略する。
The character recognition process is performed on each of the character string rectangles thus obtained. (Step S2
4) This character recognition process is also a well-known process similar to the above, and a description thereof will be omitted.

【0055】ステップS24により各文字列矩形の文字
認識結果(行)が得られると、各行がデータベースのど
の項目に該当するか知識処理を行う。(ステップS2
5)このステップS25による知識処理を行うために、
地名、人名(姓,名)、会社関係、かな漢字変換、記述
パターンに関する各種情報を予め備えており、これら各
種情報を用いて次のよな判断が行われる。
When the character recognition result (line) of each character string rectangle is obtained in step S24, knowledge processing is performed on which item of the database corresponds to each line. (Step S2
5) In order to perform the knowledge processing in step S25,
Various kinds of information relating to place names, personal names (first and last names), company relations, kana-kanji conversion, and description patterns are provided in advance, and the following determination is made using these various kinds of information.

【0056】処理対象の行に郵便マークがあれば、その
郵便マークに続く記述を郵便番号の項目に該当すると判
断する。または、郵便番号を表す所定の記述パターン
(例えば、数字3桁+ハイフン+数字4桁など)に該当
する文字列も郵便番号の項目に該当すると判断する。
If there is a postal mark in the line to be processed, it is determined that the description following the postal mark corresponds to the postal code item. Alternatively, it is determined that a character string corresponding to a predetermined description pattern representing a postal code (for example, a three-digit number + a hyphen + a four-digit number) also corresponds to the postal code item.

【0057】処理対象の行に地名に関する文字列が含ま
れていれば、その文字列は住所の項目に該当すると判断
する。
If the line to be processed includes a character string relating to a place name, it is determined that the character string corresponds to the address item.

【0058】また、処理対象の行の記述に電話番号マー
クがあれば、そのマークに続く記述を電話番号の項目に
該当すると判断する。または、電話番号を表す所定の記
述パターン(例えば、「TEL」や数字3桁+ハイフン
+数字4桁+ハイフン+数字4桁など)に該当する文字
列も電話番号の項目に該当すると判断する。FAXの項
目に関してもこれらの判断は同様である。
If there is a telephone number mark in the description of the line to be processed, it is determined that the description following the mark corresponds to the item of telephone number. Alternatively, it is determined that a character string corresponding to a predetermined description pattern representing a telephone number (for example, “TEL” or three digits + hyphen + four digits + hyphen + four digits) is also a telephone number item. These determinations are the same for the FAX item.

【0059】また、処理対象の行の記述に役職(肩書
き)に関する文字列や、会社関係を表す所定の記述パタ
ーン(例えば、「会社」、「〜部」、「〜課」、「部
長」、「課長」など)を含む文字列があれば、それらを
含む文字列を勤務先や所属、役職の項目に該当すると判
断し、上記予め備えている各種情報を用いて各項目に分
別する。
In the description of the line to be processed, a character string relating to a job title (title) or a predetermined description pattern representing a company relationship (for example, “company”, “—section”, “—section”, “manager”, If there is a character string including “section manager”, the character string including the character string is determined to correspond to the item of work place, affiliation, and post, and is classified into each item by using the various information prepared in advance.

【0060】同様に、上記各種情報を用いてデータベー
スの各項目に該当する文字列を求め、最後に、データベ
ースの名前の項目に該当する行の識別処理が行われる。
名前の項目に該当する行であるか否かの判定は次の順に
行われ、判定内容に該当した時点で識別処理を終了す
る。
Similarly, a character string corresponding to each item of the database is obtained using the above various information, and finally, a process of identifying a line corresponding to the item of the name of the database is performed.
The determination as to whether or not the line corresponds to the item of the name is performed in the following order, and the identification processing ends when the determination is satisfied.

【0061】 1.名前の判定処理時に一つしか残っていない行 2.人名辞書が備える姓および名の情報と照合処理を行
い、双方の情報と一致する文字を含む行 3.文字の大きさが他の行に比較して大きい行 4.行に含まれる各文字の間隔が他の行に含まれる文字
の間隔に比較して大きい行 5.役職(肩書き)を含む行 6.会社名と判断された行の次の行 7,住所と判断された行の次の行 8.電話番号と判断された行の次の行 ステップS25の知識処理により得られた文字列は、対
応するデータベースの各項目の情報として登録される。
(ステップS26) 次に、データベースのデータ構造について説明する。な
お、本実施の形態においてはカード型データベースのデ
ータ構造を例示する。
[0061] 1. 1. Line where only one remains at the time of name determination processing 2. A line containing a character that matches the surname and first name information provided in the personal name dictionary and matches both information. 3. Lines whose character size is larger than other lines 4. A line in which the space between each character included in a line is larger than the space between characters included in other lines. 5. Lines with title (title) 7. Line next to line determined to be company name 7, Line next to line determined to be address The line following the line determined to be the telephone number The character string obtained by the knowledge processing in step S25 is registered as information on each item of the corresponding database.
(Step S26) Next, the data structure of the database will be described. In the present embodiment, the data structure of the card database is exemplified.

【0062】図6はデータベースのデータ構造を示す図
であり、同図(a)はカードデータのフォーマットを示
し、同図(b)は文字データのフォーマットを示す。
FIG. 6 is a diagram showing the data structure of the database. FIG. 6A shows the format of card data, and FIG. 6B shows the format of character data.

【0063】図6(a)に示されるように、本実施の形
態における1つのカードデータは、項目数と項目オフセ
ットと文字データの各領域から構成される。
As shown in FIG. 6A, one card data in the present embodiment is composed of the number of items, the item offset, and the character data.

【0064】項目数は、データベースが備える項目の種
類の数を示すものである。本例では項目1〜項目20の
20項があるため、項目数「20」が記録される。
The number of items indicates the number of types of items provided in the database. In this example, since there are 20 items from item 1 to item 20, the number of items “20” is recorded.

【0065】詳細に説明しないが、例えばこのデータベ
ースの項目として、名前、勤務先郵便番号、勤務先住
所、勤務先電話番号、FAX、所属+役職などがある。
Although not described in detail, for example, the items of this database include a name, a work postal code, a work address, a work telephone number, a facsimile, and an affiliation + post.

【0066】項目オフセットは、文字データ領域におけ
る各項目に対応する文字データへのカード先頭からのオ
フセット値が記録されているものである。
The item offset records the offset value from the head of the card to the character data corresponding to each item in the character data area.

【0067】文字データ領域は、各項目に対応する文字
データが連続して記録されているものであり、項目に対
する文字データの文字数や文字データの有無に応じて記
録領域が変更される不定長のデータ領域である。
The character data area is a area in which character data corresponding to each item is continuously recorded, and the recording area is changed according to the number of characters of character data for the item and the presence or absence of character data. This is the data area.

【0068】この文字データ領域には同図(b)に示す
フォーマットで文字データが記録される。
In this character data area, character data is recorded in the format shown in FIG.

【0069】図6(b)は1項目分の文字データフォー
マットを示す図である。
FIG. 6B is a diagram showing a character data format for one item.

【0070】この文字データは文字数領域と実データ領
域から構成され、文字数領域には実データの文字数が記
録され、実データ領域には実データ(文字)が記録され
る。
This character data is composed of a character number area and a real data area. The character number area records the number of characters of the real data, and the real data area records real data (characters).

【0071】図7は文字認識処理により得られる領域
(行)識別の例を示す図である。
FIG. 7 is a diagram showing an example of area (line) identification obtained by the character recognition processing.

【0072】本発明を適用しない場合は、図7(a)に
示されるように、「富士」と「学」間の間隔が広いため
別領域(行)と設定され、それぞれの領域に対し文字認
識処理が行われる。
When the present invention is not applied, as shown in FIG. 7A, the space between "Fuji" and "Gaku" is wide, so that another area (line) is set. A recognition process is performed.

【0073】「富士」は2文字で構成されるため、文字
の大きさ、文字間隔などから「富」と「士」というよう
に正しく認識される可能性が高い。
Since "Fuji" is composed of two characters, there is a high possibility that "Fuji" and "shi" will be correctly recognized from the character size and character spacing.

【0074】しかし、「学」は1文字であるため認識処
理の際に参考となるものがなく、1文字が複数個の文字
であると判断され、誤った認識結果となる可能性が高
い。
However, since "gaku" is one character, there is no reference in the recognition process, and one character is determined to be a plurality of characters, and there is a high possibility that an incorrect recognition result will be obtained.

【0075】しかも、データベースの項目「名前」とし
て1つの項目として認識されるところを2つに分割され
るため、自動登録された名前に関する情報をユーザが修
正しなくてはならない。
Moreover, since the part recognized as one item as the item "name" in the database is divided into two parts, the user must correct the information on the automatically registered name.

【0076】これに対し、本発明を適用した場合は、同
図(b)に示されるように、行(領域)の統合処理によ
り「富士」と「学」は1つの領域は統合される。
On the other hand, when the present invention is applied, as shown in FIG. 13B, one area of "Fuji" and "Gaku" are integrated by the integration processing of rows (areas).

【0077】従って、「学」に対応する被認識対象は
「富士」に対応する被認識対象を参考として文字認識さ
れるため、正しく認識される可能性が高くなる。また、
1つの行として認識されているため、データベースの項
目「名前」の情報として自動登録される。従って、ユー
ザによる修正作業は必要ない。
Therefore, the object to be recognized corresponding to “Gaku” is character-recognized with reference to the object to be recognized corresponding to “Fuji”, so that the possibility of being correctly recognized increases. Also,
Since it is recognized as one line, it is automatically registered as information of the item “name” in the database. Therefore, no correction work by the user is required.

【0078】以上、本発明の実施の形態を説明したが、
これに限定されるものではなく、本発明の主旨を変更し
なければ種々の変形が可能である。
The embodiments of the present invention have been described above.
The present invention is not limited to this, and various modifications can be made without changing the gist of the present invention.

【0079】なお、本発明の文字認識処理として説明し
た以下のレイアウト解析処理も本発明である。 (発明1) 認識処理におけるレイアウト解析処理方法
であって、原画像における領域を識別し、該識別により
定義された領域毎の被認識対象から得られる情報に応じ
て該原画像における領域を再識別するレイアウト解析処
理方法。 (発明2) 発明1のレイアウト解析処理方法におい
て、前記再識別処理は、前記被認識対象から得られる情
報に応じた領域の統合処理である。 (発明3) 原画像における情報を認識する情報処理装
置であって、原画像における領域を識別する識別部と、
該識別により定義された領域毎の被認識対象から得られ
る情報に応じて該原画像における領域の再識別を行う再
識別部、を備える情報処理装置。 (発明4) 発明3の情報処理装置であって、前記再識
別部、前記被認識対象から得られる情報に応じた領域の
統合処理により前記原画像における領域を再識別する。 (発明5) コンピュータに、原画像における領域を識
別する手順と、前記識別により定義された領域毎の被認
識対象から得られる情報に応じて該原画像における領域
を再識別する手順と、を実行させるためのプログラムを
記録したコンピュータ読み取り可能な記録媒体。 (発明6) 発明5のプログラムを記録したコンピュー
タ読み取り可能な記録媒体であって、前記再識別するた
めの手順は、前記被認識対象から得られる情報に応じた
領域の統合である。
The following layout analysis processing described as the character recognition processing of the present invention is also the present invention. (Invention 1) A layout analysis processing method in recognition processing, in which an area in an original image is identified, and an area in the original image is re-identified according to information obtained from a recognition target for each area defined by the identification. Layout analysis processing method to be performed. (Invention 2) In the layout analysis processing method according to Invention 1, the re-identification processing is an integration processing of regions according to information obtained from the recognition target. (Invention 3) An information processing apparatus for recognizing information in an original image, comprising: an identification unit for identifying an area in the original image;
An information processing apparatus comprising: a re-identification unit that re-identifies an area in the original image in accordance with information obtained from a recognition target for each area defined by the identification. (Invention 4) In the information processing apparatus according to Invention 3, the re-identification unit re-identifies an area in the original image by integrating areas according to information obtained from the recognition target. (Invention 5) A computer executes a procedure for identifying an area in an original image and a procedure for re-identifying an area in the original image according to information obtained from a recognition target for each area defined by the identification. A computer-readable recording medium on which a program for causing a computer to record is recorded. (Invention 6) A computer-readable recording medium on which the program of Invention 5 is recorded, wherein the procedure for re-identification is integration of areas according to information obtained from the recognition target.

【0080】[0080]

【発明の効果】以上説明したように、本発明によると誤
って別の被認識対象(領域)として分割されたものであ
っても、再識別による領域の統合処理によって正しい被
認識対象として設定することができる。
As described above, according to the present invention, even if an object is erroneously divided as another object to be recognized (area), it is set as a correct object to be recognized by integrating the areas by re-identification. be able to.

【0081】従って、文字認識率を向上させることが可
能となり、文字認識結果がデータベースに自動登録され
る場合においてもユーザによる修正作業を不要とするこ
とができ、ユーザの操作負担を軽減することが可能とな
る。
Therefore, the character recognition rate can be improved, and even when the character recognition result is automatically registered in the database, the correction work by the user is unnecessary, and the operation burden on the user can be reduced. It becomes possible.

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

【図1】本実施例の概略処理フローチャートを示す図で
ある。
FIG. 1 is a diagram showing a schematic processing flowchart of an embodiment.

【図2】コンピュータの概略構成を示す図である。FIG. 2 is a diagram illustrating a schematic configuration of a computer.

【図3】本実施例の詳細な処理フローチャートを示す図
(その1)である。
FIG. 3 is a diagram (part 1) illustrating a detailed processing flowchart of the embodiment;

【図4】本実施例の詳細な処理フローチャートを示す図
(その2)である。
FIG. 4 is a diagram (part 2) illustrating a detailed processing flowchart of the embodiment;

【図5】本実施例の詳細な処理フローチャートを示す図
(その3)である。
FIG. 5 is a diagram (part 3) illustrating a detailed processing flowchart of the embodiment;

【図6】データベースのデータ構造を示す図である。FIG. 6 is a diagram showing a data structure of a database.

【図7】文字認識処理により得られる領域(行)識別の
例を示す図である。
FIG. 7 is a diagram illustrating an example of area (line) identification obtained by a character recognition process.

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

1 コンピュータ 2 CPU 3 RAM 4 ハードディスクドライブ 5 CD−ROMドライブ 6 フロッピィディスクドライブ 7 ネットワーク制御ユニット 8 ディスプレイ 9 キーボード 10 スキャナ 11 CD−ROM 12 フロッピィディスク DESCRIPTION OF SYMBOLS 1 Computer 2 CPU 3 RAM 4 Hard disk drive 5 CD-ROM drive 6 Floppy disk drive 7 Network control unit 8 Display 9 Keyboard 10 Scanner 11 CD-ROM 12 Floppy disk

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 原画像における情報を認識する認識処理
方法であって、 原画像における領域を識別し、 前記識別により定義された領域毎の被認識対象から得ら
れる情報に応じて前記原画像における領域を再識別し、 前記再識別された領域毎に被認識対象の認識処理を行う
認識処理方法。
1. A recognition processing method for recognizing information in an original image, comprising: identifying an area in the original image; and determining a region in the original image according to information obtained from a recognition target for each area defined by the identification. A recognition processing method for re-identifying an area and performing recognition processing of a recognition target for each of the re-identified areas.
【請求項2】 前記再識別処理は、前記被認識対象から
得られる情報に応じた領域の統合処理である請求項1記
載の認識処理方法。
2. The recognition processing method according to claim 1, wherein the re-identification processing is processing for integrating regions according to information obtained from the recognition target.
【請求項3】 原画像における情報を認識する情報処理
装置であって、 原画像における領域を識別し、該識別により定義された
領域毎の被認識対象から得られる情報に応じて該原画像
における領域を再識別するレイアウト解析部と、 前記再識別された領域毎に被認識対象の認識処理を行う
認識部と、 を備える情報処理装置。
3. An information processing apparatus for recognizing information in an original image, comprising: identifying an area in the original image; and determining an area in the original image according to information obtained from a recognition target for each area defined by the identification. An information processing apparatus comprising: a layout analysis unit that re-identifies an area; and a recognition unit that performs recognition processing of a recognition target for each of the re-identified areas.
【請求項4】 前記レイアウト解析部は、前記被認識対
象から得られる情報に応じた領域の統合処理により前記
原画像における領域を再識別する請求項3記載の情報処
理装置。
4. The information processing apparatus according to claim 3, wherein the layout analysis unit re-identifies an area in the original image by performing area integration processing according to information obtained from the recognition target.
【請求項5】 前記領域から得られる認識結果に対応す
る項目を識別する項目識別部と、 前記認識結果を対応する項目の情報としてデータベース
に登録する登録部と、 を備える請求項3または4記載の情報処理装置。
5. An apparatus according to claim 3, further comprising: an item identification unit that identifies an item corresponding to a recognition result obtained from the area; and a registration unit that registers the recognition result in a database as information on the corresponding item. Information processing device.
【請求項6】 コンピュータに、 原画像における領域を識別する手順と、 前記識別により定義された領域毎の被認識対象から得ら
れる情報に応じて該原画像における領域を再識別する手
順と、 前記再識別された領域毎に被認識対象の認識処理を行う
手順と、 を実行させるためのプログラムを記録したコンピュータ
読み取り可能な記録媒体。
6. A computer, comprising: a step of identifying an area in the original image; a step of re-identifying an area in the original image according to information obtained from a recognition target for each area defined by the identification; A computer-readable recording medium that records a procedure for performing recognition processing of a recognition target for each re-identified region, and a program for executing the procedure.
【請求項7】 前記再識別するための手順は、前記被認
識対象から得られる情報に応じた領域の統合である請求
項6記載の前記プログラムを記録したコンピュータ読み
取り可能な記録媒体。
7. The computer-readable recording medium according to claim 6, wherein the procedure for re-identification is integration of areas according to information obtained from the recognition target.
【請求項8】 前記領域から得られる認識結果に対応す
る項目を識別する手順と、 前記認識結果を対応する項目の情報としてデータベース
に登録する手順と、 を実行させるための請求項6または7記載の前記プログ
ラムを記録したコンピュータ読み取り可能な記録媒体。
8. The method according to claim 6, further comprising: a step of identifying an item corresponding to a recognition result obtained from the area, and a step of registering the recognition result in a database as information of the corresponding item. A computer-readable recording medium recording the above program.
JP11227652A 1999-08-11 1999-08-11 Recognizing processing method, information processor and recording medium Pending JP2001052112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11227652A JP2001052112A (en) 1999-08-11 1999-08-11 Recognizing processing method, information processor and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11227652A JP2001052112A (en) 1999-08-11 1999-08-11 Recognizing processing method, information processor and recording medium

Publications (1)

Publication Number Publication Date
JP2001052112A true JP2001052112A (en) 2001-02-23

Family

ID=16864230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11227652A Pending JP2001052112A (en) 1999-08-11 1999-08-11 Recognizing processing method, information processor and recording medium

Country Status (1)

Country Link
JP (1) JP2001052112A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2405003A (en) * 2003-08-12 2005-02-16 Samsung Electronics Co Ltd Optical character recognition of business cards using a mobile phone with an integrated camera
CN1328695C (en) * 2004-12-30 2007-07-25 北京中星微电子有限公司 Automatic searching and determining method for key words information in name card identification
WO2010122429A2 (en) * 2009-04-20 2010-10-28 Master Wave International Co., Ltd. Image-based data management method and system
JP2011108163A (en) * 2009-11-20 2011-06-02 Toshiba Corp Business card reader
US8244037B2 (en) 2007-11-15 2012-08-14 Master Wave International Company Ltd Image-based data management method and system
JP2015090674A (en) * 2013-11-07 2015-05-11 キヤノン株式会社 Information processing device, information processing method, and program
US11494923B2 (en) 2019-01-31 2022-11-08 Fujifilm Business Innovation Corp. Information processing device and non-transitory computer readable medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2405003A (en) * 2003-08-12 2005-02-16 Samsung Electronics Co Ltd Optical character recognition of business cards using a mobile phone with an integrated camera
GB2405003B (en) * 2003-08-12 2006-03-15 Samsung Electronics Co Ltd Managing an address book in portable terminal having a camera
CN1328695C (en) * 2004-12-30 2007-07-25 北京中星微电子有限公司 Automatic searching and determining method for key words information in name card identification
US8244037B2 (en) 2007-11-15 2012-08-14 Master Wave International Company Ltd Image-based data management method and system
WO2010122429A2 (en) * 2009-04-20 2010-10-28 Master Wave International Co., Ltd. Image-based data management method and system
WO2010122429A3 (en) * 2009-04-20 2011-01-27 Master Wave International Co., Ltd. Image-based data management method and system
JP2011108163A (en) * 2009-11-20 2011-06-02 Toshiba Corp Business card reader
JP2015090674A (en) * 2013-11-07 2015-05-11 キヤノン株式会社 Information processing device, information processing method, and program
US11494923B2 (en) 2019-01-31 2022-11-08 Fujifilm Business Innovation Corp. Information processing device and non-transitory computer readable medium

Similar Documents

Publication Publication Date Title
US6707466B1 (en) Method and system for form recognition and digitized image processing
JP3469345B2 (en) Image filing apparatus and filing method
US6697056B1 (en) Method and system for form recognition
JP3294995B2 (en) Form reader
US6614929B1 (en) Apparatus and method of detecting character writing area in document, and document format generating apparatus
US6600482B1 (en) Method and system for form recognition and digitized image processing
US6201894B1 (en) Method and apparatus for extracting ruled lines or region surrounding ruled lines
US6320983B1 (en) Method and apparatus for character recognition, and computer-readable recording medium with a program making a computer execute the method recorded therein
JP4280355B2 (en) Character recognition device
JP2001052112A (en) Recognizing processing method, information processor and recording medium
EP1202213B1 (en) Document format identification apparatus and method
JP2740335B2 (en) Table reader with automatic cell attribute determination function
CN116682118A (en) Ancient character recognition method, system, terminal and medium
EP0519713B1 (en) Character input method and apparatus
JP4474231B2 (en) Document link information acquisition system
CA2397151A1 (en) A method and system for form recognition and digitized image processing
JP3000349B2 (en) Key input editing method and editing device
JP2001236467A (en) Method and device for pattern recognition, and recording medium with pattern recognition program recorded thereon
JP2000132635A (en) Recognizing data confirming method
JP3554097B2 (en) Image processing apparatus and method
JPH0757040A (en) Filing device provided with ocr
JP2007108830A (en) Form processor
JPH1166232A (en) Document-defining method
JP2001312693A (en) Device/method for character recognition and storage medium with program for performing the method stored thereon
JPH08212287A (en) Data control system and data processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040324

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070807

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080422