JPH0434793B2 - - Google Patents

Info

Publication number
JPH0434793B2
JPH0434793B2 JP59176028A JP17602884A JPH0434793B2 JP H0434793 B2 JPH0434793 B2 JP H0434793B2 JP 59176028 A JP59176028 A JP 59176028A JP 17602884 A JP17602884 A JP 17602884A JP H0434793 B2 JPH0434793 B2 JP H0434793B2
Authority
JP
Japan
Prior art keywords
word
information
displacement
character
displacement point
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.)
Expired - Lifetime
Application number
JP59176028A
Other languages
Japanese (ja)
Other versions
JPS6154578A (en
Inventor
Masahiro Ookawa
Yasuko Nonaka
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 JP59176028A priority Critical patent/JPS6154578A/en
Publication of JPS6154578A publication Critical patent/JPS6154578A/en
Publication of JPH0434793B2 publication Critical patent/JPH0434793B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Character Input (AREA)
  • Character Discrimination (AREA)
  • Image Analysis (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は光学文字読取装置に係り、特に文字の
輪郭を抽出する際に必要となる変位点の検出に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to an optical character reading device, and particularly to detection of displacement points required when extracting the outline of a character.

光学文字読取装置はOCRと呼ばれ、大量のデ
ータを取り扱うデータ処理システムに於いて広く
使用されている。
Optical character reading devices are called OCR and are widely used in data processing systems that handle large amounts of data.

〔従来の技術〕[Conventional technology]

従来OCRによりデータを読み取る場合、デー
タの書かれている帳票の物理的な情報(寸法や連
量等)や論理的なデータ処理条件等の情報はフオ
ーマツト情報として予め設定されていて、此のフ
オーマツト情報に従つて文字認識処理を行う。
Conventionally, when reading data using OCR, the physical information of the form on which the data is written (dimensions, weight, etc.) and information such as logical data processing conditions are set in advance as format information, and this format Character recognition processing is performed according to the information.

第3図は従来の文字読取装置の一例を示す図で
ある。
FIG. 3 is a diagram showing an example of a conventional character reading device.

図中、NCNTは主制御部、SCANは走査部、
MEMaは画像メモリ、DISPLAYは表示部、
KEYは打鍵部、RECOGは認識部、DICは認識用
辞書、MEMbは切出しメモリ、MEMcはフオー
マツト定義体、F−CNTはフオーマツト制御部、
OUTは出力用外部記録媒体である。
In the figure, NCNT is the main control unit, SCAN is the scanning unit,
MEMa is image memory, DISPLAY is display unit,
KEY is the keystroke part, RECOG is the recognition part, DIC is the recognition dictionary, MEMb is the extraction memory, MEMc is the format definition body, F-CNT is the format control part,
OUT is an external recording medium for output.

帳票SHEET上に書かれた記録情報は走査部
SCANにより光学センサを介して読み取られ、2
値化された結果が画像メモリMEMaに格納され
る。主制御部MCNTでは、予め決定されている
手順に従つてフオーマツト定義体MEMc上のフ
イールドの位置情報等の読取り情報を認識部
RECOGに送出する。
The recorded information written on the form SHEET is scanned by the scanning unit.
Read by SCAN through optical sensor, 2
The digitized result is stored in the image memory MEMa. The main control unit MCNT sends read information such as position information of fields on the format definition body MEMc to the recognition unit according to a predetermined procedure.
Send to RECOG.

認識部RECOGでは、画像メモリMEMa上の該
当する文字画像を切出しメモリMEMbに格納し
て其の文字パターンの特徴を抽出し、認識用辞書
DICと照合する。
The recognition unit RECOG extracts the corresponding character image from the image memory MEMa, stores it in the memory MEMb, extracts the characteristics of the character pattern, and converts it into a recognition dictionary.
Check with DIC.

此の様な文字読取装置の切出しメモリMEMb
に移された情報から其の文字パターンの特徴を抽
出する際の前処理として横方向、縦方向の変位点
を抽出する必要がある。
Extraction memory MEMb of character reading device like this
It is necessary to extract displacement points in the horizontal and vertical directions as preprocessing when extracting the characteristics of the character pattern from the information transferred to the character pattern.

第4図は切出しメモリMEMbの格納情報の変
位点検出方法の一例を示す図であり、数字の
“2”を格納している場合を示す。
FIG. 4 is a diagram showing an example of a method for detecting a displacement point of information stored in the extraction memory MEMb, and shows a case where the number "2" is stored.

切出しメモリMEMbの格納情報はワード単位
で格納されており、例えば第4図の1列は0の位
置が白、1から13の位置が黒、14と15の位置が白
の16ビツトの情報なので、1ワードが8ビツトで
構成されているとすれば、1列は2ワードからな
り、ワード(i1,j1)は8ビツトの“01111111”
であり、同じくワード(i1,j2)は“11111100”
となる。認識部RECOGでの処理はこのワード単
位で処理される。
The information stored in the cutout memory MEMb is stored in word units; for example, in the first column in Figure 4, the 0 position is white, the 1 to 13 positions are black, and the 14 and 15 positions are white, so it is 16 bit information. , one word consists of 8 bits, one column consists of 2 words, and word (i 1 , j 1 ) is 8 bits “01111111”.
Similarly, the word (i 1 , j 2 ) is “11111100”
becomes. Processing in the recognition unit RECOG is performed in units of words.

図中、○印は左右方向の変位点、×印は上下方
向の変位点を示す。
In the figure, ○ marks indicate displacement points in the left-right direction, and × marks indicate displacement points in the vertical direction.

左上からX方向にスキヤンすると、17列はオー
ル白、16列は5の位置に白→黒の変位点○印、12
の位置に黒→白の変位点○印があり、有効数2と
は此の16列には2個の変位点があることを示して
いる。又10列では13と15の位置に変位点○印があ
り、有効数は2である。
If you scan in the X direction from the top left, column 17 is all white, column 16 has a white → black displacement point ○ mark at position 5, and 12
There is a black → white displacement point ○ mark at the position, and the effective number 2 indicates that there are 2 displacement points in this 16 column. Also, in the 10th column, there are displacement points ○ marks at positions 13 and 15, and the effective number is 2.

同様に左下からY方向にスキヤンすると、1行
は1の位置に白→黒の変位点×印、4の位置に黒
→白の変位点×印があり、有効数は2であり、14
行は8の位置に白→黒の変位点×印、14の位置に
黒→白の変位点×印があり、有効数は2である。
Similarly, when scanning in the Y direction from the bottom left, in one line, there is a white-to-black displacement point × mark at position 1, a black-to-white displacement point × mark at position 4, and the effective number is 2, 14
In the row, there is a white to black displacement point x mark at position 8, and a black to white displacement point x mark at position 14, and the effective number is 2.

此の様に従来の変位点検出方式は左右方向と上
下方向の2回のスキヤンを行つて変位点を夫々求
めている。又左右方向の変位点の検出の場合ワー
ド内最右、最左の点では夫々右隣、左隣の別のワ
ードの情報を参照しないと変位点が決定出来ない
と云う欠点があつた。
As described above, the conventional displacement point detection method performs two scans, one in the left-right direction and the other in the vertical direction, to determine the displacement points, respectively. Furthermore, in the case of detecting displacement points in the left-right direction, there is a drawback that the displacement points cannot be determined at the rightmost and leftmost points in a word without referring to information from other words adjacent to the right and left, respectively.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

本発明の目的は上記従来の欠点を除去し、左右
方向及び上下方向の変位点検出を同時に行い、且
つ左右方向の変位点検出を当該ワードのみにより
行うことにより高速な変位点検出を達成すること
である。
An object of the present invention is to eliminate the above-mentioned conventional drawbacks, to simultaneously detect displacement points in the horizontal and vertical directions, and to achieve high-speed displacement point detection by detecting displacement points in the horizontal direction only using the word concerned. It is.

〔問題点を解決するための手段〕[Means for solving problems]

問題点を解決するための手段は、帳票上の画像
情報を2値化してメモリに格納する手段と、該画
像情報から文字部分を切出す手段と、切出された
文字画像情報又は該文字画像情報を特徴抽出する
ことにより得られる特徴情報と標準パターンを照
合する手段と、該照合結果及び予め与えられたフ
オーマツト情報等により読取り結果を確定し出力
する手段を具備する文字読取装置に於いて、 複数のワードから成る切出された該文字画像の
輪郭を抽出する上で必要となる上下方向の変位点
検出は当該ワード(i,j)の情報とその真下に
位置するワード(i−1,j)の情報との排他的
オアを取り、 左右方向の変位点検出は当該ワード(i,j)
の情報と当該ワード(i,j)の情報を右に1ビ
ツトシフトした情報との排他的オアを取り、 当該ワード(i,j)の左端のビツトの変位点
検出は該当ワード(i,j)の左隣のワード
(i,j−1)の右端のビツトによつて仮登録さ
れた状態を参照することにより行われるようにし
てなることを特徴とする文字読取装置により達成
される。
The means for solving the problem include a means for binarizing the image information on the form and storing it in a memory, a means for cutting out the character part from the image information, and a means for cutting out the character image information or the character image. In a character reading device comprising means for comparing feature information obtained by extracting features from information with a standard pattern, and means for determining and outputting a reading result based on the matching result and pre-given format information, etc., Vertical displacement point detection required to extract the outline of the cut out character image consisting of multiple words uses information about the word (i, j) and the word (i-1, Take the exclusive OR with the information of j), and detect the displacement point in the left and right direction using the corresponding word (i, j)
Exclusive OR is performed between the information of the word (i, j) and the information obtained by shifting the information of the word (i, j) one bit to the right, and the displacement point of the leftmost bit of the word (i, j) is detected based on the word (i, j). This is achieved by a character reading device characterized in that this is performed by referring to the state provisionally registered by the rightmost bit of the word (i, j-1) to the left of the word (i, j-1).

〔作用〕[Effect]

本発明に依ると上下方向の変位点検出は当該ワ
ードと其の1行下のワードの間で排他的オアを取
つて変位点とし、左右方向の変位点検出は当該ワ
ードを右に1つシフトしてから排他的オアを取つ
て変位点とし、此れに若干の付加処理を行う1フ
エーズで処理出来るので従来の2フエーズで処理
する方式に比し処理時間が大いに短縮されると云
う大きい効果が生まれる。
According to the present invention, displacement points in the vertical direction are detected by performing an exclusive OR between the word in question and the word one line below it, and displacement points in the horizontal direction are detected by shifting the word one place to the right. After that, the exclusive OR is taken as a displacement point, and this can be processed in one phase by performing some additional processing, which has the great effect of greatly shortening the processing time compared to the conventional two-phase processing method. is born.

〔実施例〕〔Example〕

第1図は本発明による文字読取装置の変位点検
出方式の一実施例を説明する図である。
FIG. 1 is a diagram illustrating an embodiment of a displacement point detection method for a character reading device according to the present invention.

第1図aは上下方向の変位点検出方法を示す図
である。
FIG. 1a is a diagram showing a method for detecting displacement points in the vertical direction.

切出しメモリMEMbの格納情報は前述のよう
に読み取られた文字の2値化データが例えば1ワ
ードが8ビツトで構成されるワードの形式で複数
個格納されており、認識部RECOGで以下のよう
な処理が行われる。
As mentioned above, the storage information in the extraction memory MEMb is a plurality of binarized data of read characters stored in the form of words in which each word consists of 8 bits, and the recognition unit RECOG stores the following binary data. Processing takes place.

図中のはi行、j列に位置する8ビツトのワ
ード(i,j)を示し、例えば第4図のいずれか
の行の16ビツトのうちの左半分の8ビツトか右半
分の8ビツトを示し、が白白黒黒黒黒白白の情
報であることを示している。
In the figure, the word (i, j) indicates an 8-bit word (i, j) located in row i and column j. For example, of the 16 bits in any row in Fig. 4, the left half 8 bits or the right half 8 bits , indicating that is black-and-white information.

また、はi−1行、j列に位置するワード
(i−1,j)を示し、のワード(i,j)の
真下に位置することを示しており、白黒黒黒黒黒
黒白の情報を持つている。
In addition, indicates the word (i-1, j) located in the i-1 row and j column, indicating that it is located directly below the word (i, j), and the black-white, black, black, black, black, and white information. have.

ここで、のワード(i,j)の情報とその真
下に位置するのワード(i−1,j)の情報と
の排他的オア(EOR)を取ることにより上下方
向の変位点が求められることになる。
Here, the displacement point in the vertical direction can be found by taking the exclusive OR (EOR) of the information on the word (i, j) of and the information on the word (i-1, j) located directly below it. become.

この結果はに示すごとく2ビツト目と7ビツ
ト目が“1”で、これが第4図において左下から
Y方向にスキヤンした時のi行、j列のワード位
置における上下方向の変位点(第4図の×印)で
あることを示している。
The result is that the 2nd and 7th bits are "1" as shown in Figure 4, and this is the vertical displacement point (4th (X mark in the figure).

次に第1図bは左右方向の変位点検出方法を示
す図である。
Next, FIG. 1b is a diagram showing a method for detecting displacement points in the left-right direction.

この場合図中のは第1図aのと同じ情報で
あり、左右方向の変位点は左から右へスキヤンす
ると、図から明らかなように3ビツト目が“0”
から“1”への変位点であり、7ビツト目が
“1”から“0”への変位点である。
In this case, the information in the figure is the same as in Figure 1a, and when scanning the horizontal displacement point from left to right, the 3rd bit is "0" as is clear from the figure.
This is the transition point from "1" to "1", and the 7th bit is the transition point from "1" to "0".

この変位点検出のために先ず、 のワード(i,j)の情報を右に1ビツトシ
フトしての情報を得る。
To detect this displacement point, first, the information of word (i, j) of is shifted one bit to the right to obtain information.

次に、との情報のEORを取ることにより
の情報が得られ、“1”の箇所が左右方向の変
位点として求められる。
Next, information is obtained by taking the EOR of the information, and the location of "1" is determined as the displacement point in the left-right direction.

これが第4図において左下からX方向にスキヤ
ンした時のi行、j列のワード位置における左右
方向の変位点(第4図の○印)であることを示し
ている。
This shows that this is the horizontal displacement point (marked with a circle in FIG. 4) at the word position in row i and column j when scanning in the X direction from the lower left in FIG.

但し、上記の方法ではワード(i,j)の左端
のビツトは更に左側のビツトがなければ変位点で
あるか否かの検出は不可能である。
However, in the above method, it is impossible to detect whether or not the leftmost bit of word (i, j) is a displacement point unless there is a bit further to the left.

このため、該当ワード(i,j)の左隣のワー
ド(i,j−1)と比較して検出しなければなら
ない。但し該当ワード(i,j)が最も左端のワ
ードである場合は左端のビツトは変位点とは見な
さない。の情報は、左隣のワード(i,j−
1)を示し、右端のビツトが“1”(黒)の場合
には、右隣にある該当ワード(i,j)の左端の
ビツトを変位点として仮登録する。
Therefore, the corresponding word (i, j) must be detected by comparing it with the word (i, j-1) to the left. However, if the corresponding word (i, j) is the leftmost word, the leftmost bit is not regarded as a displacement point. The information on the left adjacent word (i, j−
1), and when the rightmost bit is "1" (black), the leftmost bit of the corresponding word (i, j) on the right is temporarily registered as a displacement point.

該当ワード(i,j)がの情報で示すように
左端のビツトが“1”(黒)の場合には、の右
端のビツトの“1”(黒)から変化はなく、変位
点ではないので仮登録を無効として、変位点の数
を1つ減ずる。
If the leftmost bit of the corresponding word (i, j) is "1" (black) as shown by the information in , there is no change from the rightmost bit of "1" (black), and it is not a displacement point. Invalidate the temporary registration and reduce the number of displacement points by one.

もし該当ワード(i,j)の左端のビツトが
“0”(白)の場合にはの右端のビツトの“1”
(黒)から変化しており、仮登録された変位点を
確定する。
If the leftmost bit of the corresponding word (i, j) is “0” (white), the rightmost bit of the word (i, j) is “1”.
(black), and the temporarily registered displacement point is confirmed.

また、左隣のワード(i,j−1)の右端のビ
ツトが“0”(白)の場合は、右隣にある該当ワ
ード(i,j)の左端のビツトを変位点でないと
して仮登録はしない、この状態で該当ワード
(i,j)の左端のビツトが“0“(白)であれば
変化がないと確認され、“1”(黒)であれば変位
点として登録する。
Additionally, if the rightmost bit of the word (i, j-1) on the left is “0” (white), the leftmost bit of the corresponding word (i, j) on the right is provisionally registered as not a displacement point. In this state, if the leftmost bit of the word (i, j) is "0" (white), it is confirmed that there is no change, and if it is "1" (black), it is registered as a displacement point.

このように、当該ワード(i,j)の左端のビ
ツトが変位点であるか否かの検出は、左隣のワー
ド(i,j−1)の右端のビツトが“1”であれ
ば仮登録し、“0”であれば仮登録しないことに
よつて、この仮登録の状態を参照すれば検出でき
る。
In this way, it is possible to detect whether the leftmost bit of the word (i, j) is a displacement point if the rightmost bit of the word (i, j-1) to the left is "1". If it is registered, and it is "0", it is not provisionally registered, and it can be detected by referring to the state of this provisional registration.

これにより、左端のワードまたは右隣のワード
を参照することなく当該ワードのみで変位点の検
出が可能である。
Thereby, the displacement point can be detected using only the word without referring to the leftmost word or the right-most word.

以上の処理を使つた変位点検出の手順を以下に
説明する。
The procedure for detecting a displacement point using the above processing will be explained below.

第2図は本発明による変位点検出を、数字
“2”について行う手順を示す図である。
FIG. 2 is a diagram showing a procedure for detecting a displacement point according to the present invention for the number "2".

処理手順は左下から上に向かう処理aと右下に
戻る処理bと上に向かう処理cとから成り、処理
aは、 ワード(i1−1,j1)を0クリアする。
The processing procedure consists of process a going from the bottom left to the top, process b going back to the bottom right, and process c going up. Process a clears the word (i 1 -1, j 1 ) to 0.

第1図aに示す上下方向の変位点検出処理を
行う。つまりワード(i1,j1)とワード(i1
1,j)のEORを取りi1行、j1列のワード位置
の上下方向の変位点を検出する。
The vertical displacement point detection process shown in FIG. 1a is performed. That is, word (i 1 , j 1 ) and word (i 1
1, j) and detect the vertical displacement point of the word position in row i and column j .

第1図bに示す左右方向の変位点検出を行
う。つまりワード(i1,j1)とこれを右へ1ビ
ツトシフトした情報との間でFORを取りi1行、
j1列のワード位置の左右方向の変位点検出処理
を行う。
Detection of displacement points in the left and right direction shown in FIG. 1b is performed. In other words, perform FOR between the word (i 1 , j 1 ) and the information shifted one bit to the right, i 1 line,
j Perform horizontal displacement point detection processing for the word position in one column.

i行を1つ増加する。 Increment i row by 1.

i行がiH+1行になるまで、)〜)の処理
を繰り返し、処理aが完了する。
The processes of ) to ) are repeated until the i row becomes the i H+1 row, and the process a is completed.

