JP2019169182A - Information processing device, control method, and program - Google Patents

Information processing device, control method, and program Download PDF

Info

Publication number
JP2019169182A
JP2019169182A JP2019105777A JP2019105777A JP2019169182A JP 2019169182 A JP2019169182 A JP 2019169182A JP 2019105777 A JP2019105777 A JP 2019105777A JP 2019105777 A JP2019105777 A JP 2019105777A JP 2019169182 A JP2019169182 A JP 2019169182A
Authority
JP
Japan
Prior art keywords
character string
area
specified
information processing
value
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.)
Granted
Application number
JP2019105777A
Other languages
Japanese (ja)
Other versions
JP2019169182A5 (en
JP6931168B2 (en
Inventor
容 川口
Hiroshi Kawaguchi
容 川口
新一 三浦
Shinichi Miura
新一 三浦
孝文 白波瀬
Takafumi Shirahase
孝文 白波瀬
浩輝 大野
Hiroki Ono
浩輝 大野
敦司 多胡
Atsushi Tago
敦司 多胡
尚基 牛尾
Naoki Ushio
尚基 牛尾
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.)
Canon Marketing Japan Inc
Original Assignee
Canon Marketing Japan Inc
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
Priority claimed from JP2016224365A external-priority patent/JP6536542B2/en
Application filed by Canon Marketing Japan Inc filed Critical Canon Marketing Japan Inc
Priority to JP2019105777A priority Critical patent/JP6931168B2/en
Publication of JP2019169182A publication Critical patent/JP2019169182A/en
Publication of JP2019169182A5 publication Critical patent/JP2019169182A5/ja
Application granted granted Critical
Publication of JP6931168B2 publication Critical patent/JP6931168B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Character Input (AREA)

Abstract

To provide a mechanism with which it is possible to easily acquire the value of a desired item from a document having a plurality of formats.SOLUTION: With an acquisition condition that includes a key character string and a position condition and an exception character string that indicates an exception area registered in advance, the present invention specifies an area on the basis of the key character string and the position condition and, while not acquiring a character string from an area, among the specified areas, which is included in a list specified by the exception character string, acquires a character string from the area. Furthermore, with a priority character string that indicates a priority area registered in advance, the present invention acquires a character string preferentially from an area that is included in a list specified by the priority character string.SELECTED DRAWING: Figure 8

Description

本発明は、文書画像の所望の箇所の値を容易に取得可能とする画像処理技術に関する。   The present invention relates to an image processing technique that makes it possible to easily acquire a value of a desired portion of a document image.

従来、様々な画像処理技術が開示されている。その中で、報告書や伝票等の帳票をスキャナで取り込み、取り込んだデータからOCR(Optical Character Recognition;光学文字認識)技術を用いて必要な項目の値を認識し取得する方法が提案されている。   Conventionally, various image processing techniques have been disclosed. Among them, a method has been proposed in which a form such as a report or a slip is captured by a scanner, and the value of a necessary item is recognized and acquired from the captured data using an OCR (Optical Character Recognition) technology. .

特許文献1には、認識する項目ごとの表示位置、辞書、重要度を設定し、重要度に従って当該項目の読み取りの優先順や読み飛ばし可否を判断することによって認識精度を向上させる方法が記載されている。   Patent Document 1 describes a method of improving recognition accuracy by setting a display position, a dictionary, and an importance level for each item to be recognized, and determining the priority order of reading the items and whether or not to skip according to the importance level. ing.

特開2004−164217号公報JP 2004-164217 A

しかしながら、特許文献1に記載された方法は、項目ごとの表示位置が定められた定型帳票のみに適用できる方法であり、例えば各企業ごとに書式の異なる財務報告書等の場合、帳票の書式ごとに設定情報を作成する必要があり、非常に手間がかかる。   However, the method described in Patent Document 1 is a method that can be applied only to a fixed form in which a display position for each item is determined. For example, in the case of a financial report having a format different for each company, It is necessary to create the setting information, which is very time-consuming.

また、値を取得すべき項目について帳票上での表示方法を見ると、項目名称のすぐ隣に値が表示されていたり、参照情報をはさんで値が表示されていたりと、表示形態は様々である。   Also, when viewing the display method for items for which values are to be acquired, values are displayed immediately next to the item name, values are displayed with reference information in between, and the display format varies. It is.

このような様々な書式を持つ帳票(文書)から、所望の項目が表示されている箇所を特定し当該項目の値を取得する方法が望まれている。   There is a demand for a method for identifying a location where a desired item is displayed from a form (document) having such various formats and acquiring the value of the item.

そこで、本発明の目的は、複数の書式を持つ文書から所望の項目の値を容易に取得できる仕組みを提供することである。   Therefore, an object of the present invention is to provide a mechanism that can easily acquire a value of a desired item from a document having a plurality of formats.

本発明は、キー文字列と位置条件とを記憶する取得条件記憶手段を備える情報処理装置であって、除外文字列を記憶する除外文字列記憶手段と、前記キー文字列と前記位置条件とに基づいて領域を特定する特定手段と、前記特定された領域のうち、前記除外文字列により特定される並びに含まれる領域からは文字列を取得せず、当該領域を除いた領域から文字列を取得する取得手段とを備えることを特徴とする。   The present invention is an information processing apparatus including an acquisition condition storage unit that stores a key character string and a position condition, and includes an excluded character string storage unit that stores an excluded character string, the key character string, and the position condition. Based on the specifying means for specifying the area based on the specified area, the character string is not acquired from the area specified and included in the excluded character string, and the character string is acquired from the area excluding the area. Acquisition means for performing the above-described processing.

本発明によれば、複数の書式を持つ文書から所望の項目の値を容易に取得できる。   According to the present invention, the value of a desired item can be easily obtained from a document having a plurality of formats.

画像処理システムの構成例を示す図である。It is a figure which shows the structural example of an image processing system. PC201の概略構成を示すブロック図である。2 is a block diagram illustrating a schematic configuration of a PC 201. FIG. 画像処理システムにて実行される画像処理の概略を示すフローチャートである。It is a flowchart which shows the outline of the image processing performed with an image processing system. 値取得処理のフローチャートである。It is a flowchart of a value acquisition process. ブロック情報の一例を示すデータ図である。It is a data figure which shows an example of block information. 文字認識領域情報の一例を示すデータ図である。It is a data figure which shows an example of character recognition area information. 設定ファイルの一例を示すデータ図である。It is a data diagram which shows an example of a setting file. 設定ファイルの一例を示すデータ図である。It is a data diagram which shows an example of a setting file. 読み込む文書画像の一例を示すイメージ図である。It is an image figure which shows an example of the document image to read. ブロック情報を文書画像上で表示した場合のイメージ図である。It is an image figure at the time of displaying block information on a document image. 文字認識領域情報を選択領域として文書画像上で表示した場合のイメージ図である。It is an image figure at the time of displaying on a document image as character recognition area information as a selection area. 認識結果を表示する画面の一例を示す図である。It is a figure which shows an example of the screen which displays a recognition result. 認識結果を表示する画面の一例を示す図である。It is a figure which shows an example of the screen which displays a recognition result. 値取得処理の一例を説明するイメージ図である。It is an image figure explaining an example of value acquisition processing.

以下、本発明の実施形態を、図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施形態に係る画像処理方法が適用された画像処理システムの構成例を示す図である。   FIG. 1 is a diagram illustrating a configuration example of an image processing system to which an image processing method according to an embodiment of the present invention is applied.

図1において、画像処理システムは、例えば、情報処理装置としてのパーソナルコンピュータ(PC)201と、画像読取装置としてのスキャナ202と、印刷装置としてのプリンタ203とを備え、これらがネットワーク204を介して互いに接続されている。   In FIG. 1, the image processing system includes, for example, a personal computer (PC) 201 as an information processing apparatus, a scanner 202 as an image reading apparatus, and a printer 203 as a printing apparatus, which are connected via a network 204. Are connected to each other.

スキャナ202は、紙文書を光学的に読み取って電子化し、その画像データをPC201に送ることができる。PC201は、受信した画像データに対して所定の画像処理を実行する。その際、オペレータがキーボードやマウス等を操作して処理結果の確認および修正を行うことができる。プリンタ203は、所定の画像処理が行われた画像データをPC201から受信して印刷を行う。   The scanner 202 can optically read a paper document, digitize it, and send the image data to the PC 201. The PC 201 executes predetermined image processing on the received image data. At that time, the operator can confirm and correct the processing result by operating a keyboard, a mouse, or the like. The printer 203 receives image data on which predetermined image processing has been performed from the PC 201 and performs printing.

ネットワーク204は、インターネット、LANやWAN、電話回線、専用デジタル回線、ATMやフレームリレー回線、通信衛星回線、ケーブルテレビ回線、データ放送用無線回線等のいずれか、またはこれらの組み合わせにより実現される、いわゆる通信ネットワークであり、データの送受信が可能であればよい。   The network 204 is realized by any one of the Internet, a LAN or WAN, a telephone line, a dedicated digital line, an ATM or a frame relay line, a communication satellite line, a cable TV line, a data broadcasting wireless line, or a combination thereof. It is a so-called communication network as long as it can transmit and receive data.

なお、本発明の実施形態に係る画像処理方法を図示の画像処理システムに適用した形態について説明するが、これに限定されず、スキャナやプリンタが一体的に構成された複合機に適用した形態であってもよい。また、PC201は、スキャナ202から入力された画像データに限らず、デジタルカメラ等で撮影された文書画像データに対して本発明の画像処理方法を実行してもよく、画像データの入力先や入力方法を限定するものではない。   Although an embodiment in which the image processing method according to the embodiment of the present invention is applied to the illustrated image processing system will be described, the present invention is not limited to this, and the embodiment is applied to a multifunction machine in which a scanner and a printer are integrated. There may be. Further, the PC 201 is not limited to the image data input from the scanner 202, and may execute the image processing method of the present invention on document image data captured by a digital camera or the like. The method is not limited.

図2は、図1のPC201の概略構成を示すブロック図である。   FIG. 2 is a block diagram showing a schematic configuration of the PC 201 of FIG.

PC201において、CPU101は、ROM102に格納されている制御プログラムに従って装置全体の制御を行う。ROM102は、CPU101が実行する後述する処理等の制御プログラムを含む各種プログラムや各種パラメータデータを格納する。RAM103は、記憶装置104からロードされたプログラムを一時的に記憶したり、エリア画像や各種データを記憶する。また、RAM103は、データの作業領域や一時待避領域として機能する。   In the PC 201, the CPU 101 controls the entire apparatus according to a control program stored in the ROM 102. The ROM 102 stores various programs and various parameter data including a control program for processing to be described later executed by the CPU 101. The RAM 103 temporarily stores programs loaded from the storage device 104, and stores area images and various data. The RAM 103 functions as a data work area and a temporary save area.

記憶装置104は、例えば、ハードディスクやCD−ROM等で構成され、画像データを管理するデータベースを含む各種データを記憶する。ディスプレイ105は、例えば、LCDやCRTで構成される。入力装置106は、例えば、マウスやキーボード、ペンタブレット等で構成される。   The storage device 104 is composed of, for example, a hard disk or a CD-ROM, and stores various data including a database for managing image data. The display 105 is composed of, for example, an LCD or a CRT. The input device 106 is composed of, for example, a mouse, a keyboard, a pen tablet, and the like.

ネットワークインターフェース(I/F)109は、ネットワーク204上に接続されている外部装置(スキャナ202やプリンタ203に限らず、不図示のサーバや外部記憶装置等)と通信し、プログラムやデータを読み込んだり、書き込んだりする。   A network interface (I / F) 109 communicates with an external device (not limited to the scanner 202 and the printer 203, but a server or an external storage device, not shown) connected on the network 204, and reads a program or data. Or write.

図3は、図1の画像処理システムにて実行される画像処理の概略を示すフローチャートである。本処理は、PC201内の画像処理プログラムに基づいてCPU101により実行される処理である。なお、図3の詳細な処理を示すフローチャートは、図4を用いて説明する。   FIG. 3 is a flowchart showing an outline of image processing executed in the image processing system of FIG. This process is a process executed by the CPU 101 based on the image processing program in the PC 201. A flowchart showing the detailed processing of FIG. 3 will be described with reference to FIG.

まず、ステップS301では、PC201は、スキャナ202を制御して紙文書の画像を読み取らせて、その画像データを取得する。次に、PC201は、画像に対してブロックセレクション処理を行って、画像から表、文字、絵や図、枠、線の各領域を抽出する。   First, in step S301, the PC 201 controls the scanner 202 to read an image of a paper document and acquires the image data. Next, the PC 201 performs a block selection process on the image, and extracts a table, a character, a picture, a figure, a frame, and a line area from the image.

ブロックセレクション処理とは、図9のように読み取った一頁のイメージデータをオブジェクト毎の塊として認識し、該ブロック各々を文字/図画/写真/線/表等の属性に判定し、異なる属性を持つ領域に分割する処理である。   In block selection processing, image data of one page read as shown in FIG. 9 is recognized as a block for each object, each block is determined as an attribute such as character / drawing / photo / line / table, and different attributes are set. This is a process of dividing the area.

具体的には、先ず、入力画像を白黒に二値化し、輪郭線追跡をおこなって黒画素輪郭で囲まれる画素の塊を抽出する。面積の大きい黒画素の塊については、内部にある白画素に対しても輪郭線追跡をおこない白画素の塊を抽出、さらに一定面積以上の白画素の塊の内部からは再帰的に黒画素の塊を抽出する。   Specifically, first, the input image is binarized into black and white, and contour tracking is performed to extract a block of pixels surrounded by a black pixel contour. For a black pixel block with a large area, contour tracing is also performed for white pixels inside, and a white pixel block is extracted, and the black pixel block is recursively extracted from the white pixel block with a certain area or more. Extract lumps.

このようにして得られた黒画素の塊を、大きさおよび形状で分類し、異なる属性を持つ領域へ分類していく。たとえば、縦横比が1に近く、大きさが一定の範囲のものを文字相当の画素塊とし、さらに近接する文字が整列良くグループ化可能な部分を文字領域、扁平な画素塊を線領域、一定大きさ以上でかつ四角系の白画素塊を整列よく内包する黒画素塊の占める範囲を表領域、不定形の画素塊が散在している領域を写真領域、それ以外の任意ブロックセレクション処理で得られた各ブロックに対するブロック情報を図5に示す。図5に示すブロック情報に対応する画像の例が図10である。なお、各ブロック情報は画面上で表示されないが、説明のために図10で各ブロックを示すものとする。   The black pixel blocks obtained in this way are classified by size and shape, and are classified into regions having different attributes. For example, if the aspect ratio is close to 1 and the size is within a certain range, the pixel block corresponding to the character is used, the portion where the adjacent characters can be grouped in a well-aligned manner is the character region, and the flat pixel block is the line region. The area occupied by the black pixel block that is larger than the size and contains the square white pixel block in a well-aligned manner is obtained as a table area, the area where irregular pixel blocks are scattered is obtained as a photo area, and other arbitrary block selection processes are used. FIG. 5 shows block information for each obtained block. FIG. 10 shows an example of an image corresponding to the block information shown in FIG. In addition, although each block information is not displayed on a screen, each block shall be shown in FIG. 10 for description.

このブロックセレクション処理で得られたブロックのうち、テキスト属性(種別)を持つブロックを取得し、このブロックについて文字認識処理を行う。文字認識技術については既知の技術であるため説明を省略する。   Among the blocks obtained by this block selection process, a block having a text attribute (type) is acquired, and character recognition processing is performed on this block. Since the character recognition technique is a known technique, the description thereof is omitted.

文字認識をした結果得られた文字列から、複数行にわたる領域かを判定し、複数行にわたる場合には、各行に分割して、領域として登録する。1行の場合にはそのままの領域として登録する。文字認識した場合に得られた領域(座標)も取得できるため、その座標を登録する。領域として登録されたデータの例が図6である。図5のブロック4が13個の領域として分割され、登録される。   From a character string obtained as a result of character recognition, it is determined whether the region extends over a plurality of lines. When the region extends over a plurality of lines, it is divided into each line and registered as a region. In the case of one line, the area is registered as it is. Since the area (coordinates) obtained when the character is recognized can also be acquired, the coordinates are registered. An example of data registered as an area is shown in FIG. Block 4 in FIG. 5 is divided and registered as 13 areas.

次に設定ファイル(図7)に設定された取得条件701に従って、値を取得する領域を特定する。この特定は、ブロックセレクションにより得られたブロックに対して文字認識処理を行い、行分割して、領域を登録する。この領域から、取得条件701のキー領域の検索文字列(例えば、HDLコレステロール)を基に、キー領域を検索して、このキー領域から、検索方向(例えば、横)を用いて、キー領域の横の領域を値取得領域として特定する。この時値フォーマット(例えば、数字、3ケタ)の条件に合わない場合は更に検索方向の隣の領域を値取得領域として特定する。   Next, in accordance with the acquisition condition 701 set in the setting file (FIG. 7), an area for acquiring a value is specified. For this specification, character recognition processing is performed on the block obtained by block selection, the line is divided, and the region is registered. From this area, the key area is searched based on the search character string (for example, HDL cholesterol) of the key area in the acquisition condition 701, and the key area is searched from the key area using the search direction (for example, horizontal). The horizontal area is specified as the value acquisition area. At this time, if the condition of the value format (for example, numbers, three digits) is not met, the area adjacent to the search direction is further specified as the value acquisition area.

この時、702のように設定ファイルの検索文字列をカンマ区切りで複数登録しておくと、1番目の検索文字列に合致する文字列が存在しない場合は2番目の検索文字列(例えば、トリグリセライド)を検索する。   At this time, if a plurality of search character strings in the setting file are registered in a comma-separated manner as in 702, if there is no character string that matches the first search character string, the second search character string (for example, triglyceride) )

