JP2021135654A - Information processing program, information processor, and information processing method - Google Patents

Information processing program, information processor, and information processing method Download PDF

Info

Publication number
JP2021135654A
JP2021135654A JP2020030365A JP2020030365A JP2021135654A JP 2021135654 A JP2021135654 A JP 2021135654A JP 2020030365 A JP2020030365 A JP 2020030365A JP 2020030365 A JP2020030365 A JP 2020030365A JP 2021135654 A JP2021135654 A JP 2021135654A
Authority
JP
Japan
Prior art keywords
code
image
stains
information processing
error
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
JP2020030365A
Other languages
Japanese (ja)
Inventor
亮 宮本
Akira Miyamoto
亮 宮本
和快 古川
Kazuyoshi Furukawa
和快 古川
哲也 伊豆
Tetsuya Izu
哲也 伊豆
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 JP2020030365A priority Critical patent/JP2021135654A/en
Publication of JP2021135654A publication Critical patent/JP2021135654A/en
Pending legal-status Critical Current

Links

Images

Abstract

To reduce the probability of erroneous identification of a non-counterfeit QR code as counterfeit in determining a QR code that transitions stochastically.SOLUTION: An information processor 1 determines whether any stain is found on an image of a QR code to be processed, and when any stain is found in the image of the QR code, determines whether QR code transitions stochastically based on the positional relation between the stained area and the area of error bits included in the QR code.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理プログラムに関する。 The present invention relates to an information processing program.

近年、QRコード(登録商標)の偽造方法が考案され、偽造の検知がQRコード業界の共通課題となっている。QRコードの偽造方法について、2018年6月に、確率的なQRコードの偽造技術が考案された(例えば、非特許文献1参照)。ここでいうQRコードとは、デジタルデータを平面上の縦横に配置された白黒のドットパターンで表記する符号化方法のことをいう。図6は、偽造QRコードの参考例を示す図である。図6に示すように、正常なQRコードの所定の位置にドットを埋め込むことで、正常な復号データが一定の確率で、正常でない復号データとして悪意のあるウェブサイトのURL(Uniform Resource Locator)に復号される。この結果、サイバー攻撃が可能となる。 In recent years, a method for counterfeiting a QR code (registered trademark) has been devised, and detection of counterfeiting has become a common issue in the QR code industry. Regarding the QR code forgery method, a probabilistic QR code forgery technique was devised in June 2018 (see, for example, Non-Patent Document 1). The QR code referred to here refers to a coding method in which digital data is represented by a black-and-white dot pattern arranged vertically and horizontally on a plane. FIG. 6 is a diagram showing a reference example of a counterfeit QR code. As shown in FIG. 6, by embedding a dot at a predetermined position of a normal QR code, normal decoded data has a certain probability of being converted into a malicious website URL (Uniform Resource Locator) as abnormal decoded data. It is decrypted. As a result, cyber attacks are possible.

QRコードは、リードソロモン(RS:Reed Solomon)符号と呼ばれる誤り訂正符号技術を利用する。誤り訂正符号技術は、読み取りデータに数ビットの誤りがあっても、誤りを訂正でき、正常に復号できる。誤りを訂正できるビット数には、誤り訂正能力と呼ばれる限界値が定められている。復号処理は、読み取りデータに対して、ノイズの個数が誤り訂正能力以内ならば、正常なデータに復号できる。例えば、正常な復号データは、「http://www.aaaaaaa.com/」のURLを示す。 The QR code utilizes an error correction coding technique called a Reed Solomon (RS) code. The error correction coding technique can correct an error even if the read data has an error of several bits, and can decode it normally. The number of bits that can correct an error has a limit value called an error correction capability. The decoding process can decode the read data into normal data as long as the number of noises is within the error correction capability. For example, normal decryption data indicates the URL of "http://www.aaaaaaa.com/".

一方で、復号処理は、読み取りデータに対して、ノイズの個数が誤り訂正能力を超えた場合には、読み取りエラーとなる。ここで、復号処理の際に、ノイズが読み取れなかったり読み取れたりする特殊な形式のノイズが報告されている。復号処理は、特殊な形式のノイズが含まれたQRコードを読み取ると、読み取り結果に応じて、正常な復号データと正常でない復号データとを確率的に発生させることになる。このような特殊な形式が含まれたQRコードを確率的に遷移するQRコードと呼ぶ。悪意のある者は、毎回正常でないデータに復号させると、偽造に気付かれるので、正常な復号データと正常でない復号データとに確率的に遷移させるこのようなQRコードを偽造する。例えば正常でない復号データとして「http://www.aabaaaa.com/」のURLに復号するように特殊な形式でノイズが埋め込まれている場合、ノイズの個数が誤り訂正能力以内ならば復号処理が行われ、結果として正常でないデータに復号される場合がある。 On the other hand, in the decoding process, if the number of noises in the read data exceeds the error correction capability, a read error occurs. Here, a special type of noise that cannot be read or can be read during the decoding process has been reported. In the decoding process, when a QR code containing a special type of noise is read, normal decoding data and abnormal decoding data are stochastically generated according to the reading result. A QR code that includes such a special format is called a QR code that transitions stochastically. A malicious person will notice forgery every time he / she decodes the data into abnormal data, and therefore forges such a QR code that stochastically transitions between the normal decoded data and the abnormal decoded data. For example, if noise is embedded in a special format such as decoding to the URL of "http://www.aabaaaa.com/" as abnormal decryption data, the decoding process will be performed if the number of noises is within the error correction capability. It may be done and, as a result, decrypted into unhealthy data.

かかるQRコード偽造に対して、復号時の誤り訂正ビット数をカウントし、閾値以上の場合に、偽造コードと判定する偽造判定方法が知られている。閾値は、例えば、誤り訂正能力×0.8の値を示す。 A forgery determination method is known in which the number of error correction bits at the time of decoding is counted for such QR code forgery, and when the number is equal to or greater than a threshold value, the QR code is determined to be a forgery code. The threshold value indicates, for example, a value of error correction capability × 0.8.