処理bは、 i行をi1行に変更し、j1列をj2列にする。Process b changes row i to row i 1 and changes column j 1 to column j 2 .

処理cは、 処理aと同様にi行がiH+1行になるまで処理
を繰り返す。この場合、j2列の左端のビツトは
前述のようにj1列の右端のビツトによつて仮登
録されているか否かを参照して検出する。
Process c, like process a, repeats the process until row i becomes row i H+1 . In this case, the leftmost bit of column j2 is detected by referring to whether or not it has been provisionally registered by the rightmost bit of column j1 , as described above.

以上により第2図の数字“2”の変位点検出が
完了する。
With the above steps, detection of the displacement point of number "2" in FIG. 2 is completed.

以上の本発明による変位点検出処理では従来の
処理に必要であつた上下方向と左右方向の2回の
スキヤンを同一フエーズで処理できるので、従来
方式に比し約30%速く処理できる。
In the displacement point detection process according to the present invention, the two scans in the vertical and horizontal directions, which were required in the conventional process, can be performed in the same phase, so the process can be performed approximately 30% faster than the conventional method.

〔発明の効果〕〔Effect of the invention〕

以上詳細に説明した様に本発明によれば、上下
方向、及び左右方向の変位点検出処理を同一のフ
エーズで行い得ると共に左右方向の変位点検出処
理に於いて当該ワードのみにより(左又は右のワ
ードを参照しない)変位点を検出出来るので従来
の方式に比し処理速度が速くなると云う大きい効
果がある。
As described in detail above, according to the present invention, displacement point detection processing in the vertical direction and horizontal direction can be performed in the same phase, and in the horizontal direction displacement point detection processing, only the word (left or right) can be detected. This method has the great effect of increasing the processing speed compared to the conventional method since it is possible to detect displacement points (without referring to words).

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