また、703のように設定ファイルの検索方向をカンマ区切りで複数登録しておくと、1番目の検索方向に合致する値が存在しない場合は2番目の検索方向(例えば、下)を検索する。   If a plurality of setting file search directions are registered in a comma-separated manner as in 703, the second search direction (for example, the bottom) is searched when there is no value that matches the first search direction.

さらに、上記の検索方向に加えて、図8に示す除外列設定条件801および優先列設定条件803により、除外すべき列、優先すべき列を判断し、値を取得すべき領域を特定する。なお、本実施例では、除外列、優先列は、縦並びの一連の項目として説明しているが、帳票等の書式によっては横並びの一連の項目(除外行、優先行と呼んでもよい)としてもよい。   Further, in addition to the above search direction, columns to be excluded and columns to be prioritized are determined by the exclusion column setting conditions 801 and priority column setting conditions 803 shown in FIG. In this embodiment, the exclusion column and the priority column are described as a series of items arranged vertically. However, depending on the format of the form or the like, a series of items arranged side by side (may be called an exclusion row or a priority row). Also good.

除外列設定条件801は、設定された文字列802が表示されている列には、検査の基準値や前回の検査値など、今回の検査結果とは異なる情報が表示されていると判断される対象を設定する条件である。   The exclusion column setting condition 801 is determined to display information different from the current test result, such as the test reference value and the previous test value, in the column in which the set character string 802 is displayed. This is a condition for setting the target.

