JPH0122958B2 - - Google Patents

Info

Publication number
JPH0122958B2
JPH0122958B2 JP56048251A JP4825181A JPH0122958B2 JP H0122958 B2 JPH0122958 B2 JP H0122958B2 JP 56048251 A JP56048251 A JP 56048251A JP 4825181 A JP4825181 A JP 4825181A JP H0122958 B2 JPH0122958 B2 JP H0122958B2
Authority
JP
Japan
Prior art keywords
character
circuit
read
width
reading
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
Application number
JP56048251A
Other languages
Japanese (ja)
Other versions
JPS57162084A (en
Inventor
Shigeo Tosaka
Hideki Sugyama
Hironori Yamamoto
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 JP56048251A priority Critical patent/JPS57162084A/en
Publication of JPS57162084A publication Critical patent/JPS57162084A/en
Publication of JPH0122958B2 publication Critical patent/JPH0122958B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/14Image acquisition
    • G06V30/148Segmentation of character regions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Character Input (AREA)

Description

【発明の詳細な説明】 本発明は文字読取認識装置に関し、特に文字に
インク汚れ等の文字間に存在する場合でも正確に
文字を認識することができるようにした文字読取
認識装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a character reading and recognition device, and more particularly to a character reading and recognition device that can accurately recognize characters even when ink stains or the like exist between characters. .

例えば小切手や手形には口座番号やときには金
額を記入するとき、JISのE13B・MICR
(Magnetic Ink Character Recognition)文字
で記入されており、これを自動的に読取ることに
よりその整理を行なつている。このMICR文字は
第1図イに示す如き形をしており、文字により文
字幅l1、l2……が異なるものの、これをタイプで
打つ場合その文字間距離lは一定になるように打
出されている。そしてこの文字をOCRで読取認
識をする場合の1つに文字を一定時間で走査し、
その結果をバツフア等に格納する。そして別に用
意してある辞書内の標準パターンと比較して文字
の認識を行なつている。
For example, when writing the account number and sometimes the amount on checks and bills, use JIS E13B/MICR.
(Magnetic Ink Character Recognition) characters, which are automatically read and organized. This MICR character has a shape as shown in Figure 1 A, and although the character width l 1 , l 2 , etc. differs depending on the character, when typing this, the distance between the characters l is constant. has been done. One way to read and recognize these characters using OCR is to scan the characters over a certain period of time.
The results are stored in a buffer or the like. Characters are then recognized by comparing them with standard patterns in a separately prepared dictionary.

このようにOCR読取りでマスクマツチング方
式により文字認識を行なう場合、文字と文字との
間に汚点が存在していた時、しかもその汚点が大
きなものであつて文字のいずれか一方に接触して
いるようなとき、誤読あるいは読取認識不能の原
因となる。
When character recognition is performed using the mask matching method in OCR reading in this way, when there is a blemish between the characters, the blemish is large and does not touch one of the characters. This may cause misreading or inability to read and recognize the information.

例えば第2図において文字Cを読取る場合、文
字Cの最初の黒点(文字情報)の存在するライン
Lの所から各ビツト列ごとに、例えば矢印方向に
走査し、その結果をバツフア等に格納する。1列
の走査が終つたら次の列の走査を行なう。そして
黒点の存在する文字幅だけ行ないその文字の中心
P1を割出し文字の大きさを求めこれを辞書に格
納した概知の文字の標準パターンと比較し、もつ
とも類似したものをその文字と認識する。
For example, when reading the character C in Figure 2, each bit string is scanned in the direction of the arrow, starting from the line L where the first black point (character information) of the character C exists, and the results are stored in a buffer or the like. . After scanning one column, the next column is scanned. Then move by the width of the character where the black dot exists, and then
P1 is indexed to determine the size of the character, which is compared with the standard patterns of known characters stored in a dictionary, and those that are most similar are recognized as that character.

ところが、第2図において、文字Cに汚点Dが
付着しているような場合、文字幅としてl3′の長さ
だけデータを読取り、そのため文字の中心点が
P2としてパターンを定め、これを辞書に格納し
た標準パターンと比較することになる。したがつ
て、この汚点Dが文字Cに付着していない場合に
は、周辺が白領減で囲まれているので、場合によ
つては汚点として識別することも可能であるが、
文字Cと接触状態にある場合にはこれも文字情報
として読取ることになる。そしてこの汚点Dが大
きければ、この汚点Dのために文字の中心がP1
からP2に大きく移ることになりそのため文字パ
ターンが正しい状態で比較されないことになる。
そしてこの結果誤読が生じたり、読取り不可能な
ことになる。
However, in Fig. 2, when the character C has a stain D, the data is read by the length of l 3 ' as the character width, so the center point of the character is
A pattern is defined as P 2 and compared with the standard pattern stored in the dictionary. Therefore, if this stain D is not attached to the letter C, it may be possible to identify it as a stain in some cases because it is surrounded by white areas.
If it is in contact with the character C, this will also be read as character information. If this stain D is large, the center of the character will be P 1 because of this stain D.
There is a large shift from P 2 to P 2 , which means that the character patterns will not be compared correctly.
As a result, misreading may occur or the information may become unreadable.

それ故、これを防止するために、読出し幅を文
字のもつとも広幅の文字における幅l1の量だけ読
取り、各文字についてはその幅l1に限定したデー
タで比較することも考えられる。しかし、第3図
に示すように、文字C1とC2との間に文字C2に付
着した大きな汚点D0が存在するような場合、次
のような問題が存在する。
Therefore, in order to prevent this, it is conceivable to read the reading width by the width l 1 of the widest character, and compare each character with data limited to its width l 1 . However, as shown in FIG. 3, when there is a large stain D 0 attached to the character C 2 between the characters C 1 and C 2 , the following problem exists.

すなわち、第3図において文字C1に対して幅l1
の量だけデータを読取つたのち、次の文字C2
対しては汚点D0のために線L0の位置からL0′まで
の幅l1だけデータを読取ることになる。ところが
汚点D0が点線で示される他の汚点D′と接続して
いるような場合には、文字C1に対して幅l1だけの
データを読取つた線L1より直ちに次の黒点領域
が連続的に存在して幅l1だけこれを次の文字とし
て読取り、線L1′からの黒点領域を3文字目のデ
ータとして読取ることになる。この結果、認識の
可否は別として、線L1―L1′に文字が1ケ存在し、
線L1′―L1″に文字が1ケ存在するという、いわゆ
る3桁のデータとしてこれを読出すことになる。
That is, in Fig. 3, for the character C 1 , the width l 1
After reading data for the amount of , data for the next character C 2 is read for a width l 1 from the position of the line L 0 to L 0 ′ due to the black spot D 0 . However, if the black dot D 0 is connected to another black dot D′ indicated by a dotted line, the next black dot area will be immediately drawn from the line L 1 that has read the data of width l 1 for the character C 1 . It exists continuously and has a width of l 1 and is read as the next character, and the black dot area from line L 1 ' is read as data for the third character. As a result, regardless of whether it is recognizable or not, there is one character on the line L 1 - L 1 ',
This is read out as so-called 3-digit data in which one character exists on the line L 1 ′-L 1 ″.

したがつて本発明の文字読取認識装置ではこの
ような問題点を改善するために隣接する文字の間
にデータの読取りを行なわない領域を設定し、例
え黒点の存在する黒点領域があつてもこれを無視
するようにするしたものである。そしてこのため
に本発明の文字読取認識装置では、文字を光学的
読取手段で読取つた文字情報により得た文字パタ
ーンを概知の標準パターンと比較して読取り文字
を認識する文字読取認識装置において、光学的検
出手段により読取つた文字情報を記憶する記憶手
段と、該記憶手段からの文字情報の内の所定単位
幅を検出する手段と、該所定単位幅から次の所定
単位幅の最初までの間の文字情報を禁止する手段
と、を設けたことを特徴とする。
Therefore, in order to solve this problem, the character reading recognition device of the present invention sets an area between adjacent characters in which no data is read, and even if there is a black dot area where a black dot exists, this area is not read. This is what I tried to do to ignore it. For this purpose, the character reading recognition device of the present invention compares a character pattern obtained from character information obtained by reading a character with an optical reading means with a well-known standard pattern to recognize a read character. A storage means for storing character information read by the optical detection means, a means for detecting a predetermined unit width of the character information from the storage means, and a period from the predetermined unit width to the beginning of the next predetermined unit width. The present invention is characterized by providing means for prohibiting text information of.

次に本発明の具体的構成を詳述するに先立ち、
その概略を第4図にもとづき説明する。
Next, before detailed description of the specific configuration of the present invention,
The outline will be explained based on FIG.

本発明においては文字C4を幅l1だけ読取つたあ
とに読取データ入力禁止領域IHを設け、この読取
データ入力禁止領域における読取り情報は使用し
ないようにする。この場合、読取データ入力禁止
領域の幅l0は文字間隔l2の例えば1/2〜2/3程度に
なるように定めるものとする。これにより大きな
汚点D0が存在してもこれが全部読取られること
なく、線L2以後が読取られるのみであり、この
線L2より幅l1だけ次の文字としてのデータ読取が
行なわれることになり、仮りに第3図の如く、文
字C1から汚点D′が連続している場合でも、これ
により2桁の文字を3桁の文字として誤読するこ
とはなくなる。しかも文字C2の文字パターンを
比較する場合でも、汚点D0の一部しか悪影響を
及ぼさないので、その認識率を向上させることが
できる。
In the present invention, a read data input prohibited area IH is provided after character C4 is read by a width l1 , and the read information in this read data input prohibited area is not used. In this case, the width l0 of the read data input prohibited area is determined to be, for example, about 1/2 to 2/3 of the character interval l2 . As a result, even if there is a large blemish D 0 , it will not be read entirely, but only the part after line L 2 will be read, and data will be read as the next character by a width l 1 from line L 2 . Therefore, even if the dot D' is continuous from the character C1 as shown in FIG. 3, this will prevent the 2-digit character from being misread as a 3-digit character. Furthermore, even when comparing the character patterns of the character C2 , only a part of the stain D0 has an adverse effect, so that the recognition rate can be improved.

次に本発明の一実施例を第5図にもとづき説明
する。
Next, one embodiment of the present invention will be described based on FIG.

図中、1はバツフア、2は前処理回路、3はゲ
ート、4は縦方向位置決め回路、5は汚点検出回
路、6は横方向位置決め回路、7はゲート制御回
路、8はBOX作成回路、9は標準マスク回路、
10は演算回路である。
In the figure, 1 is a buffer, 2 is a preprocessing circuit, 3 is a gate, 4 is a vertical positioning circuit, 5 is a spot detection circuit, 6 is a horizontal positioning circuit, 7 is a gate control circuit, 8 is a BOX creation circuit, 9 is a standard mask circuit,
10 is an arithmetic circuit.

ここで、バツフア1は図示省略した光学系から
伝達された文字情報が一時的に保持されるもので
あり、前処理回路2は、例えばこの伝達された文
字情報を「1」、「2」に2値化処理して後述する
位置決め等の処理をなし易いようにするためのも
のである。
Here, the buffer 1 temporarily holds character information transmitted from an optical system (not shown), and the preprocessing circuit 2 converts this transmitted character information into "1" and "2", for example. This is to perform binarization processing to facilitate processing such as positioning, which will be described later.

ゲート3は、第4図に示す読取データ入力禁止
領域IHを設けるために幅l0の間だけ前処理回路2
からデータを送出しなようにするものである。
The gate 3 is connected to the preprocessing circuit 2 only during the width l0 in order to provide the read data input prohibited area IH shown in FIG.
This prevents data from being sent from.

縦方向位置決め回路4は読出したデータの縦方
向の黒点(文字および汚点部分)が存在する黒点
領域を検出してその文字領域の位置を決めるとと
もにその文字データを横方向位置決め回路6に伝
達するものである。
The vertical positioning circuit 4 detects a black dot area in the read data in which a black dot (character and black dot part) exists in the vertical direction, determines the position of the character area, and transmits the character data to the horizontal positioning circuit 6. It is.

汚点検出回路5はゲート3から出力されたデー
タが文字に対するものかシミのような小さい汚点
に対するものかを識別するものであつて、黒点領
域の連続する幅を検出してその幅が例えば最小文
字幅より小さいときはそれまで検出した黒点領域
を汚点と識別して汚点検出信号を出力するもので
ある。
The black spot detection circuit 5 identifies whether the data output from the gate 3 is for a character or a small spot such as a stain, and detects the continuous width of the black spot area and determines whether the width is the smallest character If it is smaller than the width, the black spot area detected so far is identified as a black spot and a black spot detection signal is output.

横方向位置決め回路6は、文字幅を有する文字
のデータから、読取つた文字の文字幅を決めると
共に出力信号を発生してゲート制御回路7を動作
させてゲート3を幅l0に相当する一定時間だけオ
フにするとともに、データをBOX作成回路8に
送出するものである。
The horizontal positioning circuit 6 determines the character width of the read character from the character data having the character width, generates an output signal, operates the gate control circuit 7, and controls the gate 3 for a certain period of time corresponding to the width l0 . , and sends the data to the BOX creation circuit 8.

BOX作成回路8は横方向位置決め回路6及び
縦方向位置決め回路4から伝達された文字パター
ンの大きさおよびその文字パターンの中心を決
め、標準パターンと比較し易いようにするもので
ある。
The BOX creation circuit 8 determines the size and center of the character pattern transmitted from the horizontal positioning circuit 6 and the vertical positioning circuit 4, so that it can be easily compared with a standard pattern.

標準マスク回路9は、文字の標準パターンが格
納されており制御信号により順次演算回路に送出
するものである。そして演算回路10はBOX作
成回路8から伝達された文字パターンを標準マス
ク回路9から伝達されてくる標準パターンと順次
比較して文字パターンの認識結果を出力するもの
である。このとき標準マスク回路9に印加される
同期的な制御信号により標準パターンが送出さ
れ、比較が行なわれる。
The standard mask circuit 9 stores standard patterns of characters and sequentially sends them to the arithmetic circuit in response to control signals. The arithmetic circuit 10 sequentially compares the character pattern transmitted from the BOX creation circuit 8 with the standard pattern transmitted from the standard mask circuit 9, and outputs the recognition result of the character pattern. At this time, a standard pattern is sent out by a synchronous control signal applied to the standard mask circuit 9, and comparison is performed.

次に第5図の動作状態を詳述する。 Next, the operating state shown in FIG. 5 will be explained in detail.

いま、バツフア1に対して図示省略した光学系
から、例えば第4図に示す文字情報が伝達されて
一時的に保持される。この文字情報は前処理回路
2で「1」、「0」に2値化され、回路3を経由し
て縦方向位置決め回路4および汚点検出回路5に
伝達される。そして縦方向位置決め回路4が黒点
の存在する縦列を検出すると共に横方向位置決め
回路6に文字情報を伝達する。そして幅l1だけ文
字情報が入力された時、横方向位置決め回路6は
出力信号をゲート制御回路7に送出する。これに
よりゲート制御回路7はゲート・オフ信号を送出
してゲート3をオフにする。かくして第4図にお
いて文字C1について文字幅l1だけ文字情報が横方
向位置決め回路6に入力されたときゲート3はオ
フになる。そしてこのオフ状態は幅l0の間持続さ
れる。
For example, character information shown in FIG. 4 is transmitted to the buffer 1 from an optical system (not shown) and is temporarily held. This character information is binarized into "1" and "0" by the preprocessing circuit 2 and transmitted to the vertical positioning circuit 4 and the stain detection circuit 5 via the circuit 3. Then, the vertical positioning circuit 4 detects the column in which the black dot exists, and transmits character information to the horizontal positioning circuit 6. When the character information corresponding to the width l1 is input, the lateral positioning circuit 6 sends an output signal to the gate control circuit 7. As a result, the gate control circuit 7 sends out a gate off signal to turn off the gate 3. Thus, in FIG. 4, when character information corresponding to the character width l1 is input to the lateral positioning circuit 6 for the character C1, the gate 3 is turned off. This off state is maintained for a width l 0 .

一方、このようにして読出された文字C1のデ
ータは横方向位置決め回路6及び縦方向位置決め
回路4よりBOX作成回路8に伝達されて文字パ
ターンとなり、演算回路10において標準マスク
回路9に保持されている標準パターンで順次比較
される。そしてその結果演算回路10から、比較
した結果が出力され、その出力を元に一番類似し
ている文字を認識する。
On the other hand, the data of the character C 1 read out in this way is transmitted from the horizontal positioning circuit 6 and the vertical positioning circuit 4 to the BOX creation circuit 8, becomes a character pattern, and is held in the standard mask circuit 9 in the arithmetic circuit 10. The standard patterns are compared sequentially. Then, the comparison result is output from the result arithmetic circuit 10, and the most similar character is recognized based on the output.

文字C1に続いて前処理回路2から送出された
文字情報は、ゲート3がオフ状態にあるために、
第4図における読取データ入力禁止領域IHの間ゲ
ート3から送出されることはない。そしてこの読
取データ入力禁止領域IHを経過したときゲート3
はオンとなり次の文字情報が縦方向位置決め回路
4および汚点検出回路5に伝達される。その結
果、第4図に示す如く、読取データ入力禁止領域
IHを経過したとき汚点D0が存在するために直ちに
縦方向位置決め回路4が黒点を検出すると共に横
方向位置決め回路6に対してこの文字情報を伝達
する。そして横方向位置決め回路6に幅l1だけ文
字情報が入力されたとき、上記と同様にしてゲー
ト3はオフとなる。
The character information sent from the preprocessing circuit 2 following the character C 1 is
No data is sent out from the gate 3 during the read data input prohibited area IH in FIG. Then, when passing through this read data input prohibited area IH , gate 3
is turned on and the next character information is transmitted to the vertical positioning circuit 4 and the spot detection circuit 5. As a result, as shown in Figure 4, the read data input prohibited area
Since the black spot D 0 exists when I H has passed, the vertical positioning circuit 4 immediately detects the black spot and transmits this character information to the horizontal positioning circuit 6 . When the character information corresponding to the width l1 is input to the horizontal positioning circuit 6, the gate 3 is turned off in the same manner as described above.

このとき横方向位置決め回路6には、汚点D0
と文字C2の文字情報が入力され、それにもとづ
き文字パターンがBOX作成回路8で作成されそ
の中心位置が決定され、演算回路10にて標準パ
ターンとの比較が行なわれることになる。この場
合、汚点D0の部分は、読取データ入力禁止領域IH
を設けたことによりその一部のみしかBOX作成
回路8における文字パターンに加えられないこと
になり、標準パターンとの比較により文字認識率
を向上させることができる。しかも上記の如く文
字の桁数を誤読させることもなくなる。
At this time, the lateral positioning circuit 6 has a spot D 0
and the character information of the character C2 are input, and based on this, a character pattern is created in the BOX creation circuit 8, its center position is determined, and a comparison with the standard pattern is performed in the arithmetic circuit 10. In this case, the portion of the stain D 0 is the read data input prohibited area I H
By providing this, only a part of it is added to the character pattern in the BOX creation circuit 8, and the character recognition rate can be improved by comparison with the standard pattern. Moreover, as mentioned above, the number of digits of characters will not be misread.

また汚点D0が第3図および第4図の如く、文
字C2と連続した大きなものではなく、文字C2
離れて存在するシミの如き小さなものの場合に
は、白点で周囲が囲まれているので、黒点検出信
号がもつとも狭幅の文字であるたとえば数字1の
文字幅l′よりも短かい間しか連続的に送出されな
いときは、これを汚点部分と判別することができ
る。したがつて汚点検出回路5において黒点検出
信号の連続状態を検出して、これがもつとも狭小
の文字幅l′より短かい場合には、それまでのデー
タを汚点のデータとみて無効化する。
In addition, if the stain D 0 is not a large one that is continuous with the letter C 2 as shown in Figures 3 and 4, but is a small stain that is separated from the letter C 2 , it will be surrounded by white dots. Therefore, when the black spot detection signal is continuously transmitted for a period shorter than the character width l' of a character with a narrow width, for example, the number 1, this can be determined to be a black spot. Therefore, the black spot detection circuit 5 detects the continuous state of the black spot detection signal, and if it is shorter than the narrow character width l', the previous data is regarded as data of a black spot and is invalidated.

以上説明の如く本発明によれば読取データ入力
禁止領域を設けたので、汚点が存在する場合でも
文字を正確に認識することが可能となり、しかも
桁数を誤読することもないすぐれた文字読取認識
を行なうことができる。なお上記説明ではゲート
3のオフ時間を幅l0に相当する一定時間だけ行な
うように制御する場合について説明したが、勿論
これのみに限定されるものではなく、例えば幅l0
に相当するビツト数を計数してゲート3のオフ量
を定めるようにすることもできる。そして本発明
は上記の如き横書きの文字認識の場合にのみ限定
されるものではなく、縦書き文字も同様にして認
識できるものである。
As explained above, according to the present invention, since a read data input prohibited area is provided, it is possible to accurately recognize characters even when there are blemishes, and moreover, excellent character reading recognition is achieved without misreading the number of digits. can be done. In the above explanation, the case where the gate 3 is controlled to be turned off for a certain period of time corresponding to the width l 0 was explained, but of course the control is not limited to this only; for example, when the width l 0
It is also possible to determine the off amount of the gate 3 by counting the number of bits corresponding to . The present invention is not limited to the case of horizontally written character recognition as described above, and vertically written characters can also be recognized in the same manner.

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

第1図はMICR文字およびマスクの説明図、第
2図は文字と汚点の説明図、第3図は汚点の存在
するときの問題点の説明図、第4図は本発明の動
作説明図、第5図は本発明の一実施例構成図であ
る。 図中、1はバツフア、2は前処理回路、3はゲ
ート、4は縦方向位置決め回路、5は汚点検出回
路、6は横方向位置決め回路、7はゲート制御回
路、8はBOX作成回路、9は標準マスク回路、
10は演算回路をそれぞれ示す。
Fig. 1 is an explanatory diagram of MICR characters and masks, Fig. 2 is an explanatory diagram of characters and blemishes, Fig. 3 is an explanatory diagram of problems when blemishes exist, and Fig. 4 is an explanatory diagram of the operation of the present invention. FIG. 5 is a configuration diagram of an embodiment of the present invention. In the figure, 1 is a buffer, 2 is a preprocessing circuit, 3 is a gate, 4 is a vertical positioning circuit, 5 is a spot detection circuit, 6 is a horizontal positioning circuit, 7 is a gate control circuit, 8 is a BOX creation circuit, 9 is a standard mask circuit,
10 each indicates an arithmetic circuit.

Claims (1)

【特許請求の範囲】 1 文字を光学的読取手段で読取つた文字情報に
より得た文字パターンを概知の標準パターンと比
較して読取り文字を認識する文字読取認識装置に
おいて、 光学的検出手段により読取つた文字情報を記憶
する記憶手段と、 該記憶手段からの文字情報の内の所定単位幅を
検出する手段と、 該所定単位幅から次の所定単位幅の最初までの
間の文字情報を禁止する手段と、 を設けたことを特徴とする文字読取認識装置。
[Scope of Claims] 1. In a character reading recognition device that recognizes a read character by comparing a character pattern obtained from character information obtained by reading a character with an optical reading means with a well-known standard pattern, the character is read by an optical detection means. storage means for storing character information that has been written, means for detecting a predetermined unit width in the character information from the storage means, and prohibiting character information between the predetermined unit width and the beginning of the next predetermined unit width. A character reading recognition device comprising: means;
JP56048251A 1981-03-31 1981-03-31 Recognizing system for reading of character Granted JPS57162084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56048251A JPS57162084A (en) 1981-03-31 1981-03-31 Recognizing system for reading of character

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56048251A JPS57162084A (en) 1981-03-31 1981-03-31 Recognizing system for reading of character

Publications (2)

Publication Number Publication Date
JPS57162084A JPS57162084A (en) 1982-10-05
JPH0122958B2 true JPH0122958B2 (en) 1989-04-28

Family

ID=12798216

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56048251A Granted JPS57162084A (en) 1981-03-31 1981-03-31 Recognizing system for reading of character

Country Status (1)

Country Link
JP (1) JPS57162084A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5343433A (en) * 1976-10-01 1978-04-19 Toshiba Corp Character detection/cut-out circuit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5343433A (en) * 1976-10-01 1978-04-19 Toshiba Corp Character detection/cut-out circuit

Also Published As

Publication number Publication date
JPS57162084A (en) 1982-10-05

Similar Documents

Publication Publication Date Title
CA1160347A (en) Method for recognizing a machine encoded character
US3764978A (en) Combined magnetic optical character reader
JP4438387B2 (en) Magnetic ink character reader
US4295121A (en) Device for optical character reading
JPH03218589A (en) Computer input system using facsimile
JPS6115284A (en) Optical character reader
JPH07182448A (en) Character recognition method
JPH0122958B2 (en)
US5391889A (en) Optical character reading apparatus which can reduce reading errors as regards a character image if the character image is in contact with an unnecessary image.
US11100356B2 (en) Information processing apparatus and non-transitory computer readable medium storing program
JP2877380B2 (en) Optical character reader
JP2740291B2 (en) Securities processing equipment
JPS5972577A (en) Drawing reader
JP3160458B2 (en) Character reading device and character reading method
JP2925300B2 (en) Optical character reader
JPS6027083A (en) Optical character reader
JP2925275B2 (en) Optical character reader
JPS62295191A (en) Optical character image reader
JPS62295192A (en) Optical character image reader
JP3310063B2 (en) Document processing device
JP2925270B2 (en) Character reader
JPS6160184A (en) Optical character reader
JPH1040338A (en) Optical character reader
JPS6363954B2 (en)
JPS58195982A (en) Mark read system