第1図aは上下方向の変位点検出方法を示す図
である。第1図bは左右方向の変位点検出方法を
示す図である。第2図は本発明に依る変位点の検
出手順の要約図である。第3図は従来の文字読取
装置の一例を示す図である。第4図は切出しメモ
リMEMbの格納情報の一例を示す図である。 図中、NCNTは主制御部、SCANは走査部、
MEMaは画像メモリ、DISPLAYは表示部、
KEYは打鍵部、RECOGは認識部、PICは認識用
辞書、MEMbは切出しメモリ、MEMcはフオー
マツト定義体、F−CNTはフオーマツト制御部、
OUTは出力用外部記録媒体である。
FIG. 1a is a diagram showing a method for detecting displacement points in the vertical direction. FIG. 1b is a diagram showing a method for detecting displacement points in the left-right direction. FIG. 2 is a summary diagram of the displacement point detection procedure according to the present invention. FIG. 3 is a diagram showing an example of a conventional character reading device. FIG. 4 is a diagram showing an example of information stored in the extraction memory MEMb. In the figure, NCNT is the main control unit, SCAN is the scanning unit,
MEMa is image memory, DISPLAY is display unit,
KEY is the keystroke part, RECOG is the recognition part, PIC is the recognition dictionary, MEMb is the extraction memory, MEMc is the format definition body, F-CNT is the format control part,
OUT is an external recording medium for output.