大熊,瀧田,森井,“悪性サイトに誘導するQRコードの存在とそれを利用した偽造攻撃”,信学技報,vol.118,no.109,ICSS2018-6,pp.33-38,2018年6月Okuma, Takida, Morii, "Existence of QR Code that Guides to Malignant Sites and Counterfeit Attacks Using It", Shingaku Giho, vol. 118, no.109, ICSS2018-6, pp.33-38, June 2018

しかしながら、確率的に遷移するQRコードの判定において、偽造されていないQRコードを偽造された確率的に遷移するQRコードであると誤判定してしまうという問題がある。例えば、誤り訂正能力が5である場合に、偽造と判定する閾値が誤り訂正能力×0.8であるとする。すなわち、閾値が4であるとする。すると、従来の判定処理は、誤り訂正ビット数が4である場合には、偽造と判定する。ところが、QRコードに汚れや破れ等の汚損が存在する場合に、誤り訂正ビット数が4以上になり、QRコードが偽造でないにもかかわらず偽造であると誤判定してしまうことがある。 However, in determining a QR code that transitions stochastically, there is a problem that a QR code that has not been forged is erroneously determined to be a QR code that transitions stochastically. For example, when the error correction capability is 5, the threshold value for determining forgery is the error correction capability × 0.8. That is, it is assumed that the threshold value is 4. Then, in the conventional determination process, when the number of error correction bits is 4, it is determined to be counterfeit. However, when the QR code is soiled or torn, the number of error correction bits becomes 4 or more, and the QR code may be erroneously determined to be counterfeit even though it is not counterfeit.

本発明は、1つの側面では、確率的に遷移するQRコードの判定において、偽造でないQRコードを偽造と誤判定してしまう確率を低くすることを目的とする。 One aspect of the present invention is to reduce the probability that a non-counterfeit QR code is erroneously determined to be counterfeit in determining a QR code that transitions stochastically.

第1の案では、情報処理プログラムは、処理対象とするQRコードの画像に汚損が存在するか否かを判定する第1の判定処理と、前記QRコードの画像に汚損が存在する場合には、前記QRコードの中で汚損が存在する領域と、前記QRコードに含まれる誤りビットの領域との位置関係に基づいて、前記QRコードが確率的に遷移するQRコードであるか否かを判定する第2の判定処理と、をコンピュータに実行させる。 In the first plan, the information processing program performs the first determination process of determining whether or not the image of the QR code to be processed has stains, and when the image of the QR code has stains. , It is determined whether or not the QR code is a QR code that transitions probabilistically based on the positional relationship between the area where the QR code is contaminated and the area of the error bit included in the QR code. The second determination process to be performed is executed by the computer.

1実施態様によれば、確率的に遷移するQRコードの判定において、偽造でないQRコードを偽造と誤判定してしまう確率を低くすることができる。 According to one embodiment, in determining a QR code that transitions stochastically, it is possible to reduce the probability that a non-counterfeit QR code is erroneously determined as counterfeit.

図1は、実施例に係る情報処理装置の機能構成を示す図である。FIG. 1 is a diagram showing a functional configuration of an information processing device according to an embodiment. 図2は、偽造の例外の一例を示す図である。FIG. 2 is a diagram showing an example of an exception to counterfeiting. 図3は、2−M型のQRコードの符号語の一例を示す図である。FIG. 3 is a diagram showing an example of a code word of a 2-M type QR code. 図4は、実施例に係る判定のフローチャートの一例を示す図である。FIG. 4 is a diagram showing an example of a flowchart of determination according to an embodiment. 図5は、情報処理プログラムを実行するコンピュータの一例を示す図である。FIG. 5 is a diagram showing an example of a computer that executes an information processing program. 図6は、偽造QRコードの参考例を示す図である。FIG. 6 is a diagram showing a reference example of a counterfeit QR code. 図7は、偽造と誤判定する参考例を示す図である。FIG. 7 is a diagram showing a reference example of erroneously determining forgery.

以下に、本願の開示する情報処理プログラム、情報処理装置および情報処理方法の実施例を図面に基づいて詳細に説明する。なお、実施例によりこの発明が限定されるものではない。 Hereinafter, examples of the information processing program, the information processing apparatus, and the information processing method disclosed in the present application will be described in detail with reference to the drawings. The present invention is not limited to the examples.

まず、偽造と誤判定する参考例を、図7を参照して説明する。図7は、偽造と誤判定する参考例を示す図である。なお、誤り訂正能力は5であるとする。偽造と判定する閾値は、5×0.8(=4)であるとする。図7上図に示すようなQRコードの誤り訂正ビット数が4であったとする。すると、復号処理は、誤り訂正ビット数が閾値以上であるので、偽造と判定する。また、図7下図に示すような、汚れがあるQRコードの誤り訂正ビット数が4であったとする。すると、復号処理は、誤り訂正ビット数が閾値以上であるので、偽造でないのにかかわらず、偽造と誤判定してしまう。これは、例えば、QRコードの読み取り時に発生した誤りビットもカウントされるためである。なお、図7下図のQRコードは、汚れがある場合であったが、破れ等の汚損がある場合であっても良い。 First, a reference example for erroneously determining forgery will be described with reference to FIG. 7. FIG. 7 is a diagram showing a reference example of erroneously determining forgery. It is assumed that the error correction capability is 5. It is assumed that the threshold value for determining forgery is 5 × 0.8 (= 4). FIG. 7 It is assumed that the number of error correction bits of the QR code as shown in the upper figure is 4. Then, in the decoding process, since the number of error correction bits is equal to or greater than the threshold value, it is determined to be counterfeit. Further, it is assumed that the number of error correction bits of the dirty QR code as shown in the lower figure of FIG. 7 is 4. Then, in the decoding process, since the number of error correction bits is equal to or greater than the threshold value, it is erroneously determined as counterfeit even if it is not counterfeit. This is because, for example, the error bits generated when reading the QR code are also counted. In addition, although the QR code in the lower figure of FIG. 7 is dirty, it may be dirty such as torn.

そこで、以降の実施例では、確率的に遷移するQRコードの判定において、偽造でないQRコードを偽造と誤判定してしまう確率を低くする情報処理装置について説明する。 Therefore, in the following examples, an information processing device that reduces the probability that a non-counterfeit QR code is erroneously determined to be counterfeit in determining a QR code that transitions stochastically will be described.