優先列設定条件803は、設定された文字列804が表示されている列には、今回の検査結果が表示されていると判断される対象を設定する条件である。   The priority column setting condition 803 is a condition for setting a target for which it is determined that the current examination result is displayed in the column in which the set character string 804 is displayed.

そして、値取得領域として特定された領域に登録されている文字列(数字)を今回の検査結果として取得する。   And the character string (number) registered in the area | region specified as a value acquisition area is acquired as this test result.

ステップS302では、PC201は、ステップS301にて取得した文字列(数字)を今回の検査結果としてディスプレイ105に表示する。ディスプレイへの表示例は、図12および図13であり、それぞれの画面については後述する。また、ユーザからの出力指示によりCSVファイル等に取得した値のデータ群をエクスポートして出力する。   In step S302, the PC 201 displays the character string (number) acquired in step S301 on the display 105 as the current examination result. Examples of display on the display are shown in FIGS. 12 and 13, and the respective screens will be described later. In addition, a data group of values acquired in a CSV file or the like according to an output instruction from the user is exported and output.

図4を用いて、ステップS301の値取得処理について説明する。   The value acquisition process in step S301 will be described with reference to FIG.

ステップS401では、PC201は、設定ファイルから取得条件701、除外列設定条件801、優先列設定条件803を読み込む。それぞれの条件はステップS301で説明した通りである。利用する設定ファイルは、ユーザが任意に選択して読み込んでもよい。   In step S401, the PC 201 reads the acquisition condition 701, the exclusion column setting condition 801, and the priority column setting condition 803 from the setting file. Each condition is as described in step S301. The setting file to be used may be arbitrarily selected and read by the user.