Claims (1)

【特許請求の範囲】 1 帳票上の画像情報を2値化してメモリに格納
する手段と、該画像情報から文字部分を切出す手
段と、切出された文字画像情報又は該文字画像情
報を特徴抽出することにより得られる特徴情報と
標準パターンを照合する手段と、該照合結果及び
予め与えられたフオーマツト情報等により読取り
結果を確定し出力する手段を具備する文字読取装
置に於いて、 複数のワードから成る切出された該文字画像の
輪郭を抽出する上で必要となる上下方向の変位点
検出は当該ワード(i,j)の情報とその真下に
位置するワード(i−1,j)の情報との排他的
オアを取り、 左右方向の変位点検出は当該ワード(i,j)
の情報と当該ワード(i,j)の情報を右に1ビ
ツトシフトした情報との排他的オアを取り、 当該ワード(i,j)の左端のビツトの変位点
検出は該当ワード(i,j)の左隣のワード
(i,j−1)の右端のビツトによつて仮登録さ
れた状態を参照することにより行われるようにし
てなることを特徴とする文字読取装置。
[Scope of Claims] 1. A means for binarizing image information on a form and storing it in a memory, a means for cutting out a character part from the image information, and a feature of the cut out character image information or the character image information. In a character reading device that is equipped with a means for comparing characteristic information obtained by extraction with a standard pattern, and a means for determining and outputting a reading result based on the matching result and pre-given format information, etc., Detection of displacement points in the vertical direction, which is necessary to extract the outline of the cut out character image consisting of Perform exclusive OR with the information, and detect the displacement point in the left and right direction using the corresponding word (i, j)
Exclusive OR is performed between the information of the word (i, j) and the information obtained by shifting the information of the word (i, j) one bit to the right, and the displacement point of the leftmost bit of the word (i, j) is detected based on the word (i, j). A character reading device characterized in that the character reading is performed by referring to a state provisionally registered by the rightmost bit of the word (i, j-1) to the left of the word (i, j-1).
JP59176028A 1984-08-24 1984-08-24 Character reader Granted JPS6154578A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59176028A JPS6154578A (en) 1984-08-24 1984-08-24 Character reader

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59176028A JPS6154578A (en) 1984-08-24 1984-08-24 Character reader