図1は、実施例に係る情報処理装置の機能構成を示す図である。図1に示す情報処理装置1は、確率的に遷移するQRコードの判定の際に、QRコードの画像に汚損が検出される場合には、確率的に遷移するQRコードの例外として、偽造でないと判定する。 FIG. 1 is a diagram showing a functional configuration of an information processing device according to an embodiment. The information processing device 1 shown in FIG. 1 is not forged as an exception of the QR code that transitions stochastically when stains are detected in the image of the QR code when the QR code that transitions stochastically is determined. Is determined.

図1に示すように、情報処理装置1は、制御部10と、記憶部20とを有する。 As shown in FIG. 1, the information processing device 1 has a control unit 10 and a storage unit 20.

制御部10は、CPU(Central Processing Unit)等の電子回路に対応する。そして、制御部10は、各種の処理手順を規定したプログラムや制御データを格納するための内部メモリを有し、これらによって種々の処理を実行する。制御部10は、読取部11、誤り検出部12、汚損判定部13、偽造判定部14、誤り訂正部15および復号結果出力部16を有する。なお、汚損判定部13は、第1の判定処理部の一例である。偽造判定部14は、第2の判定処理部の一例である。 The control unit 10 corresponds to an electronic circuit such as a CPU (Central Processing Unit). Then, the control unit 10 has an internal memory for storing programs and control data that define various processing procedures, and executes various processes by these. The control unit 10 includes a reading unit 11, an error detection unit 12, a stain determination unit 13, a forgery determination unit 14, an error correction unit 15, and a decoding result output unit 16. The stain determination unit 13 is an example of the first determination processing unit. The counterfeit determination unit 14 is an example of a second determination processing unit.

記憶部20は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置である。記憶部20は、閾値21を有する。閾値21は、偽造と判定するために用いられる一定値を示す。閾値21の一例として、誤り訂正能力×0.8が挙げられる。なお、閾値21は、誤り訂正能力×0.9であっても良いし、誤り訂正能力×0.7であっても良いし、変更することが可能である。 The storage unit 20 is, for example, a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk. The storage unit 20 has a threshold value of 21. The threshold value 21 indicates a constant value used for determining forgery. An example of the threshold value 21 is an error correction capability × 0.8. The threshold value 21 may be an error correction capability × 0.9, an error correction capability × 0.7, or can be changed.

読取部11は、デコーダを用いてQRコードを読み取る。なお、デコーダは、QRコードを認識する専用のアプリケーションであっても良いし、カメラ等のハードウェアを利用した読取機能であっても良い。 The reading unit 11 reads the QR code using the decoder. The decoder may be a dedicated application for recognizing a QR code, or may have a reading function using hardware such as a camera.

誤り検出部12は、読取部11によって読み取られたQRコードの画像から、RS符号を利用して誤りを検出する。例えば、誤り検出部12は、読取部11によって読み取られたQRコードの画像から形式情報(format information)を読み出す。形式情報には、誤り訂正レベルが格納されている。誤り検出部12は、QRコードの画像からマスク処理を解除する。誤り検出部12は、マスク解除済みのQRコードの画像からシンボルを読み取る。誤り検出部12は、シンボルからQRコードのデータ(情報コード、埋め草コード)と訂正コード(誤り訂正ブロック)を復号する。そして、誤り検出部12は、復号済みの訂正コードからデータの誤りを検出する。 The error detection unit 12 detects an error by using the RS code from the image of the QR code read by the reading unit 11. For example, the error detection unit 12 reads format information from the image of the QR code read by the reading unit 11. The error correction level is stored in the format information. The error detection unit 12 releases the mask processing from the image of the QR code. The error detection unit 12 reads the symbol from the image of the QR code that has been unmasked. The error detection unit 12 decodes the QR code data (information code, filling code) and the correction code (error correction block) from the symbol. Then, the error detection unit 12 detects an error in the data from the decrypted correction code.

汚損判定部13は、確率的に遷移するQRコードの判定の際に、読取部11によって読み取られたQRコードの画像に汚損が存在するか否かを判定する。 The stain determination unit 13 determines whether or not the image of the QR code read by the reading unit 11 has stains when determining the QR code that transitions stochastically.

一例として、汚損判定部13は、読取部11によって読み取られたQRコードの画像を、機械学習を用いて、汚損が存在するか否かを予測する。すなわち、汚損判定部13は、QRコードの画像を、予め汚損を学習した学習器に入力して、汚損が存在するか否かを予測する。学習器は、QRコードの汚れや破れ等の汚損が存在するQRコードを負の教師データ、汚損が存在しないQRコードを正の教師データとして、これらの教師データを用いて、QRコードの汚損が存在するか否かを学習すれば良い。これにより、汚損判定部13は、学習器を用いることで、QRコードの画像の汚損の存在を精度良く予測することが可能となる。 As an example, the stain determination unit 13 predicts whether or not the QR code image read by the reading unit 11 has stains by using machine learning. That is, the stain determination unit 13 inputs the image of the QR code into the learning device that has learned the stain in advance, and predicts whether or not the stain exists. The learner uses these teacher data as negative teacher data for a QR code that has stains such as stains and tears on the QR code and positive teacher data for a QR code that does not have stains, and stains the QR code. You just have to learn if it exists. As a result, the stain determination unit 13 can accurately predict the presence of stains on the image of the QR code by using the learning device.

別の例として、汚損判定部13は、読取部11によって読み取られたQRコードの画像を、パターン認識を用いて、汚損が存在するか否かを予測する。すなわち、汚損判定部13は、QRコードの画像を、予め集めた汚損が存在するQRコードの画像と照合して、類似度により汚損が存在するか否かを予測する。これにより、汚損判定部13は、パターン認識を用いることで、QRコードの画像の汚損の存在を精度良く予測することが可能となる。 As another example, the stain determination unit 13 predicts whether or not the QR code image read by the reading unit 11 has stains by using pattern recognition. That is, the stain determination unit 13 collates the QR code image with the QR code image in which the stain is present, and predicts whether or not the stain is present based on the degree of similarity. As a result, the stain determination unit 13 can accurately predict the presence of stains on the image of the QR code by using pattern recognition.