ステップS402では、PC201は、スキャナから取り込まれた画像、或いは所定のフォルダに格納されている画像を読み込む。   In step S402, the PC 201 reads an image captured from the scanner or an image stored in a predetermined folder.

ステップS403では、PC201は、読み込まれた画像を用いて、ブロックセレクション処理を実行する。このブロックセレクションは、ブロックセレクションライブラリを用いて実行する。なお、ブロックセレクション処理については、ステップS301にて説明した通りである。また、ブロック情報は図5と同様である。さらに、ブロックセレクションライブラリで文字認識処理を実行してもよい。   In step S403, the PC 201 executes block selection processing using the read image. This block selection is executed using a block selection library. The block selection process is as described in step S301. The block information is the same as in FIG. Further, the character recognition process may be executed by a block selection library.

ステップS404では、PC201は、ブロックセレクションライブラリからテキスト種別、表種別を有するブロック情報を取得する。   In step S404, the PC 201 acquires block information having a text type and a table type from the block selection library.

ステップS405では、PC201は、取得したブロックに対して、文字認識処理を行う。文字認識処理は既知の技術であり説明を省略するが、例えば、パターンマッチングを用いて、記入文字と文字のテンプレートを照合して、文字候補を抽出する技術がある。   In step S405, the PC 201 performs character recognition processing on the acquired block. The character recognition process is a known technique and will not be described. For example, there is a technique for extracting character candidates by collating a character with a character template using pattern matching.

文字認識処理により、文字列(数字含む)と、その文字列の領域情報(座標)が取得できる。領域情報は、文字列を囲む枠を示す領域である。文字認識した結果は、ブロックごとにメモリで管理されるものとする。   By character recognition processing, a character string (including numbers) and area information (coordinates) of the character string can be acquired. The area information is an area indicating a frame surrounding the character string. The result of character recognition is managed in memory for each block.

ステップS405では、すべてのブロックに対して、まず文字認識を実行し、ステップS406の処理へ移行するようにしているが、1ブロックごとに、文字認識を行い、S406の判定を行ってもよい。すなわち、すべてのブロックに対して文字認識を実行したあとに、ステップS406の判定を実行する手順に限定されるものではない。   In step S405, character recognition is first executed for all blocks, and the process proceeds to step S406. However, character recognition may be performed for each block, and the determination in step S406 may be performed. That is, the present invention is not limited to the procedure for performing the determination in step S406 after performing character recognition on all blocks.

ステップS406では、PC201は、すべてのブロックに対して、処理を実行したか否かを判定する。すべてのブロックに対して処理が行われていない場合、次に処理するブロックの文字列を取得するべくステップS407へ処理を移す。すべてのブロックに対して処理を実行した場合には、ステップS411へ処理を移す。   In step S406, the PC 201 determines whether processing has been executed for all blocks. If the process has not been performed for all the blocks, the process proceeds to step S407 in order to obtain the character string of the block to be processed next. If the process has been executed for all blocks, the process proceeds to step S411.

ステップS407では、PC201は、処理対象のブロックの文字認識結果(文字列)をメモリから取得する。   In step S407, the PC 201 obtains the character recognition result (character string) of the block to be processed from the memory.

ステップS408では、PC201は、取得した文字列が複数行の文字列かを判定する。複数行の文字列を取得した場合はステップS410へ処理を移す。また、1行の文字列を取得した場合はステップS409へ処理を移す。   In step S408, the PC 201 determines whether the acquired character string is a character string of a plurality of lines. If a plurality of lines of character strings have been acquired, the process proceeds to step S410. If a single line of character string is acquired, the process proceeds to step S409.