Publications (2)

Publication Number Publication Date
JPS6154578A JPS6154578A (en) 1986-03-18
JPH0434793B2 true JPH0434793B2 (en) 1992-06-09

Family

ID=16006461

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59176028A Granted JPS6154578A (en) 1984-08-24 1984-08-24 Character reader

Country Status (1)

Country Link
JP (1) JPS6154578A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3840569B2 (en) 1997-08-21 2006-11-01 ダイキン工業株式会社 Polytetrafluoroethylene tube and extruder therefor
KR20100027766A (en) * 2008-09-03 2010-03-11 (주)동양인더스트리 Raceway

Also Published As

Publication number Publication date
JPS6154578A (en) 1986-03-18

Similar Documents

Publication Publication Date Title
EP0063454B1 (en) Method for recognizing machine encoded characters
CA1098210A (en) Optical character recognition system
US5428692A (en) Character recognition system
JPS63182793A (en) Character segmenting system
US4797940A (en) Optical character reader
CA1316605C (en) Method of searching binary images to find search regions in which straight lines may be found
KR890002473B1 (en) Character discirminating method
JPH0434793B2 (en)
EP0601730A1 (en) Image processing method for correcting character slant
JP2619915B2 (en) Information processing method and apparatus
JPS62134767A (en) Automatic extracting device for symbol name and segment name
JP2586117B2 (en) Character recognition device
JPH07160810A (en) Character recognizing device
CA2057412C (en) Character recognition system
JP4105376B2 (en) Figure detection circuit
JP2646642B2 (en) Image inside / outside area judgment system
JP2004013188A (en) Business form reading device, business form reading method and program therefor
JP2784004B2 (en) Character recognition device
JP2578767B2 (en) Image processing method
JPS59132031A (en) Character input device
JPS6394386A (en) Printed character pitch detection device
JPH0366702B2 (en)
JPS6249482A (en) Image preprocessing device
JPS59220887A (en) Normalizing method of size of character pattern
JPS6278686A (en) Optical character reader