なお、汚損判定部13は、機械学習やパターン認識を一例として汚損が存在するか否かを判定すると説明したが、これらの方法に限定されるものではない。 Although it has been explained that the stain determination unit 13 determines whether or not there is stain by taking machine learning or pattern recognition as an example, the method is not limited to these methods.

偽造判定部14は、QRコードの画像に汚損が存在する場合には、汚損領域と、QRコードに含まれる誤りの箇所との位置関係に基づいて、確率的に遷移するQRコードであるか否かを判定する。 If the image of the QR code has stains, the counterfeit determination unit 14 determines whether or not the QR code is a QR code that makes a stochastic transition based on the positional relationship between the stain area and the error portion included in the QR code. Is determined.

例えば、偽造判定部14は、誤りビットの領域が汚損領域と一致する場合には、確率的に遷移するQRコードでないと判定する。すなわち、偽造判定部14は、QRコードの画像に汚損が検出される場合には、誤りビット数は大きくなり、QRコードに誤り訂正能力以上のノイズを埋め込むことになるため、確率的に遷移するQRコードではないと判定する。 For example, the forgery determination unit 14 determines that the QR code does not transition stochastically when the area of the error bit matches the contaminated area. That is, when the image of the QR code is stained, the counterfeit determination unit 14 increases the number of error bits and embeds noise equal to or greater than the error correction capability in the QR code, so that the QR code transitions stochastically. It is determined that it is not a QR code.

そして、偽造判定部14は、誤りビットの領域が汚損領域と一致しない場合には、QRコードの画像が偽造であるか否かを判定する。一例として、偽造判定部14は、QRコードの画像の誤りビット数が閾値21を超えるか否かを判定する。偽造判定部14は、QRコードの画像の誤りビット数が閾値21を超える場合には、当該QRコードを確率的に遷移するQRコードであると判定する。偽造判定部14は、QRコードの画像の誤りビット数が閾値21以下である場合には、当該QRコードを確率的に遷移するQRコードでないと判定する。 Then, the counterfeit determination unit 14 determines whether or not the image of the QR code is counterfeit when the region of the error bit does not match the soiled region. As an example, the counterfeit determination unit 14 determines whether or not the number of error bits in the image of the QR code exceeds the threshold value 21. When the number of error bits in the image of the QR code exceeds the threshold value 21, the counterfeit determination unit 14 determines that the QR code is a QR code that stochastically transitions to the QR code. When the number of error bits in the image of the QR code is 21 or less, the counterfeit determination unit 14 determines that the QR code is not a QR code that stochastically transitions.

誤り訂正部15は、偽造でないと判定された場合には、QRコードの誤りを訂正する。例えば、誤り訂正部15は、偽造判定部14によって確率的に遷移するQRコードでないと判定された場合には、QRコードの誤り訂正ブロックを利用して、誤り検出部12によって検出された誤りを訂正する。すなわち、誤り訂正部15は、形式情報に格納された誤り訂正レベル(誤り訂正能力)に応じて誤りを訂正する。 If it is determined that the error is not counterfeit, the error correction unit 15 corrects the error in the QR code. For example, when the error correction unit 15 determines that the QR code is not a probabilistic transition by the counterfeit determination unit 14, the error correction unit 15 uses the error correction block of the QR code to detect an error detected by the error detection unit 12. correct. That is, the error correction unit 15 corrects the error according to the error correction level (error correction capability) stored in the format information.

復号結果出力部16は、確率的に遷移するQRコードでないと判定された場合に、QRコードの復号結果を出力する。 The decoding result output unit 16 outputs the decoding result of the QR code when it is determined that the QR code does not transition stochastically.

[偽造の例外の一例]
図2は、偽造の例外の一例を示す図である。なお、図2で示すQRコードは、2−M型のコード配置である。
[Example of counterfeit exception]
FIG. 2 is a diagram showing an example of an exception to counterfeiting. The QR code shown in FIG. 2 has a 2-M type code arrangement.

図2左図では、QRコードに汚れが存在する一例である。QRコードの画像には、右上から左下への汚れに対応するブロックに誤りが発生する。このような汚れが存在するだけのQRコードについては、偽造判定部14は、確率的に遷移するQRコードではないと判定する。すなわち、誤り検出部12は、読み取られたQRコードの画像から、RS符号を利用して誤りを検出する。汚損判定部13は、例えばパターン認識を用いて、読み取られたQRコードの画像に汚損が存在すると判定する。偽造判定部14は、誤りビットの領域が汚損領域と一致するので、確率的に遷移するQRコードでないと判定する。また、偽造判定部14は、QRコードの画像に汚れが検出される場合には、誤りビット数は大きくなるので、QRコードに誤り訂正能力以上のノイズを埋め込むような確率的に遷移するQRコードではないと判定する。 The left figure of FIG. 2 shows an example in which the QR code is dirty. In the image of the QR code, an error occurs in the block corresponding to the dirt from the upper right to the lower left. The counterfeit determination unit 14 determines that the QR code that only has such stains is not a QR code that transitions stochastically. That is, the error detection unit 12 detects an error from the image of the read QR code by using the RS code. The stain determination unit 13 determines that the image of the read QR code has stains, for example, by using pattern recognition. Since the region of the error bit coincides with the fouled region, the counterfeit determination unit 14 determines that the QR code does not transition stochastically. Further, when the image of the QR code is found to be dirty, the counterfeit determination unit 14 increases the number of error bits, so that the QR code transitions stochastically so as to embed noise exceeding the error correction capability in the QR code. Judge that it is not.