ステップS409では、PC201は、文字認識結果をメモリに記憶する。文字認識結果は図6の文字認識領域情報に登録される。図6では、領域IDと、文字認識結果から得られる文字列と、文字列がある位置を示す領域情報(座標)を登録する。   In step S409, the PC 201 stores the character recognition result in the memory. The character recognition result is registered in the character recognition area information of FIG. In FIG. 6, the area ID, the character string obtained from the character recognition result, and area information (coordinates) indicating the position where the character string is located are registered.

ステップS410では、PC201は、行ごとに領域を分割して、文字認識領域情報を生成し、登録する。図6の601に示す通り、ブロック4の文字列が、13個の領域に分けて登録される。なお、領域情報(座標)は、それぞれの行の文字列のある位置の座標が登録される。   In step S410, the PC 201 divides the area for each line to generate and register character recognition area information. As indicated by reference numeral 601 in FIG. 6, the character string of block 4 is registered in 13 areas. In the area information (coordinates), the coordinates of a certain position of the character string in each line are registered.

ステップS411では、PC201は、読み込まれた取得条件701のキー領域の検索文字列(図7参照)を取得して、文字認識領域情報を検索する。キー領域の検索文字列に従って、文字認識領域情報の文字列で一致する領域を特定する。これにより、一致した領域がキー検索領域となる。   In step S411, the PC 201 obtains the read character string (see FIG. 7) of the key area of the obtained acquisition condition 701, and searches the character recognition area information. In accordance with the search character string of the key area, a matching area is specified in the character string of the character recognition area information. Thereby, the matched area becomes the key search area.

ステップS412では読み込まれた除外列設定条件801の検索文字列(図8参照)を取得して、文字認識領域情報を検索し、値が一致する領域を特定する。この時、値が一致した領域が表領域の場合は表中の自分自身が存在する列を「除外列」とする。   In step S412, the retrieval character string (see FIG. 8) of the read exclusion string setting condition 801 is acquired, the character recognition area information is retrieved, and the area where the values match is specified. At this time, if the area where the values match is a table area, the column in which the table exists is defined as an “excluded column”.

除外列設定条件801の検索文字列を複数登録している場合は全ての検索文字列に対して、上記を実施する。   When a plurality of search character strings for the exclusion string setting condition 801 are registered, the above is performed for all search character strings.

除外列の検索文字列と一致した個所が表形式でない場合は自分自身の文字列のX座標と同じ並びの領域を「除外列」として判断しても良い。また、除外列が横並びの場合はY座標で判断してもよい。   If the portion that matches the search character string in the exclusion string is not in the table format, an area in the same sequence as the X coordinate of the own character string may be determined as the “exclusion string”. Further, when the exclusion column is arranged side by side, the determination may be made based on the Y coordinate.

ステップS413では読み込まれた優先列設定条件803の検索文字列(図8参照)を取得して、文字認識領域情報を検索し、値が一致する領域を特定する。この時、値が一致した領域が表領域の場合は表中の自分自身が存在する列を「優先列」とする。   In step S413, a retrieved character string (see FIG. 8) of the read priority column setting condition 803 is acquired, character recognition area information is retrieved, and an area with a matching value is specified. At this time, if the area where the values match is a table area, the column in which the table exists is set as the “priority column”.

優先列設定条件803の検索文字列を複数登録している場合は全ての検索文字列に対して、上記を実施する。   When a plurality of search character strings for the priority column setting condition 803 are registered, the above is performed for all the search character strings.

優先列の検索文字列と一致した個所が表形式でない場合は自分自身の文字列のX座標と同じ並びの領域を「優先列」として判断しても良い。また、優先列が横並びの場合はY座標で判断してもよい。   If the portion that matches the search character string of the priority column is not in the table format, an area in the same sequence as the X coordinate of the own character string may be determined as the “priority column”. Further, when the priority columns are arranged side by side, the determination may be made based on the Y coordinate.

ステップS414では、PC201は、キー領域と、取得条件701の検索方向(例えば、右)を取得して、キー領域から1つ右の領域を特定する。キー領域の座標を基に、文字認識領域情報(例えば、図6)を参照して右方向の座標を有する領域を検索し、特定する。この特定した領域が値取得領域となる。なお、右方向の座標を有する領域のうち、一番近い座標を持つ領域から順に1つ目の領域、2つ目の領域とする。キー領域が複数ある場合には、同様にそれぞれの条件に従い値の取得領域を特定する。   In step S414, the PC 201 acquires the key area and the search direction (for example, right) of the acquisition condition 701, and specifies an area one right from the key area. Based on the coordinates of the key area, an area having right-direction coordinates is searched and specified with reference to character recognition area information (for example, FIG. 6). This specified area becomes a value acquisition area. It should be noted that, among the areas having rightward coordinates, the first area and the second area are sequentially arranged from the area having the closest coordinates. When there are a plurality of key areas, a value acquisition area is similarly specified according to each condition.

上記にて値の取得領域を取得する際に、値の検索方向に「優先列」が存在する場合はその列(例えば、図11の1101)を優先的に値を取得する取得領域の候補とする。また「優先列」が複数存在する場合は、優先度順に値の取得領域の候補とする。   When a “priority column” exists in the value search direction when acquiring a value acquisition region as described above, the column (for example, 1101 in FIG. 11) is used as a candidate for an acquisition region for acquiring a value preferentially. To do. If there are a plurality of “priority columns”, values are acquired as candidates in the priority order.

また、値の検索方向に「除外列」が存在する場合はその列(例えば、図11の1102)を値取得領域の対象外とする。   Further, if an “excluded column” exists in the value search direction, that column (for example, 1102 in FIG. 11) is excluded from the value acquisition area.

例えば、図14に示す報告書例1401の場合、キー項目「HDLコレステロール」の値を取得する際に、基準値が表示された列1402は除外列を表す文字列を含まないため除外列とは判断されないが、文字列「今回」を含む列1403が優先列と判断され、列1402をスキップして、列1403の文字列「51」の領域を値の取得領域とする。   For example, in the case of the report example 1401 shown in FIG. 14, when acquiring the value of the key item “HDL cholesterol”, the column 1402 in which the reference value is displayed does not include a character string representing the exclusion column. Although not determined, the column 1403 including the character string “current” is determined to be a priority column, the column 1402 is skipped, and the region of the character string “51” in the column 1403 is set as a value acquisition region.

また、図14に示す報告書例1411の場合、文字列「基準値」を含む列1412が除外列と判断され、検索方向で除外列にある文字列「40〜86」は対象から除外され、除外列をスキップした列1413の文字列「51」の領域を値の取得領域とする。なお、列1413は優先列を表す文字列を含まないため優先列とは判断されない。   In the case of the report example 1411 illustrated in FIG. 14, the column 1412 including the character string “reference value” is determined as an excluded column, and the character strings “40 to 86” in the excluded column in the search direction are excluded from the target. The area of the character string “51” in the column 1413 in which the exclusion column is skipped is set as a value acquisition region. Note that the column 1413 does not include a character string representing a priority column, and thus is not determined as a priority column.

ステップS415では、PC201は、ステップS414で特定した値の取得領域から値を取得する。この時取得した文字列が読み込まれた取得条件701の値フォーマット(図7参照)と異なる場合は読み込まれた取得条件701の検索方向(図7参照)の次の文字列を取得する。これを値フォーマットに合致した文字列が取得できるか、同一の表の端まで繰り返す。   In step S415, the PC 201 acquires a value from the acquisition area of the value specified in step S414. If the character string acquired at this time is different from the value format of the read acquisition condition 701 (see FIG. 7), the next character string in the search direction (see FIG. 7) of the read acquisition condition 701 is acquired. This is repeated until the character string that matches the value format can be acquired or until the end of the same table.

ステップS416では、PC201は、値が取得できたか否かを判断し、値が取得できた場合はステップS418を実施する。値が取得できなかった場合はステップS417を実施する。   In step S416, the PC 201 determines whether or not a value can be acquired. If the value can be acquired, step S418 is performed. If the value cannot be acquired, step S417 is performed.

ステップS417では、PC201は、読み込まれた取得条件701の検索方向(図7参照)に設定された全ての検索方向に対して値の取得を実施したか否かを判断し、実施した場合はステップS418を実施し、実施していない場合は検索方向を次の方向にしてステップS414を実施する。   In step S417, the PC 201 determines whether or not values have been acquired for all the search directions set in the search direction (see FIG. 7) of the read acquisition condition 701. Step S418 is performed. If not, step S414 is performed with the search direction set to the next direction.

ステップS418では、PC201は、認識した全てのキー項目に対して値の取得を実施した場合はステップS419を実施し、値の取得が未実施のキー項目がある場合は値の取得処理(ステップS414〜ステップS417)を実施する。   In step S418, the PC 201 executes step S419 when values are acquired for all recognized key items, and acquires values (step S414) when there are key items for which values have not been acquired. To Step S417).

ステップS419では、値取得領域として特定された領域のうち、ステップS415で値を取得できなかったものについて、値を取得すべき領域であったどうかを判定する。判定した結果は、ステップS302にて結果を表示する際に反映させる。   In step S419, it is determined whether or not the area for which a value could not be acquired in step S415 among the areas specified as the value acquisition area was an area where a value should be acquired. The determined result is reflected when the result is displayed in step S302.

具体的処理を、画像として取り込んだ報告書等が表形式の場合について説明する。ステップS415にて、あるキー項目についてエラーとなり、当該キー項目に対して値が取得できなかった場合、値を取得しようとした領域に対して、同じ列に値が正常に取得できた他の値取得領域が存在する場合は「優先領域」と判定する。逆に同じ列に値が正常に取得できた他の値取得領域が存在しない場合は「非優先領域」と判定する。つまり、値が正常に取得できた値取得領域が存在する列については、取得すべき項目が並んだ列である可能性が高いため、同列でエラーとなった領域についても、値を取得すべき領域と判定している。   Specific processing will be described for a case where a report or the like captured as an image is in a table format. In step S415, if an error occurs with respect to a key item and a value cannot be acquired for the key item, another value in which the value can be normally acquired in the same column for the area from which the value is to be acquired. If the acquisition area exists, it is determined as “priority area”. Conversely, if there is no other value acquisition area in which the value can be normally acquired in the same column, it is determined as a “non-priority area”. In other words, since there is a high possibility that the column where there is a value acquisition area where the value can be acquired normally is the column where the items to be acquired are arranged, the value should be acquired even for the area where an error occurred in the same column Judged as an area.

図13に判定結果の一例を示す。図13では、キー項目「ALT(GPT)」について、値取得領域として1302と1303の2ヶ所が特定され、いずれも値取得がエラーとなっている。値取得領域1302では、他のキー項目「AST(GOT)」などについて同列の値取得領域で値が正常に取得できているため、「優先領域」、つまり値を取得すべきキー領域と判定される。一方、値取得領域1303では、他のキー項目について同列で値を正常に取得できた値取得領域が存在しないため、「非優先領域」、つまり値を取得しなくてもよいキー領域と判定される。   FIG. 13 shows an example of the determination result. In FIG. 13, for the key item “ALT (GPT)”, two locations 1302 and 1303 are specified as the value acquisition areas, and the value acquisition is an error in both cases. In the value acquisition area 1302, since values can be normally acquired in the value acquisition area in the same column for other key items “AST (GOT)” and the like, it is determined as a “priority area”, that is, a key area from which a value is to be acquired. The On the other hand, in the value acquisition area 1303, since there is no value acquisition area in which values can be normally acquired in the same column for other key items, it is determined as a “non-priority area”, that is, a key area for which no value needs to be acquired. The

また、画像として取り込んだ報告書等が表形式でない場合は、エラーとなったキー領域のX座標と近いX座標を持つ領域に値の取得できた他のキー項目が存在する場合に「優先領域」、存在しない場合に「非優先領域」と判定してもよい。また、表形式の場合に列ではなく行で領域を特定してもよく、表形式でない場合にY座標で特定してもよい。 In addition, if the report or the like imported as an image is not in a table format, if there is another key item whose value can be acquired in an area having an X coordinate close to the X coordinate of the key area in which an error occurs, the “priority area” ", It may be determined as a" non-priority area "if it does not exist. In the case of a table format, the area may be specified by a row instead of a column, and in the case of a table format, it may be specified by a Y coordinate.

次に、ステップS302の値出力処理により表示される画面について説明する。   Next, the screen displayed by the value output process in step S302 will be described.