図2中図では、QRコードに破れ等の汚損が存在する一例である。QRコードの画像には、右下の破れ等の汚損に対応するブロックに誤りが発生する。このような破れ等の汚損が存在するだけのQRコードについては、偽造判定部14は、確率的に遷移するQRコードではないと判定する。すなわち、誤り検出部12は、読み取られたQRコードの画像から、RS符号を利用して誤りを検出する。汚損判定部13は、例えばパターン認識を用いて、読み取られたQRコードの画像に汚損が存在すると判定する。偽造判定部14は、誤りビットの領域が汚損領域と一致するので、確率的に遷移するQRコードでないと判定する。また、偽造判定部14は、QRコードの画像に破れ等の汚損が検出される場合には、誤りビット数は大きくなるので、QRコードに誤り訂正能力以上のノイズを埋め込むような確率的に遷移するQRコードでないと判定する。 The middle figure of FIG. 2 is an example in which the QR code has stains such as tears. In the image of the QR code, an error occurs in the block corresponding to the stain such as the tear in the lower right. The counterfeit determination unit 14 determines that the QR code that only has such stains such as tears is not a QR code that transitions stochastically. That is, the error detection unit 12 detects an error from the image of the read QR code by using the RS code. The stain determination unit 13 determines that the image of the read QR code has stains, for example, by using pattern recognition. Since the region of the error bit coincides with the fouled region, the counterfeit determination unit 14 determines that the QR code does not transition stochastically. Further, the counterfeit determination unit 14 probabilistically transitions so as to embed noise exceeding the error correction capability in the QR code because the number of error bits becomes large when stains such as tears are detected in the image of the QR code. It is determined that the QR code is not used.