図12は、ステップS302により表示される画面の一例である認識結果画面1201の画面イメージである。   FIG. 12 is a screen image of a recognition result screen 1201, which is an example of a screen displayed in step S302.

認識結果画面1201は、左側に読み取った画像イメージ1202、右側に検査項目毎の認識結果一覧1203を表示する。   The recognition result screen 1201 displays the read image image 1202 on the left side and a recognition result list 1203 for each inspection item on the right side.

ステップS415で、キー領域が空欄の場合や、値フォーマットに合う文字列がない場合など、値が取得できない項目がある場合にはエラー項目として強調表示する(1204、1205)。認識結果に誤りがあった場合には、ユーザにより、修正入力エリアに修正値を入力させることが可能である(1206)。修正入力エリアに入力された場合には、入力値が登録される値となる。   In step S415, if there is an item whose value cannot be acquired, such as when the key area is blank or there is no character string that matches the value format, the item is highlighted as an error item (1204, 1205). If there is an error in the recognition result, the user can input a correction value in the correction input area (1206). When input to the correction input area, the input value is a registered value.

また、優先列設定条件803および除外列設定条件801により特定される優先列、除外列を識別可能に表示してもよい。   Further, the priority column and the exclusion column specified by the priority column setting condition 803 and the exclusion column setting condition 801 may be displayed so as to be identifiable.

図13は、ステップS419による判定結果を反映させた画面の一例である認識結果画面1301の画面イメージである。   FIG. 13 is a screen image of a recognition result screen 1301, which is an example of a screen reflecting the determination result in step S419.

値取得領域1302はステップS415にて値を取得できず、ステップS419にて「優先領域」と判定されたため、値取得領域1302と、値取得領域1302の認識結果1304が強調表示されている。   Since the value acquisition area 1302 cannot acquire a value in step S415 and is determined as a “priority area” in step S419, the value acquisition area 1302 and the recognition result 1304 of the value acquisition area 1302 are highlighted.

一方、値取得領域1303はステップS415にて値を取得できず、ステップS419にて「非優先領域」と判定されたため、値取得領域1303と、値取得領域1303の認識結果1305が、「優先領域」とは異なる形式で表示されている。   On the other hand, since the value acquisition area 1303 cannot acquire a value in step S415 and is determined as a “non-priority area” in step S419, the recognition result 1305 of the value acquisition area 1303 and the value acquisition area 1303 is “priority area”. "Is displayed in a different format.

また、認識結果画面1201および1301は、出力ボタンを備えており、認識結果と、ユーザによる値の修正があれば修正結果とをCSVファイルに出力する。なお、複数の画像が読み込まれた場合には、すべての画像に対して、値取得、確認を実行し、最後の画像に対して出力ボタンを押下すると、CSVファイルに一括して値を出力する。出力するファイルの形式は一例であり、限定されるものではない。   The recognition result screens 1201 and 1301 include an output button, and outputs a recognition result and a correction result if a value is corrected by the user to a CSV file. When a plurality of images are read, value acquisition and confirmation are executed for all images, and when the output button is pressed for the last image, the values are output collectively to the CSV file. . The format of the output file is an example and is not limited.

上記により、複数の書式を持つ文書から所望の項目の値を容易に取得できるようになる。   As described above, the value of a desired item can be easily acquired from a document having a plurality of formats.

以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。例えば、クラウド環境で実現する構成であってもよい。その場合、クラウド環境上のサーバで、設定ファイル作成ツールが実行される。   Although one embodiment has been described above, the present invention can take an embodiment as, for example, a system, apparatus, method, program, or recording medium, and specifically includes a plurality of devices. The present invention may be applied to a system including a single device. For example, the structure implement | achieved in a cloud environment may be sufficient. In this case, the configuration file creation tool is executed on the server on the cloud environment.

また、本発明におけるプログラムは、図3〜図4に示すフローチャートの処理方法をコンピュータが実行可能なプログラムである。なお、記憶媒体に図3〜図4の処理方法をコンピュータが実行可能なプログラムが記憶される構成であってもよい。なお、本発明におけるプログラムは図3〜図4の各装置の処理方法ごとのプログラムであってもよい。   Moreover, the program in this invention is a program which a computer can perform the processing method of the flowchart shown in FIGS. Note that the storage medium may be configured to store a program capable of executing the processing method of FIGS. The program in the present invention may be a program for each processing method of each apparatus in FIGS.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, a recording medium that records a program that implements the functions of the above-described embodiments is supplied to a system or apparatus, and a computer (or CPU or MPU) of the system or apparatus stores the program stored in the recording medium. It goes without saying that the object of the present invention can also be achieved by executing the reading.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。   In this case, the program itself read from the recording medium realizes the novel function of the present invention, and the recording medium storing the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク、ソリッドステートドライブ等を用いることができる。   As a recording medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, nonvolatile memory card, ROM, EEPROM, silicon A disk, solid state drive, or the like can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on an instruction of the program is actually It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the processing and the processing is included.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided in the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is based on the instructions of the program code. It goes without saying that the case where the CPU or the like provided in the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program for achieving the present invention into the system or apparatus, the system or apparatus can enjoy the effects of the present invention.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Furthermore, by downloading and reading a program for achieving the present invention from a server, database, etc. on a network using a communication program, the system or apparatus can enjoy the effects of the present invention.

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   In addition, all the structures which combined each embodiment mentioned above and its modification are also included in this invention.

101 CPU
102 RAM
104 記憶装置
201 PC
202 スキャナ
203 プリンタ
101 CPU
102 RAM
104 Storage device 201 PC
202 Scanner 203 Printer

Claims (6)

キー文字列と位置条件とを記憶する取得条件記憶手段を備える情報処理装置であって、
除外文字列を記憶する除外文字列記憶手段と、
前記キー文字列と前記位置条件とに基づいて領域を特定する特定手段と、
前記特定された領域のうち、前記除外文字列により特定される並びに含まれる領域からは文字列を取得せず、当該領域を除いた領域から文字列を取得する取得手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus comprising acquisition condition storage means for storing a key character string and a position condition,
An excluded character string storage means for storing the excluded character string;
A specifying means for specifying an area based on the key character string and the position condition;
An acquisition means for acquiring a character string from a region excluding the region, without acquiring a character string from a region included and included in the specified region among the specified regions. Information processing apparatus.
優先文字列を記憶する優先文字列記憶手段を備え、
前記取得手段は、前記特定された領域のうち、前記優先文字列により特定される並びに含まれる領域から優先して文字列を取得することを特徴とする請求項1に記載の情報処理装置。
A priority character string storage means for storing the priority character string;
2. The information processing apparatus according to claim 1, wherein the acquisition unit acquires a character string with priority from an area specified and included by the priority character string in the specified area.
前記並びとは、当該文字列が表記された場所を含む表の列または行であることを特徴とする請求項1または2に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the list is a column or row of a table including a place where the character string is written. 前記並びとは、当該文字列が表記された場所を含む縦並びまたは横並びの一定範囲であることを特徴とする請求項1または2に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the arrangement is a certain range of vertical arrangement or horizontal arrangement including a place where the character string is written. キー文字列と位置条件とを記憶する取得条件記憶手段と、除外文字列を記憶する除外文字列記憶手段とを備える情報処理装置の制御方法であって、
特定手段が、前記キー文字列と前記位置条件とに基づいて領域を特定する特定ステップと、
取得手段が、前記特定された領域のうち、前記除外文字列により特定される並びに含まれる領域からは文字列を取得せず、当該領域を除いた領域から文字列を取得する取得ステップと
を備えることを特徴とする情報処理装置の制御方法。
An information processing apparatus control method comprising an acquisition condition storage means for storing a key character string and a position condition, and an excluded character string storage means for storing an excluded character string,
A specifying step for specifying a region based on the key character string and the position condition;
An obtaining step of obtaining a character string from a region excluding the region without obtaining a character string from a region included and included in the specified character string in the specified region. A method for controlling an information processing apparatus.
キー文字列と位置条件とを記憶する取得条件記憶手段を備える情報処理装置において実行可能なプログラムであって、
前記情報処理装置を、
除外文字列を記憶する除外文字列記憶手段と、
前記キー文字列と前記位置条件とに基づいて領域を特定する特定手段と、
前記特定された領域のうち、前記除外文字列により特定される並びに含まれる領域からは文字列を取得せず、当該領域を除いた領域から文字列を取得する取得手段と
として機能さえせることを特徴とするプログラム。
A program that can be executed in an information processing apparatus including an acquisition condition storage unit that stores a key character string and a position condition,
The information processing apparatus;
An excluded character string storage means for storing the excluded character string;
A specifying means for specifying an area based on the key character string and the position condition;
Among the specified areas, the character string is not acquired from the area specified and included by the excluded character string, and even functions as an acquisition unit that acquires the character string from the area excluding the area. A featured program.
JP2019105777A 2016-11-17 2019-06-06 Information processing device, control method, program Active JP6931168B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019105777A JP6931168B2 (en) 2016-11-17 2019-06-06 Information processing device, control method, program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016224365A JP6536542B2 (en) 2016-11-17 2016-11-17 Information processing apparatus, control method, program
JP2019105777A JP6931168B2 (en) 2016-11-17 2019-06-06 Information processing device, control method, program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016224365A Division JP6536542B2 (en) 2016-11-17 2016-11-17 Information processing apparatus, control method, program

Publications (3)

Publication Number Publication Date
JP2019169182A true JP2019169182A (en) 2019-10-03
JP2019169182A5 JP2019169182A5 (en) 2019-12-26
JP6931168B2 JP6931168B2 (en) 2021-09-01

Family

ID=68107466

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019105777A Active JP6931168B2 (en) 2016-11-17 2019-06-06 Information processing device, control method, program

Country Status (1)

Country Link
JP (1) JP6931168B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021064209A (en) * 2019-10-15 2021-04-22 富士ゼロックス株式会社 Information processor and information processing program
JP7304604B1 (en) * 2023-02-16 2023-07-07 ウェルネス・コミュニケーションズ株式会社 How to support data entry for forms

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021064209A (en) * 2019-10-15 2021-04-22 富士ゼロックス株式会社 Information processor and information processing program
JP7304604B1 (en) * 2023-02-16 2023-07-07 ウェルネス・コミュニケーションズ株式会社 How to support data entry for forms

Also Published As

Publication number Publication date
JP6931168B2 (en) 2021-09-01

Similar Documents

Publication Publication Date Title
JP6826293B2 (en) Information information system and its processing method and program
JP2007279828A (en) Business form processor, business form format preparation device, business form, program for processing business form and program for preparing business form format
JP2007049388A (en) Image processing apparatus and control method thereof, and program
US20210227083A1 (en) Image processing system that computerizes document, control method thereof, and storage medium
US20230206672A1 (en) Image processing apparatus, control method of image processing apparatus, and storage medium
US11153446B2 (en) Information processing apparatus for presenting an object for a batch operation without selection in advance and non-transitory computer readable medium
JP6931168B2 (en) Information processing device, control method, program
JP5623574B2 (en) Form identification device and form identification method
JP4333350B2 (en) Image management apparatus, image management method, and program
JP2010102502A (en) Image processing device, image processing method, and program
JP2022170175A (en) Information processing apparatus, information processing method, and program
JP2018055256A (en) Information processing apparatus, information processing method, and program
JP6947971B2 (en) Information processing device, control method, program
JP6536542B2 (en) Information processing apparatus, control method, program
US11163992B2 (en) Information processing apparatus and non-transitory computer readable medium
JP6481204B2 (en) Information processing apparatus, processing method thereof, and program
JP6700705B2 (en) Distribution system, information processing method, and program
JP6795770B2 (en) Information processing device and its processing method and program
JP7302175B2 (en) Information processing device and information processing program
WO2016170690A1 (en) Input control program, input control device, input control method, character correction program, character correction device, and character correction method
US9912834B2 (en) Document camera device and cutout assistance method
JP2015114806A (en) Image processor and program
US20240193921A1 (en) Apparatus for selecting learning data, method of selecting learning data, and non-transitory recording medium
US20230273952A1 (en) Image processing apparatus, image processing method, and storage medium
US11206336B2 (en) Information processing apparatus, method, and non-transitory computer readable medium

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191111

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191111

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210317

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210713

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210726

R151 Written notification of patent or utility model registration

Ref document number: 6931168

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250