なお、図2右図では、QRコードに汚損が存在しない一例である。QRコードの画像には、「D6」のブロックに誤りが有るが、汚損による誤りは無い。汚損判定部13は、確率的に遷移するQRコードの判定の際に、QRコードの画像に汚損が存在しないと判定する。このような汚損が存在しないQRコードについては、偽造判定部14は、当該QRコードの誤りビット数および閾値21を用いて、当該QRコードが確率的に遷移するQRコードであるか否かを判定する。そして、誤り訂正部15は、確率的に遷移するQRコードでないと判定された場合には、QRコードのデータ(強調された「D6」のブロック)とQRコードの誤り訂正ブロック(強調された「E」のブロック)とを利用して、誤りビットの誤りを訂正する。 The right figure of FIG. 2 is an example in which the QR code is not contaminated. In the QR code image, there is an error in the "D6" block, but there is no error due to contamination. The stain determination unit 13 determines that there is no stain on the image of the QR code when determining the QR code that transitions stochastically. For a QR code in which such contamination does not exist, the counterfeit determination unit 14 uses the number of error bits of the QR code and the threshold value 21 to determine whether or not the QR code is a QR code that transitions stochastically. do. Then, when it is determined that the error correction unit 15 is not a QR code that transitions probabilistically, the QR code data (emphasized "D6" block) and the QR code error correction block (emphasized "emphasized" ". Use the block of "E") to correct the error of the error bit.

[2−M型QRコードの符号語の一例]
ここで、2―M型のQRコードの符号語の一例を、図3を参照して説明する。図3は、2−M型のQRコードの符号語の一例を示す図である。
[Example of codeword of 2-M type QR code]
Here, an example of the code word of the 2-M type QR code will be described with reference to FIG. FIG. 3 is a diagram showing an example of a code word of a 2-M type QR code.

図3に示すように、QRコードの符号語は、情報コードと、埋め草コードと、誤り訂正ブロックとを含む。QRコードにURLとして「http://www.aaaaaaa.com/」が埋め込まれている場合とする。かかる場合には、情報コードは、「http://www.aaaaaaa,com/」をシフトJISの1バイトコードに変換し、変換したデータの前にモード指示子および文字数指示子を追加し、変換したデータの後ろに終端パターンを追加し、得られたデータを8ビットずつ区切ったものとなる。なお、モード指示子は、QRコードに埋め込み可能な文字データの種類(数字モード、英数字モード、8ビットバイトモード、漢字モード)を示す識別子である。ここでは、モード指示子には、一例として、8ビットバイトモードを示すビット列が設定される。文字数指示子は、QRコードに埋め込まれているデータ文字列の長さを定義するビット列である。ここでは、文字数指示子には、一例として、22文字を示すビット列(00010110)が設定される。 As shown in FIG. 3, the code word of the QR code includes an information code, a grass-filling code, and an error correction block. It is assumed that "http://www.aaaaaaa.com/" is embedded as a URL in the QR code. In such a case, the information code converts "http://www.aaaaaaa,com/" into a 1-byte code of Shift JIS, adds a mode indicator and a character number indicator in front of the converted data, and converts. A terminal pattern is added after the resulting data, and the obtained data is divided by 8 bits. The mode indicator is an identifier indicating the type of character data (numerical mode, alphanumeric character mode, 8-bit byte mode, kanji mode) that can be embedded in the QR code. Here, as an example, a bit string indicating an 8-bit byte mode is set in the mode indicator. The character number indicator is a bit string that defines the length of the data character string embedded in the QR code. Here, as an example, a bit string (00010110) indicating 22 characters is set in the character number indicator.

埋め草コードは、QRコードの全体のデータ量に満たない場合に全体のデータ量になるまでデータを表さない仮のコード語を埋め込んだものである。なお、埋め草コードには、固定のビットパターンとして236(11101100)および17(00010001)が繰り返しでパディングされる。情報コードおよび埋め草コードが、QRコードのデータであり、RS符号により符号化される。QRコードのデータは、図2で示したQRコードのコード配置のうち「D」で示されるブロックである。 The padding code is a code word in which a temporary code word that does not represent data is embedded until the total amount of data is reached when the total amount of data of the QR code is less than the total amount of data. In addition, 236 (11101100) and 17 (00010001) are repeatedly padded on the grass filling code as a fixed bit pattern. The information code and the grass-filling code are QR code data and are encoded by the RS code. The QR code data is the block indicated by "D" in the QR code code arrangement shown in FIG.

誤り訂正ブロックは、QRコードのデータの誤りを訂正し、復号することが可能な情報である。この誤り訂正ブロックが、図2で示したQRコードのコード配置のうち「E」で示されるブロックである。 The error correction block is information that can correct and decode an error in the data of the QR code. This error correction block is the block indicated by "E" in the code arrangement of the QR code shown in FIG.

[偽造判定のフローチャート]
ここで、実施例に係る偽造判定のフローチャートの一例を、図4を参照して説明する。図4は、実施例に係る偽造判定のフローチャートの一例を示す図である。
[Forgery judgment flowchart]
Here, an example of the flowchart of the forgery determination according to the embodiment will be described with reference to FIG. FIG. 4 is a diagram showing an example of a flowchart for forgery determination according to an embodiment.

図4に示すように、読取部11は、デコーダを用いてQRコードを読み取る(ステップS11)。そして、誤り検出部12は、読み取られたQRコードの画像から、RS符号を利用してデータの誤りを検出する(ステップS12)。 As shown in FIG. 4, the reading unit 11 reads the QR code using the decoder (step S11). Then, the error detection unit 12 detects an error in the data from the image of the read QR code by using the RS code (step S12).

そして、汚損判定部13は、読み取られたQRコードの画像に汚損が存在するか否かを判定する(ステップS13)。一例として、汚損判定部13は、読み取られたQRコードの画像を、機械学習を用いて、汚損が存在するか否かを判定する。別の例として、汚損判定部13は、読み取られたQRコードの画像を、パターン認識を用いて、汚損が存在するか否かを判定する。 Then, the stain determination unit 13 determines whether or not the image of the read QR code has stains (step S13). As an example, the stain determination unit 13 determines whether or not the scanned QR code image is stained by using machine learning. As another example, the stain determination unit 13 determines whether or not the scanned QR code image is stained by using pattern recognition.

読み取られたQRコードの画像に汚損が存在しないと判定した場合には(ステップS13;No)、偽造判定部14は、偽造判定をすべく、ステップS14に移行する。 When it is determined that the image of the read QR code is not stained (step S13; No), the forgery determination unit 14 proceeds to step S14 in order to make a forgery determination.

一方、読み取られたQRコードの画像に汚損が存在すると判定した場合には(ステップS13;Yes)、偽造判定部14は、汚損領域と、データの誤りの箇所とが一致するか否かを判定する(ステップS13A)。汚損領域と、データの誤りの箇所とが一致しないと判定した場合には(ステップS13A;No)、偽造判定部14は、偽造判定をすべく、ステップS14に移行する。 On the other hand, when it is determined that the image of the read QR code has stains (step S13; Yes), the forgery determination unit 14 determines whether or not the stain area and the error portion of the data match. (Step S13A). When it is determined that the soiled area and the error portion of the data do not match (step S13A; No), the forgery determination unit 14 proceeds to step S14 in order to make a forgery determination.

一方、汚損領域と、データの誤りの箇所とが一致すると判定した場合には(ステップS13A;Yes)、偽造判定部14は、偽造の例外とみなし、ステップS15に移行する。 On the other hand, when it is determined that the contaminated area and the error portion of the data match (step S13A; Yes), the forgery determination unit 14 considers it as an exception to the forgery and proceeds to step S15.

ステップS14において、偽造判定部14は、読み取られたQRコードの画像が偽造であるか否かを判定する(ステップS14)。例えば、偽造判定部14は、QRコードの画像の誤りビット数が閾値21を超えるか否かを判定することで、QRコードの画像が偽造であるか否かを判定する。 In step S14, the counterfeit determination unit 14 determines whether or not the read QR code image is counterfeit (step S14). For example, the counterfeit determination unit 14 determines whether or not the QR code image is counterfeit by determining whether or not the number of error bits of the QR code image exceeds the threshold value 21.

QRコードの画像が偽造であると判定した場合には(ステップS14;Yes)、偽造判定部14は、QRコードが偽造であることを出力する(ステップS17)。そして、偽造判定プロセスは、終了する。 When it is determined that the image of the QR code is forged (step S14; Yes), the forgery determination unit 14 outputs that the QR code is forged (step S17). Then, the forgery determination process ends.

一方、QRコードの画像が偽造でないと判定した場合には(ステップS14;No)、誤り訂正部15は、データの誤りを訂正する(ステップS15)。そして、復号結果出力部16は、誤り訂正済みデータを出力する(ステップS16)。すなわち、復号結果出力部16は、誤りが訂正されたQRコードの復号結果を出力する。そして、偽造判定プロセスは、終了する。 On the other hand, when it is determined that the image of the QR code is not forged (step S14; No), the error correction unit 15 corrects the data error (step S15). Then, the decoding result output unit 16 outputs the error-corrected data (step S16). That is, the decoding result output unit 16 outputs the decoding result of the QR code in which the error has been corrected. Then, the forgery determination process ends.

なお、偽造判定部14は、誤りビットの領域が汚損領域と一致する場合には、確率的に遷移するQRコードでないと判定すると説明した。しかしながら、ここでいう一致は、必ずしも完全一致でなくても良い。したがって、偽造判定部14は、誤りビットの領域が汚損領域を含む場合であっても良い。また、偽造判定部14は、誤りビットの領域と汚損領域とのパターンの類似度が一定の度合い以上である場合であっても良い。 It was explained that the forgery determination unit 14 determines that the QR code does not transition stochastically when the area of the error bit matches the foul area. However, the match here does not necessarily have to be an exact match. Therefore, the forgery determination unit 14 may be in the case where the region of the error bit includes a fouled region. Further, the forgery determination unit 14 may be in the case where the pattern similarity between the error bit region and the fouled region is equal to or higher than a certain degree.

[実施例の効果]
上記実施例によれば、情報処理装置1は、処理対象とするQRコードの画像に汚損が存在するか否かを判定する。情報処理装置1は、QRコードの画像に汚損が存在する場合には、汚損が存在する領域と、QRコードに含まれる誤りビットの領域との位置関係に基づいて、確率的に遷移するQRコードであるか否かを判定する。かかる構成によれば、情報処理装置1は、確率的に遷移するQRコードの判定に、汚損領域と誤りビットの領域との位置関係を用いることで、偽造でないQRコードを偽造と誤判定してしまう確率を低くすることができる。すなわち、情報処理装置1は、確率的に遷移するQRコードの判定を、精度良く行うことが可能となる。
[Effect of Examples]
According to the above embodiment, the information processing apparatus 1 determines whether or not the image of the QR code to be processed has stains. When the image of the QR code has stains, the information processing device 1 probabilistically transitions the QR code based on the positional relationship between the region where the stains exist and the region of the error bits included in the QR code. It is determined whether or not it is. According to this configuration, the information processing apparatus 1 erroneously determines that the non-counterfeit QR code is counterfeit by using the positional relationship between the fouled region and the error bit region in determining the QR code that transitions probabilistically. It is possible to reduce the probability that it will end up. That is, the information processing device 1 can accurately determine the QR code that transitions stochastically.

また、上記実施例によれば、情報処理装置1は、誤りビットの領域が汚損領域と一致する場合に、確率的に遷移するQRコードでないと判定する。かかる構成によれば、情報処理装置1は、誤りビットの領域が汚損領域と一致する場合には、確率的に遷移するQRコードではないと判定することで、偽造でないQRコードを偽造と誤判定してしまう確率を低くすることができる。 Further, according to the above embodiment, the information processing apparatus 1 determines that the QR code does not transition stochastically when the area of the error bit coincides with the contaminated area. According to such a configuration, the information processing apparatus 1 erroneously determines that the non-counterfeit QR code is counterfeit by determining that the QR code that does not transition stochastically is not a QR code that transitions stochastically when the region of the error bit matches the soiled region. It is possible to reduce the probability of doing so.

また、上記実施例によれば、情報処理装置1は、予め汚損を学習した学習器を用いて、QRコードの画像に汚損が存在するか否かを予測する。かかる構成によれば、情報処理装置1は、学習器を用いることで、QRコードの画像の汚損の存在を精度良く予測できる。 Further, according to the above embodiment, the information processing apparatus 1 predicts whether or not the image of the QR code has stains by using a learning device that has learned the stains in advance. According to such a configuration, the information processing apparatus 1 can accurately predict the presence of stains on the image of the QR code by using the learning device.

また、上記実施例によれば、情報処理装置1は、パターン認識を用いて、QRコードの画像に汚損が存在するか否かを予測する。かかる構成によれば、情報処理装置1は、パターン認識を用いることで、QRコードの画像の汚損の存在を精度良く予測できる。 Further, according to the above embodiment, the information processing apparatus 1 uses pattern recognition to predict whether or not the image of the QR code has stains. According to such a configuration, the information processing apparatus 1 can accurately predict the presence or absence of stains on the image of the QR code by using pattern recognition.

[その他]
なお、図示した情報処理装置1の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、情報処理装置1の分散・統合の具体的態様は図示のものに限られず、その全部または一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。例えば、読取部11と誤り検出部12とを1つの部として統合しても良い。また、偽造判定部14を、偽造の例外を判定する判定部と、偽造の例外を除外後に偽造を判定する判定部とに分散しても良い。また、記憶部20を情報処理装置1の外部装置としてネットワーク経由で接続するようにしても良い。
[others]
It should be noted that each component of the information processing device 1 shown does not necessarily have to be physically configured as shown in the figure. That is, the specific embodiment of the distribution / integration of the information processing apparatus 1 is not limited to the one shown in the drawing, and all or part of the information processing apparatus 1 may be functionally or physically in an arbitrary unit according to various loads and usage conditions. It can be distributed and integrated. For example, the reading unit 11 and the error detecting unit 12 may be integrated as one unit. Further, the forgery determination unit 14 may be dispersed into a determination unit for determining a forgery exception and a determination unit for determining forgery after excluding the forgery exception. Further, the storage unit 20 may be connected as an external device of the information processing device 1 via a network.

また、上記実施例で説明した各種の処理は、予め用意されたプログラムをパーソナルコンピュータやワークステーション等のコンピュータで実行することによって実現することができる。そこで、以下では、図1に示した情報処理装置1と同様の機能を実現する情報処理を含む情報処理プログラムを実行するコンピュータの一例を説明する。図5は、情報処理プログラムを実行するコンピュータの一例を示す図である。 Further, the various processes described in the above embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. Therefore, in the following, an example of a computer that executes an information processing program including information processing that realizes the same functions as the information processing device 1 shown in FIG. 1 will be described. FIG. 5 is a diagram showing an example of a computer that executes an information processing program.

図5に示すように、コンピュータ200は、各種演算処理を実行するCPU203と、ユーザからのデータの入力を受け付ける入力装置215と、表示装置209を制御する表示制御部207とを有する。また、コンピュータ200は、記憶媒体からプログラム等を読取るドライブ装置213と、ネットワークを介して他のコンピュータとの間でデータの授受を行う通信制御部217とを有する。また、コンピュータ200は、各種情報を一時記憶するメモリ201と、HDD205を有する。そして、メモリ201、CPU203、HDD205、表示制御部207、ドライブ装置213、入力装置215、通信制御部217は、バス219で接続されている。 As shown in FIG. 5, the computer 200 includes a CPU 203 that executes various arithmetic processes, an input device 215 that receives data input from a user, and a display control unit 207 that controls the display device 209. Further, the computer 200 has a drive device 213 that reads a program or the like from a storage medium, and a communication control unit 217 that exchanges data with another computer via a network. Further, the computer 200 has a memory 201 for temporarily storing various information and an HDD 205. The memory 201, CPU 203, HDD 205, display control unit 207, drive device 213, input device 215, and communication control unit 217 are connected by a bus 219.

ドライブ装置213は、例えばリムーバブルディスク211用の装置である。HDD205は、情報処理プログラム205aおよび情報処理関連情報205bを記憶する。 The drive device 213 is, for example, a device for the removable disk 211. The HDD 205 stores the information processing program 205a and the information processing-related information 205b.

CPU203は、情報処理プログラム205aを読み出して、メモリ201に展開し、プロセスとして実行する。かかるプロセスは、情報処理装置1の各機能部に対応する。情報処理関連情報205bは、閾値21等に対応する。そして、例えばリムーバブルディスク211が、情報処理プログラム205a等の各情報を記憶する。 The CPU 203 reads the information processing program 205a, expands it in the memory 201, and executes it as a process. Such a process corresponds to each functional unit of the information processing apparatus 1. The information processing-related information 205b corresponds to the threshold value 21 and the like. Then, for example, the removable disk 211 stores each information such as the information processing program 205a.

なお、情報処理プログラム205aについては、必ずしも最初からHDD205に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD−ROM、DVDディスク、光磁気ディスク、ICカード等の「可搬用の物理媒体」に当該プログラムを記憶させておく。そして、コンピュータ200がこれらから情報処理プログラム205aを読み出して実行するようにしても良い。 The information processing program 205a does not necessarily have to be stored in the HDD 205 from the beginning. For example, the program is stored in a "portable physical medium" such as a flexible disk (FD), a CD-ROM, a DVD disk, a magneto-optical disk, or an IC card inserted into the computer 200. Then, the computer 200 may read the information processing program 205a from these and execute it.

1 情報処理装置
10 制御部
11 読取部
12 誤り検出部
13 汚損判定部
14 偽造判定部
15 誤り訂正部
16 復号結果出力部
20 記憶部
21 閾値
1 Information processing device 10 Control unit 11 Reading unit 12 Error detection unit 13 Contamination judgment unit 14 Counterfeit judgment unit 15 Error correction unit 16 Decoding result output unit 20 Storage unit 21 Threshold

Claims (6)

処理対象とするQRコードの画像に汚損が存在するか否かを判定する第1の判定処理と、
前記QRコードの画像に汚損が存在する場合には、前記QRコードの中で汚損が存在する領域と、前記QRコードに含まれる誤りビットの領域との位置関係に基づいて、前記QRコードが確率的に遷移するQRコードであるか否かを判定する第2の判定処理と、
をコンピュータに実行させることを特徴とする情報処理プログラム。
The first determination process for determining whether or not the image of the QR code to be processed has stains, and
When the image of the QR code has stains, the QR code is probable based on the positional relationship between the region where the stains exist in the QR code and the region of the error bit included in the QR code. A second determination process for determining whether or not the QR code is a transitional QR code, and
An information processing program characterized by having a computer execute.
前記第2の判定処理は、前記誤りビットの領域が前記汚損領域と一致する場合に、前記確率的に遷移するQRコードでないと判定する
ことを特徴とする請求項1に記載の情報処理プログラム。
The information processing program according to claim 1, wherein the second determination process determines that the QR code does not transition stochastically when the error bit region coincides with the fouling region.
前記第1の判定処理は、予め汚損を学習した学習器を用いて、前記QRコードの画像に汚損が存在するか否かを予測する
ことを特徴とする請求項1に記載の情報処理プログラム。
The information processing program according to claim 1, wherein the first determination process predicts whether or not the image of the QR code has stains by using a learning device that has learned the stains in advance.
前記第1の判定処理は、パターン認識を用いて、前記QRコードの画像に汚損が存在するか否かを予測する
ことを特徴とする請求項1に記載の情報処理プログラム。
The information processing program according to claim 1, wherein the first determination process predicts whether or not the image of the QR code has stains by using pattern recognition.
確率的に遷移するQRコードの判定の際に、処理対象とする前記QRコードの画像に汚損が存在するか否かを判定する第1の判定処理部と、
前記第1の判定処理部によって前記QRコードの画像に汚損が存在すると判定された場合には、汚損が存在する領域と、前記QRコードに含まれる誤りビットの領域との位置関係に基づいて、前記確率的に遷移するQRコードであるか否かを判定する第2の判定処理部と、
を有することを特徴とする情報処理装置。
When determining a QR code that transitions stochastically, a first determination processing unit that determines whether or not the image of the QR code to be processed has stains, and a first determination processing unit.
When the first determination processing unit determines that the image of the QR code has stains, it is based on the positional relationship between the region where the stains exist and the region of the error bit included in the QR code. A second determination processing unit that determines whether or not the QR code transitions stochastically, and
An information processing device characterized by having.
確率的に遷移するQRコードの判定の際に、処理対象とする前記QRコードの画像に汚損が存在するか否かを判定し、
前記QRコードの画像に汚損が存在する場合には、汚損が存在する領域と、前記QRコードに含まれる誤りビットの領域との位置関係に基づいて、前記確率的に遷移するQRコードあるか否かを判定する、
処理をコンピュータが実行することを特徴とする情報処理方法。
When determining a QR code that transitions stochastically, it is determined whether or not the image of the QR code to be processed has stains.
If the image of the QR code has stains, whether or not there is a QR code that transitions stochastically based on the positional relationship between the region where the stains exist and the region of the error bit included in the QR code. To judge whether
An information processing method characterized in that a computer executes processing.
JP2020030365A 2020-02-26 2020-02-26 Information processing program, information processor, and information processing method Pending JP2021135654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020030365A JP2021135654A (en) 2020-02-26 2020-02-26 Information processing program, information processor, and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020030365A JP2021135654A (en) 2020-02-26 2020-02-26 Information processing program, information processor, and information processing method

Publications (1)

Publication Number Publication Date
JP2021135654A true JP2021135654A (en) 2021-09-13

Family

ID=77662431

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020030365A Pending JP2021135654A (en) 2020-02-26 2020-02-26 Information processing program, information processor, and information processing method

Country Status (1)

Country Link
JP (1) JP2021135654A (en)

Similar Documents

Publication Publication Date Title
TWI693551B (en) Two-dimensional code generation method, decoding method and device
US7720252B2 (en) Method and apparatus for processing image, and printed material
JP2008021068A (en) Business form recognition apparatus and business form recognition program
JP2021135654A (en) Information processing program, information processor, and information processing method
CN104811581B (en) Image processing apparatus
JP7415671B2 (en) Information processing program, information processing device, and information processing method
JP4863017B2 (en) Information hiding system, apparatus and method
JP4410217B2 (en) Digital watermark method
JP2008542898A (en) Forming classification boundaries in template protection systems
JP2008009907A (en) Bar code recognition device, method and program
US7912243B2 (en) Decoding device, decoding method and decoding program
JP2009163604A (en) Unauthorized user detecting device, collusion-secure code generating device, and program
CN107016320A (en) A kind of method that picture level of confidentiality recognition accuracy is improved based on Chinese vocabulary bank
JP5063645B2 (en) Digital watermark detection apparatus and digital watermark detection program
JP5092732B2 (en) Code recognition apparatus and program
JP5273014B2 (en) Image processing apparatus, image processing method, and image processing program
JP2007096503A (en) Image processing apparatus, image processing method, and image processing program
JP6575158B2 (en) Information processing apparatus and information processing program
JP2011004110A (en) Image processing apparatus with copy protection means using qr code
JP5347646B2 (en) Image processing apparatus and image processing program
CN114492311A (en) Method and device for identifying messy code data, storage medium and computer equipment
JP2008219515A (en) Device and method for image processing
US8300879B2 (en) Apparatus and method of suppressing deterioration of document having encoded data
CN101383887B (en) Information processing device and method
CN113516129A (en) Business card recognition method and device, computer readable storage medium and control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230830

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230905

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20240305