JP2000099234A - Image retrieval device, image retrieval method and computer-readable memory - Google Patents

Image retrieval device, image retrieval method and computer-readable memory

Info

Publication number
JP2000099234A
JP2000099234A JP27012198A JP27012198A JP2000099234A JP 2000099234 A JP2000099234 A JP 2000099234A JP 27012198 A JP27012198 A JP 27012198A JP 27012198 A JP27012198 A JP 27012198A JP 2000099234 A JP2000099234 A JP 2000099234A
Authority
JP
Japan
Prior art keywords
image data
document image
annotation
search
operator
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.)
Withdrawn
Application number
JP27012198A
Other languages
Japanese (ja)
Inventor
Yoshinobu Mita
良信 三田
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 Inc
Original Assignee
Canon 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
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP27012198A priority Critical patent/JP2000099234A/en
Publication of JP2000099234A publication Critical patent/JP2000099234A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image retrieval device which can execute image retrieval wherein the security of document image data is made certain. SOLUTION: A 1st management table for managing the levels of access to document image data and operators so that they correspond to each other and a 2nd management table for managing annotations added to the document image data and the levels of access to the annotations so that they correspond to each other are stored. Retrieval conditions and operator information on the operator inputs the retrieval conditions are inputted from a keyboard 7. A CPU 1 retrieves document image data which meet the inputted retrieval conditions and satisfy the access level of the operator that the operator information indicates by referring to the 1st management table. The access level of the operator that the operator information indicates is compared with the access level of the annotation added to the retrieved document image data by referring to the 2nd management table. According to the comparison result, document image data as a retrieval result among retrieved document image data is outputted.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、アノテーションが
付加された文書画像データを管理し、その管理されてい
る文書画像データから所望の文書画像データを検索する
画像検索装置及びその方法、コンピュータ可読メモリに
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image retrieval apparatus and method for managing document image data to which annotations are added, and for searching desired document image data from the managed document image data, and a computer-readable memory. It is about.

【0002】[0002]

【従来の技術】従来、複数の文書画像データを管理する
文書管理システムにおいて、特定の1つ又は複数の文書
画像データを検索する場合の検索方法としては、文書画
像データ毎に存在する文書名やその文書の作成日、更新
日等を検索条件とし、それらの検索条件に一致又は所定
範囲内か否かを判定することにって、検索条件に該当す
る文書画像データを検索するものがある。
2. Description of the Related Art Conventionally, in a document management system for managing a plurality of document image data, a search method for searching for one or a plurality of specific document image data includes a document name existing for each document image data, In some cases, the document image data corresponding to the search condition is searched by determining whether the document creation date, update date, or the like is a search condition and whether the document matches the search condition or is within a predetermined range.

【0003】また、他の代表的な検索方法の1つに、全
文検索方法(FTS:Full Text Searc
h)がある。この全文検索方法は、各文書画像データ中
のテキストデータを調べて、検索条件に該当する文字列
が含まれているか否かを判定するものである。そして、
通常は、検索時間の短縮のためにその文字列に関する情
報を予め登録しておく登録処理を行っている。
[0003] One of other typical search methods is a full text search method (FTS: Full Text Search).
h). In this full-text search method, text data in each document image data is examined to determine whether or not a character string corresponding to a search condition is included. And
Normally, a registration process is performed in which information on the character string is registered in advance in order to shorten the search time.

【0004】登録処理では、文書画像データに含まれる
文字列を抽出して、その抽出した文字列と文書画像デー
タを対応づけ、例えば、図11に示すようなテーブルに
して管理する。図11に示すように、文書画像データは
IDで管理され、例えば、ID1の文書画像データに
は、”abc”、”cd”、”ghi”の文字列が含ま
れていることがわかる。このように、各文書画像データ
に含まれる文字列を管理しておくと、例えば、文字列”
abc”を含む文書画像データは、図11に示すテーブ
ルの場合、ID1とID3の文書画像データを検索する
ことができる。もし、操作者が、文字列”abc”と”
ghi”の両方を含む、つまり、AND条件を検索条件
として検索すると”abc”を含む文書画像データには
ID1、ID3の文書画像データが該当し、”ghi”
を含む文書画像データにはID1、ID2の文書画像デ
ータが該当し、これにより検索条件に該当する文書画像
データとして、ID1の文書画像データが検索結果とし
て得られる。
In the registration process, a character string included in the document image data is extracted, and the extracted character string is associated with the document image data, and is managed, for example, in a table as shown in FIG. As shown in FIG. 11, the document image data is managed by ID. For example, it can be seen that the document image data of ID1 includes character strings of “abc”, “cd”, and “ghi”. By managing the character strings included in each document image data as described above, for example, a character string “
In the case of the document image data including "abc" in the case of the table shown in Fig. 11, the document image data of ID1 and ID3 can be searched.
ghi ”, that is, when the AND condition is used as a search condition, the document image data containing“ abc ”corresponds to the document image data of ID1 and ID3, and“ ghi ”
The document image data of ID1 and ID2 correspond to the document image data including the character string. Thus, the document image data of ID1 is obtained as the search result as the document image data corresponding to the search condition.

【0005】但し、図11に示すテーブルの文字列は、
最高文字数に上限を設けているため、長い文字列を検索
条件として検索する場合は、2つ以上の文字列に分けら
れて検索されてしまう。この場合、実際の長い文字列か
らなる検索条件の連続性を確認できないので、通常、2
次検索と呼ばれる検索を行う。2次検索では、例えば、
検索された文書画像データに本当に検索条件に該当する
文字列が含まれるか否かを直接操作者が調べることを行
う。
However, the character strings in the table shown in FIG.
Since an upper limit is set for the maximum number of characters, when a long character string is searched as a search condition, the search is divided into two or more character strings. In this case, the continuity of the actual search condition consisting of a long character string cannot be confirmed.
Performs a search called next search. In the secondary search, for example,
The operator directly checks whether or not the searched document image data really includes a character string that satisfies the search condition.

【0006】また、文書画像データの機密保持のため
に、検索対象の文書画像データにアクセス権が設けられ
ている場合がある。この場合、文書画像データとアクセ
ス権が設定されているグループや操作者を対応づけ、例
えば、図12に示すようなテーブルにして管理する。そ
して、図12を参照して、ある操作者のアクセス権が検
索された文書画像データに設定されている場合のみ、そ
の検索された文書画像データを最終的な検索結果として
操作者に表示する。また、上述したようにアクセス権は
グループ単位でも設定できるので、この場合、グループ
に含まれる操作者を、例えば、図13に示すようなテー
ブルで管理する。更に、図12に示すテーブルのかわり
に、図14に示すようなテーブルを用いることもある。
これは、操作者やグループがアクセスできる文書画像デ
ータを管理したテーブルであり、グループについては、
図13に示すたようなテーブルで別途管理されていれば
良く、図14に示すテーブル上でグループに含まれる操
作者がだれであるかを示す情報を持たせなくても構わな
い。
In some cases, access rights are provided to document image data to be searched in order to keep the document image data confidential. In this case, the document image data is associated with the group or operator to which the access right is set, and is managed, for example, in a table as shown in FIG. Then, referring to FIG. 12, only when the access right of a certain operator is set to the retrieved document image data, the retrieved document image data is displayed to the operator as a final retrieval result. Further, as described above, the access right can be set in units of groups, and in this case, the operators included in the groups are managed in a table as shown in FIG. 13, for example. Further, a table as shown in FIG. 14 may be used instead of the table as shown in FIG.
This is a table that manages document image data that can be accessed by operators and groups.
It is sufficient that the information is separately managed in a table as shown in FIG. 13, and it is not necessary to have information indicating who the operators included in the group are on the table shown in FIG.

【0007】このテーブルにより、検索を実行した操作
者が、例えば、操作者Bであった場合に、操作者Bがア
クセス可能な文書画像データのIDと、検索された文書
画像データのIDの論理積をとり、どちらにも存在する
IDが最終的に検索結果として操作者Bに表示する文書
画像データとなる。
According to this table, if the operator who has performed the search is, for example, the operator B, the logic of the ID of the document image data accessible to the operator B and the ID of the searched document image data The product ID is obtained, and the IDs present in both of them finally become the document image data to be displayed to the operator B as a search result.

【0008】また、文書画像データに含まれる文字列の
登録処理において、文書画像データがテキスト等のコー
ドデータではなく、ビットマップからなるイメージデー
タの場合は、モノクロの2値データに変換した後に、O
CR(文字認識)をして得られたテキストデータを文書
画像データに含まれる文字列として登録する。
In the process of registering a character string contained in the document image data, if the document image data is not a code data such as a text but an image data consisting of a bitmap, the document image data is converted into monochrome binary data. O
The text data obtained by performing CR (character recognition) is registered as a character string included in the document image data.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、従来の
画像検索装置では、文書画像データ毎にアクセス権が設
定してあっても何も問題は生じなかったが、文書画像デ
ータ上にアノテーション(文書画像データ中のテキスト
に対する説明のメモ、注意を促すためのラインマーカ、
図形等、時には、文字を消すために面色が白色の枠なし
矩形であったりする)が存在し、そのアノテーション毎
に文書画像データとは別個のアクセス権が設定できると
いう使い方と全文検索を両立することは不可能であっ
た。例えば、文書画像データに不透明なアノテーション
が貼り付けられ、それを削除や移動するアクセス権を持
たない操作者には検索結果として出力させたくない場合
でも、全文検索では、文書画像データに存在する文字列
そのものを検索してしまうので、検索条件に該当する文
字列が不透明なアノテーションが貼り付けられた部分に
存在すれば、検索結果として出力してしまっていた。つ
まり、機密保持のために、操作者によっては検索結果と
して出力させたくない文書画像データでも、検索条件に
よっては検索結果として出力されてしまうため、文書画
像データに対するセキュリティを確実に実行することが
できなかった。
However, in the conventional image retrieval apparatus, no problem occurs even if the access right is set for each document image data. Descriptive notes for the text in the data, line markers to call attention,
In some cases, such as graphics, the surface color is a rectangle without a white frame in order to erase characters), and it is possible to set the access right separately from the document image data for each annotation, and achieve full text search That was impossible. For example, opaque annotations are pasted on document image data, and if you do not want operators who do not have the access right to delete or move them to output search results, full-text search will use characters that exist in the document image data. Since the column itself is searched, if the character string corresponding to the search condition exists in the portion where the opaque annotation is pasted, it is output as the search result. In other words, even if document image data is not desired to be output as a search result by some operators due to confidentiality, the document image data is output as a search result depending on search conditions, so that security for the document image data can be reliably executed. Did not.

【0010】本発明は上記の問題点に鑑みてなされたも
のであり、文書画像データに対するセキュリティを確実
にした画像検索を実行することができる画像検索装置及
びその方法、コンピュータ可読メモリを提供することを
目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and provides an image retrieval apparatus and method capable of executing an image retrieval while ensuring security for document image data, a method thereof, and a computer-readable memory. With the goal.

【0011】[0011]

【課題を解決するための手段】上記の目的を達成するた
めの本発明による画像検索装置は以下の構成を備える。
即ち、アノテーションが付加された文書画像データを管
理し、その管理されている文書画像データから所望の文
書画像データを検索する画像検索装置であって、前記文
書画像データに対するアクセスレベルと、操作者を対応
づけて管理する第1管理テーブルを記憶する第1記憶手
段と、前記文書画像データに付加されているアノテーシ
ョンと、該アノテーションに対するアクセスレベルを対
応づけて管理する第2管理テーブルを記憶する第2記憶
手段と、検索条件と、該検索条件を入力する操作者を示
す操作者情報を入力する入力手段と、前記第1管理テー
ブルを参照して、前記入力手段で入力された検索条件を
含み、かつ前記操作者情報が示す操作者のアクセスレベ
ルを満たす文書画像データを検索する検索手段と、前記
第2管理テーブルを参照して、前記検索手段で検索され
た文書画像データに付加されているアノテーションのア
クセスレベルと前記操作者情報が示す操作者のアクセス
レベルを比較する比較手段と、前記比較手段の比較結果
に基づいて、前記検索手段で検索された文書画像データ
から検索結果とする文書画像データを出力する出力手段
とを備える。
The image retrieval apparatus according to the present invention for achieving the above object has the following arrangement.
That is, an image retrieval apparatus that manages document image data to which annotations are added and searches for desired document image data from the managed document image data. A first storage unit that stores a first management table that is associated and managed; a second storage table that stores an annotation added to the document image data and an access level to the annotation in association with each other; A storage unit, a search condition, an input unit for inputting operator information indicating an operator who inputs the search condition, and a search condition input by the input unit with reference to the first management table; Search means for searching for document image data satisfying the access level of the operator indicated by the operator information; and the second management table A comparing unit that compares the access level of the annotation added to the document image data retrieved by the retrieval unit with the access level of the operator indicated by the operator information, based on a comparison result of the comparison unit. Output means for outputting document image data as a search result from the document image data searched by the search means.

【0012】また、好ましくは、前記第2記憶手段は、
更に、前記アノテーションと、該アノテーションの属性
及び種類を対応づけて前記第2管理テーブルに管理す
る。
[0012] Preferably, the second storage means includes:
Further, the annotation is associated with the attribute and type of the annotation and managed in the second management table.

【0013】また、好ましくは、前記比較手段は、前記
第2管理テーブルで管理されているアノテーションの属
性及び種類に基づいて、前記検索手段で検索された文書
画像データに付加されているアノテーションから、前記
操作者情報が示す操作者のアクセスレベルの比較対象と
するアノテーションを選別する選別手段を備え、前記選
別手段で選別されたアノテーションのアクセスレベルと
前記操作者のアクセスレベルを比較する。
[0013] Preferably, the comparing means, based on an attribute and a type of the annotation managed in the second management table, includes: A selecting unit for selecting an annotation to be compared with an access level of the operator indicated by the operator information; and comparing an access level of the annotation selected by the selecting unit with an access level of the operator.

【0014】また、好ましくは、前記選別手段で選別さ
れたアノテーションは、少なくとも不透過なメモ、図形
を含む。
Preferably, the annotation selected by the selection means includes at least an opaque memo or graphic.

【0015】また、好ましくは、前記出力手段は、前記
比較手段の比較結果の内、前記操作者のアクセスレベル
が前記アノテーションのアクセスレベル以上のアノテー
ションが付加されている文書画像データを検索結果とし
て出力する。
[0015] Preferably, the output means outputs, as a search result, document image data to which an annotation whose access level of the operator is equal to or higher than the access level of the annotation is added from among the comparison results of the comparison means. I do.

【0016】上記の目的を達成するための本発明による
画像検索方法は以下の構成を備える。即ち、アノテーシ
ョンが付加された文書画像データを管理し、その管理さ
れている文書画像データから所望の文書画像データを検
索する画像検索方法であって、前記文書画像データに対
するアクセスレベルと、操作者を対応づけて管理する第
1管理テーブルと、該文書画像データに付加されている
アノテーションと、該アノテーションに対するアクセス
レベルを対応づけて管理する第2管理テーブルとを記憶
媒体に記憶する記憶工程と、検索条件と、該検索条件を
入力する操作者を示す操作者情報を入力する入力工程
と、前記第1管理テーブルを参照して、前記入力工程で
入力された検索条件を含み、かつ前記操作者情報が示す
操作者のアクセスレベルを満たす文書画像データを検索
する検索工程と、前記第2管理テーブルを参照して、前
記検索工程で検索された文書画像データに付加されてい
るアノテーションのアクセスレベルと前記操作者情報が
示す操作者のアクセスレベルを比較する比較工程と、前
記比較工程の比較結果に基づいて、前記検索工程で検索
された文書画像データから検索結果とする文書画像デー
タを出力する出力工程とを備える。
An image search method according to the present invention for achieving the above object has the following arrangement. That is, an image search method for managing document image data to which annotations are added, and searching for desired document image data from the managed document image data, wherein an access level to the document image data, A storage step of storing, in a storage medium, a first management table for managing the association, an annotation added to the document image data, and a second management table for managing the access level to the annotation in an associated manner; A condition, an input step of inputting operator information indicating an operator who inputs the search condition, and referring to the first management table, including the search condition input in the input step, and the operator information A search step of searching for document image data that satisfies the access level of the operator indicated by, and referring to the second management table, A comparing step of comparing the access level of the annotation added to the document image data searched in the search step with the access level of the operator indicated by the operator information; and performing the searching step based on a comparison result of the comparing step. And outputting document image data as a search result from the document image data searched in step (1).

【0017】上記の目的を達成するための本発明による
コンピュータ可読メモリは以下の構成を備える。即ち、
アノテーションが付加された文書画像データを管理し、
その管理されている文書画像データから所望の文書画像
データを検索する画像検索のプログラムコードが格納さ
れたコンピュータ可読メモリであって、前記文書画像デ
ータとに対するアクセスレベルと、操作者を対応づけて
管理する第1管理テーブルと、該文書画像データに付加
されているアノテーションと、該アノテーションに対す
るアクセスレベルを対応づけて管理する第2管理テーブ
ルとを記憶媒体に記憶する記憶工程のプログラムコード
と、検索条件と、該検索条件を入力する操作者を示す操
作者情報を入力する入力工程のプログラムコードと、前
記第1管理テーブルを参照して、前記入力工程で入力さ
れた検索条件を含み、かつ前記操作者情報が示す操作者
のアクセスレベルを満たす文書画像データを検索する検
索工程のプログラムコードと、前記第2管理テーブルを
参照して、前記検索工程で検索された文書画像データに
付加されているアノテーションのアクセスレベルと前記
操作者情報が示す操作者のアクセスレベルを比較する比
較工程のプログラムコードと、前記比較工程の比較結果
に基づいて、前記検索工程で検索された文書画像データ
から検索結果とする文書画像データを出力する出力工程
のプログラムコードとを備える。
A computer readable memory according to the present invention for achieving the above object has the following configuration. That is,
Manages document image data with annotations added,
A computer-readable memory storing an image retrieval program code for retrieving desired document image data from the managed document image data, wherein an access level to the document image data and an operator are managed in association with each other. A program code for a storage step of storing in a storage medium a first management table to be stored, an annotation added to the document image data, and a second management table for managing an access level to the annotation in association with each other; And a program code of an input step of inputting operator information indicating an operator who inputs the search condition; and a search condition input in the input step with reference to the first management table; Program in the search process for searching for document image data that satisfies the access level of the operator indicated by the A comparing step of comparing the access level of the annotation added to the document image data searched in the search step with the access level of the operator indicated by the operator information by referring to the code and the second management table. And a program code of an output step of outputting document image data as a search result from the document image data searched in the search step based on the comparison result of the comparison step.

【0018】[0018]

【発明の実施の形態】以下、図面を参照して本発明の好
適な実施形態を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below in detail with reference to the drawings.

【0019】図1は本発明の実施形態の全文検索処理を
含むアプリケーションソフトが動作する画像検索装置の
全体構成を示す図である。
FIG. 1 is a diagram showing the overall configuration of an image search device on which application software including a full-text search process according to an embodiment of the present invention operates.

【0020】1はCPUであり、本実施形態の処理を実
行するための各種制御を行う。2はCD−ROMドライ
ブ装置であり、外部からのデータの取り込みや、外部へ
のデータの取り出しに用いる。3はプリンタであり、デ
ィスプレイ装置9に表示される画像等のプリントを行
う。4はハードディスクドライブ装置であり、主に主記
憶装置として用いられ、本実施形態で実行される処理プ
ログラムやアプリケーション等を記憶する。また、複数
種類の文書画像データを記憶する。5はフロッピーディ
スクドライブ装置であり、外部からのデータの取り込み
や、外部へのデータの取り出しに用いる。
Reference numeral 1 denotes a CPU which performs various controls for executing the processing of this embodiment. Reference numeral 2 denotes a CD-ROM drive, which is used for taking in data from outside and taking out data to outside. Reference numeral 3 denotes a printer, which prints images and the like displayed on the display device 9. Reference numeral 4 denotes a hard disk drive, which is mainly used as a main storage, and stores processing programs, applications, and the like executed in the present embodiment. Also, it stores a plurality of types of document image data. Reference numeral 5 denotes a floppy disk drive, which is used for taking in data from outside and taking out data to outside.

【0021】6は通信部であり、ネットワーク等との接
続を可能にし、外部のコンピュータやネットワーク上の
スキャナやプリンタやディスク装置との間でデータの授
受が行える。7はキーボードであり、本実施形態で実行
される処理の指示や、検索条件等の文字列の入力等の操
作者の対話的入力を受け付ける。8のマウス等のポイン
ティングデバイスであり、キーボード7と共に操作者の
対話的入力を受け付ける。9はディスプレイ装置であ
り、画像を表示するためのメモリを搭載するディスプレ
イカードやモニタなどを含み、本実施形態の処理を実行
するためのウインドウや処理結果等を表示する。
Reference numeral 6 denotes a communication unit which enables connection with a network or the like, and can exchange data with an external computer, a scanner, a printer or a disk device on the network. Reference numeral 7 denotes a keyboard which receives an instruction of a process to be executed in the present embodiment and interactive input of an operator such as input of a character string such as a search condition. Reference numeral 8 denotes a pointing device such as a mouse, which receives an interactive input of an operator together with the keyboard 7. Reference numeral 9 denotes a display device, which includes a display card or a monitor having a memory for displaying an image, and displays a window for executing the processing of the present embodiment, a processing result, and the like.

【0022】全体のハード構成は、一般的なパーソナル
コンピュータと周辺機器であり、CPU1で実行される
プログラムにより本発明の特徴的な動作が可能となりハ
ード資源が有効に活用される。
The overall hardware configuration is a general personal computer and peripheral devices, and the program executed by the CPU 1 enables the characteristic operation of the present invention, thereby effectively utilizing hardware resources.

【0023】次に、本実施形態のアプリケーション動作
中のウインドウ表示画面について、図2を用いて説明す
る。
Next, a window display screen during application operation of the present embodiment will be described with reference to FIG.

【0024】図2は本発明の実施形態のアプリケーショ
ン動作中のウインドウ表示画面を示す図である。
FIG. 2 is a view showing a window display screen during application operation according to the embodiment of the present invention.

【0025】尚、このウインドウ表示画面は、例えば、
ディスプレイ装置9のモニタ上に表示される。
Note that this window display screen is, for example,
It is displayed on the monitor of the display device 9.

【0026】18aはウインドウ200をアイコン化し
て表示する最小化ボタンである。18bはウインドウ2
00をモニタ全面に最大化して表示する最大化ボタンで
ある。18cはウインドウ200の表示を消去する閉じ
るボタンである。12はウインドウ200のタイトルを
表示するタイトルバーである。17は現在起動している
アプリケーション名と、表示しているイメージの文書名
が表示される領域である。また、13は各種の処理機能
を表示するメニューであり、14はメニュー13に表示
される処理機能と同様の処理機能をボタン化して表示し
たツールボタンである。このメニュー13、あるいはツ
ールボタン14に表示される任意のボタンをポインティ
ングデバイス8を使用して選択することで、その選択し
た処理機能を実行させることが可能である。11はツー
ルバーであり、ある特定のモードでの動作の選択に使わ
れる。22は検索結果として表示される文書イメージの
枠の外部であるウインドウ背景部を表示する領域であ
る。16は現在のアプリケーションのステータス(状
況)を表示するステータス表示部である。15は検索結
果として表示されている文書イメージである。
Reference numeral 18a denotes a minimize button for displaying the window 200 as an icon. 18b is window 2
This is a maximize button for maximizing and displaying 00 on the entire monitor. Reference numeral 18c denotes a close button for deleting the display of the window 200. Reference numeral 12 denotes a title bar for displaying the title of the window 200. Reference numeral 17 denotes an area in which the name of the currently activated application and the document name of the displayed image are displayed. Reference numeral 13 denotes a menu for displaying various processing functions, and reference numeral 14 denotes a tool button for displaying a processing function similar to the processing function displayed in the menu 13 as a button. By selecting the menu 13 or an arbitrary button displayed on the tool button 14 using the pointing device 8, it is possible to execute the selected processing function. A toolbar 11 is used to select an operation in a specific mode. Reference numeral 22 denotes an area for displaying a window background portion outside the frame of the document image displayed as a search result. Reference numeral 16 denotes a status display unit that displays the current status (status) of the application. Reference numeral 15 denotes a document image displayed as a search result.

【0027】図2において、メニュー13の”ツール”
メニューを選択すると、図3に示すようなプルダウンメ
ニューが表示される。プルダウンメニューには、文書画
像データに含まれる文字列の登録処理、全文検索を実行
するための”登録処理”、”全文検索”メニューが含ま
れている。本実施形態での登録処理は、入力した文書画
像データを検索対象にするための操作で、例えば、夜や
システムのアイドル時に自動的に実行されても良い。こ
の登録処理は、従来技術と同様でも構わないため、その
詳細は省略する。また、起動時に操作者は自分のユーザ
名とパスワードを入力しなければならない。一方、”全
文検索”メニューを選択すると、図4に示すようなダイ
アログボックスが表示される。検索を実行する操作者
は、編集ボックス31に文字列を入力して、追加ボタン
33を押すとキーワードリスト32に入力した文字列が
キーワードとして追加される。削除ボタン34は、キー
ワードリスト32の中の1つを選択して押すことによ
り、選択されたキーワードを削除することができる。
In FIG. 2, "Tool" in the menu 13 is displayed.
When the menu is selected, a pull-down menu as shown in FIG. 3 is displayed. The pull-down menu includes a registration process of a character string included in the document image data, a “registration process” for executing a full-text search, and a “full-text search” menu. The registration process in the present embodiment is an operation for making the input document image data a search target, and may be automatically executed, for example, at night or when the system is idle. This registration process may be the same as that of the prior art, and thus the details thereof will be omitted. Also, at the time of startup, the operator must input his / her user name and password. On the other hand, when the "full text search" menu is selected, a dialog box as shown in FIG. 4 is displayed. When the operator executing the search inputs a character string in the edit box 31 and presses an add button 33, the character string input in the keyword list 32 is added as a keyword. The delete button 34 can delete a selected keyword by selecting and pressing one of the keyword lists 32.

【0028】35、36はAND、OR論理を指定する
チェックボタンであり、キーワードリスト32中のキー
ワード全てを含む文書画像データを検索する場合にはA
NDのチェックボタン35にチェックを付け、複数のキ
ーワードの内いずれか1つ以上を含む文書画像データを
検索する場合にはORのチェックボタン36にチェック
を付ける。キャンセルボタン38は全文検索を中止する
場合に押し、全てクリアボタン39はキーワードリスト
32中のキーワードを全て削除する場合に押す。検索ボ
タン37はキーワードリスト32中にキーワードが1つ
以上列挙されている場合に、イネーブルとなり、この検
索ボタン37を押すと、キーワードリスト32中のキー
ワードを検索条件とした検索が実行される。
Check buttons 35 and 36 are used to specify AND and OR logics. When searching for document image data including all keywords in the keyword list 32, A is used.
The ND check button 35 is checked, and when searching for document image data containing any one or more of a plurality of keywords, the OR check button 36 is checked. A cancel button 38 is pressed to cancel the full-text search, and a clear all button 39 is pressed to delete all the keywords in the keyword list 32. The search button 37 is enabled when one or more keywords are listed in the keyword list 32, and when the search button 37 is pressed, a search is performed using the keywords in the keyword list 32 as search conditions.

【0029】次に、本実施形態で実行される処理につい
て、図9を用いて説明する。
Next, the processing executed in this embodiment will be described with reference to FIG.

【0030】図9は本発明の実施形態で実行される処理
を示すフローチャートである。
FIG. 9 is a flowchart showing processing executed in the embodiment of the present invention.

【0031】検索ボタン37が押されると、ステップS
11で、キーワードリスト32にセットされたキーワー
ドの取得と、チェックボタン35と36の状態を取得し
てAND,ORどちらの検索条件で検索するか等の情報
を確定する。次に、ステップS12で、全文検索処理を
行うモジュールに対し、取得したキーワードとAND/
OR条件を設定して全文検索処理を行う。全文検索処理
を行うモジュールは、アクセス権に関する処理を行うこ
とができない従来技術で作られたものであり、その詳細
な説明は省略する。
When the search button 37 is pressed, step S
In step 11, the keyword set in the keyword list 32 is acquired, and the states of the check buttons 35 and 36 are acquired to determine information such as which of the AND and OR search conditions to search. Next, in step S12, the obtained keyword and AND /
An OR condition is set and full text search processing is performed. The module that performs the full-text search process is made by a conventional technique that cannot perform the process related to the access right, and a detailed description thereof will be omitted.

【0032】ステップS13で、ステップS12におけ
る全文検索処理の結果を受ける。本実施形態では、文書
画像データをIDで管理し、全文検索処理が実行される
と検索された文書画像データのIDを管理するIDリス
トが作成される。このIDリストは、ステップS12に
おける全文検索処理が直接返すようにしても良いし、全
文検索処理が検索した文書画像データのファイル名や文
書名を返して、そのファイル名や文書名から別途管理す
るIDを求めるようにしても良い。
In step S13, the result of the full-text search process in step S12 is received. In the present embodiment, the document image data is managed by ID, and when the full-text search process is executed, an ID list for managing the ID of the searched document image data is created. This ID list may be directly returned by the full-text search processing in step S12, or the file name or document name of the document image data searched by the full-text search processing is returned, and is managed separately from the file name or the document name. The ID may be obtained.

【0033】ステップS14で、IDリスト中の各ID
に対応する各文書画像データのアクセス権をチェックす
る。そして、チェックの結果、アクセス権を有さない文
書画像データのIDがある場合には、その文書画像デー
タのIDをIDリストから削除する。
At step S14, each ID in the ID list
The access right of each document image data corresponding to is checked. Then, as a result of the check, if there is an ID of the document image data which does not have the access right, the ID of the document image data is deleted from the ID list.

【0034】ステップS15で、ステップS14と同様
にIDリスト中の各IDに対応する文書画像データのア
ノテーション情報の種類やアクセス権をチェックする。
そして、チェックの結果、操作者がアクセス権を有さな
いアノテーションを有する文書画像データのIDがある
場合には、その文書画像データのIDをIDリストから
削除する。尚、ステップS14、ステップS15のID
リストから文書画像データのIDの削除する処理を、こ
こではフィルター処理という。
In step S15, as in step S14, the type and access right of the annotation information of the document image data corresponding to each ID in the ID list are checked.
Then, as a result of the check, if there is an ID of the document image data having the annotation for which the operator does not have the access right, the ID of the document image data is deleted from the ID list. Note that the IDs of step S14 and step S15
The process of deleting the ID of the document image data from the list is referred to herein as a filtering process.

【0035】ステップS16で、フィルター処理後、最
終的に残ったIDリストに存在するIDに対応する文書
画像データをヒットリストとして表示する。IDリスト
の中身が空の場合には、ヒットリストの表示は行われな
い。また、ヒットリストの表示は、図5に示すようなヒ
ットリストウインドウで表示される。
In step S16, the document image data corresponding to the IDs existing in the finally remaining ID list after the filtering is displayed as a hit list. If the ID list is empty, no hit list is displayed. The hit list is displayed in a hit list window as shown in FIG.

【0036】ここで、図5に示すヒットリストウインド
ウについて説明する。
Here, the hit list window shown in FIG. 5 will be described.

【0037】図5は本発明の実施形態のヒットリストウ
インドウを説明するための図である。
FIG. 5 is a diagram for explaining a hit list window according to the embodiment of the present invention.

【0038】図5に示すように、検索された文書画像デ
ータ数を示すヒット数としてIDリスト中のIDの数が
表示ボックス45内に表示される。46はヒット文書リ
スト表示部であり、検索された文書画像データの名前や
サイズ、ページ数、作成日、更新日等がIDリストを基
に調べられ表示される。閉じるボタン48はヒットリス
トウインドウを閉じる時に押すボタンである。検索ボタ
ン49はメニュー13の”ツール”メニューのプルダウ
ンメニューの”全文検索”メニューと同じ働きをする。
開くボタン47は、ヒット文書リスト表示部46でフォ
ーカスが当っている文書画像データを図2のドキュメン
ト表示部23に表示させるためのものである。
As shown in FIG. 5, the number of IDs in the ID list is displayed in the display box 45 as the number of hits indicating the number of searched document image data. Reference numeral 46 denotes a hit document list display section, in which the name, size, number of pages, creation date, update date, etc. of the searched document image data are checked and displayed based on the ID list. The close button 48 is a button pressed when closing the hit list window. The search button 49 has the same function as the “full text search” menu in the pull-down menu of the “tool” menu of the menu 13.
The open button 47 is for displaying the document image data focused on the hit document list display section 46 on the document display section 23 in FIG.

【0039】また、テキスト表示部50にはヒット文書
リスト表示部46でフォーカスが当っている文書画像デ
ータ中のテキスト部分が抽出されて表示され、検索に用
いられたキーワードが斜線枠53で示すように強調表示
される。次ヒットボタン51、前ヒットボタン52を押
すことにより、斜線枠53にカーソルが当てられ、その
カーソルの位置が前後に存在する斜線枠53に移動し
て、テキスト部分の表示領域が自動スクロールされる。
The text display section 50 extracts and displays the text portion in the document image data focused on by the hit document list display section 46, and the keyword used for the search is indicated by a hatched frame 53. Is highlighted. By pressing the next hit button 51 and the previous hit button 52, the cursor is placed on the hatched frame 53, the position of the cursor is moved to the preceding and following hatched frame 53, and the display area of the text portion is automatically scrolled. .

【0040】尚、文書画像データがコードデータでな
く、イメージからなる場合には、テキスト表示部50に
は、文書画像データをOCR(文字認識)して得られた
テキスト部分が表示される。
When the document image data is not a code data but an image, the text display section 50 displays a text portion obtained by OCR (character recognition) of the document image data.

【0041】次に、上述したステップS15の処理の詳
細について、図10を用いて説明する。
Next, the details of the processing in step S15 will be described with reference to FIG.

【0042】図10は本発明の実施形態のステップS1
5の処理の詳細を示すフローチャートである。
FIG. 10 shows step S1 of the embodiment of the present invention.
9 is a flowchart illustrating details of the process of FIG.

【0043】ステップS21で、IDリスト中のIDに
対応する文書画像データのアノテーションの取得を行
う。アノテーションは、例えば、図6に示すようなアノ
テーション管理テーブルによって、アノテーションとそ
のセキュリティレベル(アクセス権)が対応づけられて
管理されている。本実施形態では、各アノテーションの
アクセス権をセキュリティレベルに対応付けて4段階に
設定できるように構成している。レベル4は、あらゆる
リードやライト、移動やサイズ等の各アクセス権を有し
ており、レベル数が下がる毎にアクセス権の範囲がせま
くなる。このように、操作者は、自身のアクセス権(セ
キュリティレベル)が、検索された文書画像データのア
ノテーションのセキュリティレベルに達していない場合
にはその文書画像データに対しいっさいの操作が許され
ず、達している場合にはその文書画像データに対してセ
キュリティレベルに応じた操作のみが可能である。
In step S21, the annotation of the document image data corresponding to the ID in the ID list is obtained. For example, the annotation is managed in association with the security level (access right) by an annotation management table as shown in FIG. In the present embodiment, the configuration is such that the access right of each annotation can be set in four levels in association with the security level. Level 4 has various access rights such as read, write, move, size, etc., and the lower the number of levels, the narrower the range of access rights. As described above, if the access right (security level) of the operator does not reach the security level of the annotation of the retrieved document image data, no operation is allowed on the document image data, and In this case, only the operation according to the security level can be performed on the document image data.

【0044】ステップS22で、アノテーション管理テ
ーブルを参照して、アノテーションの種類や属性が調べ
られる。
In step S22, the type and attribute of the annotation are checked with reference to the annotation management table.

【0045】ステップS23で、アノテーション管理テ
ーブルの内容から、処理対象の文書画像データがセキュ
リティレベルの調査の対象外であるか否かを判定する。
例えば、アノテーションが線や矩形枠という種類であっ
て線幅が”細い”という属性ならば、アノテーションの
下の文書画像データを隠さないので対象外となる。ま
た、ラインマーカー等の種類も対象外となる。
In step S23, it is determined from the contents of the annotation management table whether or not the document image data to be processed is not subject to security level investigation.
For example, if the annotation is of the type of line or rectangular frame and the line width is "thin", the document image data under the annotation is not hidden and thus excluded from the target. In addition, types such as line markers are also excluded.

【0046】ステップS23において、処理対象の文書
画像データがセキュリティレベルの調査の対象外である
場合(ステップS23でYES)、ステップS26に進
み、処理対象の文書画像データの全アノテーションに対
する調査が終了したか否かをチェックする。全アノテー
ションに対する処理が終了していない場合(ステップS
26でNO)、ステップS22に戻り、次のアノテーシ
ョンを調べる。一方、全アノテーションについて処理が
終了している場合(ステップS26でYES)、ステッ
プS28に進む。
If it is determined in step S23 that the document image data to be processed is not the subject of the security level check (YES in step S23), the process proceeds to step S26, and the check for all the annotations of the document image data to be processed has been completed. Check whether or not. When processing for all annotations has not been completed (step S
(NO at 26), returning to step S22 to check the next annotation. On the other hand, if the processing has been completed for all the annotations (YES in step S26), the process proceeds to step S28.

【0047】一方、ステップS23において、処理対象
の文書画像データがセキュリティレベルの調査の対象外
でない場合(ステップS23でNO)、ステップS24
に進み、セキュリティレベルの調査を行う。この調査の
対象とされるアノテーションは、例えば、不透過なメモ
や不透過な面つき図形であり、時には、文字を消すため
に面色が白色の枠なし矩形であったりする。
On the other hand, if it is determined in step S23 that the document image data to be processed is not excluded from the security level check (NO in step S23), step S24 is performed.
Go to and investigate the security level. The annotation to be investigated is, for example, an opaque memo or an opaque figure with a surface, and sometimes a rectangle without a white frame with a white color to erase characters.

【0048】ステップS24の処理の詳細としては、セ
キュリティレベルとそのセキュリティレベルを有する操
作者を対応づけた図7に示すような管理テーブルを参照
することで、アノテーションがどのセキュリティレベル
を有するかをまず調べる。例えば、図10では、操作者
Aはレベル2のセキュリティレベルを有しているので、
アノテーションがレベル2以下のセキュリティレベルで
あれば、そのアノテーションを操作することができる。
また、操作者Aが、図12の管理テーブルに示すよう
に、グループ1に属していれば、より高いレベルのレベ
ル3のセキュリティレベルのアノテーションを操作する
ことができる。尚、図7の管理テーブルは、操作者とそ
の操作者が有するセキュリティレベルを対応づけた図8
に示すような管理テーブルに置きかえることも可能であ
る。また、図7の管理テーブルは、ただ1つのみで構成
されても良いし、各アノテーション毎に個々に持たして
ももよい。後者の場合は、操作者はアノテーション毎に
自分のセキュリティレベルが変わることになる。
As for the details of the processing in step S24, referring to a management table as shown in FIG. 7 in which security levels are associated with operators having the security levels, it is possible to first determine which security level the annotation has. Find out. For example, in FIG. 10, since the operator A has a security level of level 2,
If the annotation is at a security level of level 2 or lower, the annotation can be operated.
Further, as shown in the management table of FIG. 12, if the operator A belongs to the group 1, the operator A can operate the annotation of the higher security level 3, that is, the security level. Note that the management table in FIG. 7 is a table in FIG.
It is also possible to replace with a management table as shown in FIG. Further, the management table in FIG. 7 may be configured by only one, or may be individually provided for each annotation. In the latter case, the operator changes his / her security level for each annotation.

【0049】ステップS25で、図6に示したアノテー
ション管理テーブルにより、アクセス権の有無を判定す
る。この判定は、調査中のアノテーションのセキュリテ
ィレベルが操作者のセキュリティレベルを上まわり、か
つ操作者のセキュリティレベルで該当するアノテーショ
ンの削除又は移動又はリサイズ等が可能ならば、アノテ
ーションに隠された部分を見ることが可能なのでアクセ
ス権有りと判定される。
In step S25, the presence / absence of an access right is determined based on the annotation management table shown in FIG. In this determination, if the security level of the annotation under investigation exceeds the security level of the operator and the deletion, movement, resizing, etc. of the corresponding annotation is possible with the security level of the operator, the part hidden in the annotation is determined. Since it is possible to view, it is determined that there is an access right.

【0050】ステップS25において、アクセス権があ
る場合(ステップS25でYES)、ステップS26に
進む。一方、アクセス権がない場合(ステップS25で
NO)、ステップS27に進み、処理対象のアノテーシ
ョンに対応する文書画像データのIDをIDリストから
削除し、ステップS28に進む。
In step S25, if there is an access right (YES in step S25), the flow advances to step S26. On the other hand, if there is no access right (NO in step S25), the process proceeds to step S27, where the ID of the document image data corresponding to the annotation to be processed is deleted from the ID list, and the process proceeds to step S28.

【0051】ステップS28で、全文書画像データに対
する処理が終了したか否かを判定する。終了していない
場合(ステップS28でNO)、ステップS22に戻
る。一方、終了した場合(ステップS28でYES)、
処理を終了する。
In step S28, it is determined whether or not the processing for all document image data has been completed. If not completed (NO in step S28), the process returns to step S22. On the other hand, if the processing has been completed (YES in step S28),
The process ends.

【0052】以上説明したように、本実施形態によれ
ば、検索条件がアノテーションに含まれている場合、ア
ノテーションに対するアクセス権に応じて、操作者に対
して出力する検索結果とする文書画像データの表示を制
御することができる。 [変形例1]上記実施形態において、入力(インポー
ト)された文書画像データの登録処理について補足す
る。まず、登録対象がイメージの文書画像データである
場合は、そのイメージに対してOCRをかけてテキスト
部分を抽出し、そのテキスト部分を文書画像データとし
て登録する。カラーイメージの場合は、OCRの能力に
よってはモノクロイメージに変換してからOCRを行
う。また、メモ等のテキストをアノテーションとして実
際にイメージ(文書画像データ)に貼り付けてからOC
Rをかけても良い。この場合、全文検索で文書画像デー
タ中のテキスト部分とアノテーション(テキスト)が一
緒に登録されるので、全文検索とは別にアノテーション
(テキスト)のみを調査して検索を行うような機能を搭
載する必要がなくなる。また、イメージへのアノテーシ
ョンの貼り付けを行わずに、そのイメージをOCRした
結果に単にアノテーションのテキストのみを追加して登
録を行うようにしても良い。この変形例の場合、図10
のステップS22、ステップS23においてセキュリテ
ィレベルがないアノテーションをセキュリティレベルの
調査の対象とし、ステップS24を実行することが必要
である。 [変形例2]また、登録処理で、不透過なアノテーショ
ンをイメージ(文書画像データ)に必ず貼り付けてから
OCRすることも可能である。この場合は、不透過なア
ノテーションを貼り付けることにより隠された部分イメ
ージ(テキスト文字列)が、OCRによってテキスト化
されないために、アノテーションに対するセキュリティ
レベルの調査を行わないで全文検索を行ってもセキュリ
ティは守られる。この場合、アノテーションを操作する
セキュリティレベルを有する操作者でも、アノテーショ
ンに隠された部分イメージ(テキスト文字列)を検索対
象とした検索が行えなくなる。しかし、アノテーション
に隠された部分イメージを検索対象としたくない場合に
は非常に有効である。 [変形例3]上記実施形態では、図6に示したアノテー
ション管理テーブルで、アノテーションとそのセキュリ
ティレベルとを対応付けて管理しているが、これに加え
てアノテーションにアクセスを許されたユーザ名やグル
ープ名を対応づけて管理するようにしても構わないこと
は言うまでもない。 [変形例4]上記実施形態では、文書画像データがイメ
ージでなくコードデータにも不透過のアノテーション
(テキストデータ)の貼り付け操作が可能である。この
場合、アノテーションを貼り付けた部分はコードデータ
の削除に相当し、OCRは行われない。
As described above, according to the present embodiment, when the search condition is included in the annotation, the document image data as the search result to be output to the operator is output in accordance with the access right to the annotation. The display can be controlled. [Modification 1] In the above embodiment, the registration processing of the input (imported) document image data will be supplemented. First, when the registration target is document image data of an image, the image is subjected to OCR to extract a text portion, and the text portion is registered as document image data. In the case of a color image, OCR is performed after conversion into a monochrome image depending on the OCR capability. Also, after actually pasting the text such as a memo as an annotation to the image (document image data),
R may be applied. In this case, since the text part and the annotation (text) in the document image data are registered together in the full-text search, it is necessary to install a function to search and search only the annotation (text) separately from the full-text search Disappears. Alternatively, registration may be performed by simply adding only the text of the annotation to the result of OCR of the image without pasting the annotation to the image. In the case of this modification, FIG.
In step S22 and step S23, the annotation having no security level needs to be checked for the security level, and step S24 needs to be executed. [Modification 2] Further, in the registration process, it is also possible to perform OCR after always attaching an opaque annotation to an image (document image data). In this case, since the partial image (text character string) hidden by pasting the opaque annotation is not converted to text by OCR, even if a full-text search is performed without checking the security level of the annotation, Is protected. In this case, even an operator having a security level for operating the annotation cannot perform a search for a partial image (text character string) hidden in the annotation as a search target. However, it is very effective when the partial image hidden in the annotation is not to be searched. [Modification 3] In the above embodiment, the annotations and their security levels are managed in association with each other in the annotation management table shown in FIG. 6, but in addition to this, the names of the users who are allowed to access the annotations are displayed. It goes without saying that the group names may be managed in association with each other. [Modification 4] In the above embodiment, it is possible to paste an annotation (text data) in which the document image data is not an image but also code data. In this case, the portion where the annotation is pasted corresponds to the deletion of the code data, and the OCR is not performed.

【0053】尚、本発明は、複数の機器(例えばホスト
コンピュータ、インタフェース機器、リーダ、プリンタ
など)から構成されるシステムに適用しても、一つの機
器からなる装置(例えば、複写機、ファクシミリ装置な
ど)に適用してもよい。
Even if the present invention is applied to a system composed of a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), a single device (for example, a copying machine, a facsimile machine) Etc.).

【0054】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体を、システムあるいは装置に供給し、そ
のシステムあるいは装置のコンピュータ(またはCPU
やMPU)が記憶媒体に格納されたプログラムコードを
読出し実行することによっても、達成されることは言う
までもない。
Another object of the present invention is to supply a storage medium storing a program code of software for realizing the functions of the above-described embodiments to a system or apparatus, and to provide a computer (or CPU) of the system or apparatus.
And MPU) read and execute the program code stored in the storage medium.

【0055】この場合、記憶媒体から読出されたプログ
ラムコード自体が前述した実施形態の機能を実現するこ
とになり、そのプログラムコードを記憶した記憶媒体は
本発明を構成することになる。
In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.

【0056】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピディスク、ハードディス
ク、光ディスク、光磁気ディスク、CD−ROM、CD
−R、磁気テープ、不揮発性のメモリカード、ROMな
どを用いることができる。
As a storage medium for supplying the program code, for example, a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD
-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

【0057】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOS(オペレ
ーティングシステム)などが実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instructions of the program code. ) May perform some or all of the actual processing, and the processing may realize the functions of the above-described embodiments.

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

【0059】[0059]

【発明の効果】以上説明したように、本発明によれば、
文書画像データに対するセキュリティを確実にした画像
検索を実行することができる画像検索装置及びその方
法、コンピュータ可読メモリを提供できる。
As described above, according to the present invention,
It is possible to provide an image search apparatus and method capable of executing an image search with secure security for document image data, and a computer-readable memory.

【0060】[0060]

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

【図1】本発明の実施形態の全文検索処理を含むアプリ
ケーションソフトが動作する画像検索装置の全体構成を
示す図である。
FIG. 1 is a diagram illustrating an overall configuration of an image search device on which application software including a full-text search process according to an embodiment of the present invention operates.

【図2】本発明の実施形態のアプリケーション動作中の
ウインドウ表示画面を示す図である。
FIG. 2 is a diagram showing a window display screen during application operation according to the embodiment of the present invention.

【図3】本発明の実施形態のプルダウンメニューの一例
を示す図である。
FIG. 3 is a diagram illustrating an example of a pull-down menu according to the embodiment of the present invention.

【図4】本発明の実施形態の検索を行うためのダイアロ
グボックスを示す図である。
FIG. 4 is a diagram showing a dialog box for performing a search according to the embodiment of the present invention.

【図5】本発明の実施形態のヒットリストウインドウを
説明するための図である。
FIG. 5 is a diagram for explaining a hit list window according to the embodiment of the present invention.

【図6】本発明の実施形態のアノテーション管理テーブ
ルの一例を示す図である。
FIG. 6 is a diagram illustrating an example of an annotation management table according to the embodiment of this invention.

【図7】本発明の実施形態の管理テーブルの一例を示す
図である。
FIG. 7 is a diagram illustrating an example of a management table according to the embodiment of this invention.

【図8】本発明の実施形態の管理テーブルの一例を示す
図である。
FIG. 8 is a diagram illustrating an example of a management table according to the embodiment of this invention.

【図9】本発明の実施形態で実行される処理を示すフロ
ーチャートである。
FIG. 9 is a flowchart showing processing executed in the embodiment of the present invention.

【図10】本発明の実施形態のステップS15の処理の
詳細を示すフローチャートである。
FIG. 10 is a flowchart illustrating details of a process in step S15 according to the embodiment of the present invention.

【図11】従来の画像検索装置で用いられるテーブルの
一例を示す図である。
FIG. 11 is a diagram showing an example of a table used in a conventional image search device.

【図12】従来の画像検索装置で用いられるテーブルの
一例を示す図である。
FIG. 12 is a diagram showing an example of a table used in a conventional image search device.

【図13】従来の画像検索装置で用いられるテーブルの
一例を示す図である。
FIG. 13 is a diagram showing an example of a table used in a conventional image search device.

【図14】従来の画像検索装置で用いられるテーブルの
一例を示す図である。
FIG. 14 is a diagram showing an example of a table used in a conventional image search device.

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

1 CPU 2 CD−ROMドライブ 3 プリンタ 4 HDD 5 FDD 6 通信部 7 キーボード 8 マウス 9 ディスプレイ装置 DESCRIPTION OF SYMBOLS 1 CPU 2 CD-ROM drive 3 Printer 4 HDD 5 FDD 6 Communication part 7 Keyboard 8 Mouse 9 Display device

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 アノテーションが付加された文書画像デ
ータを管理し、その管理されている文書画像データから
所望の文書画像データを検索する画像検索装置であっ
て、 前記文書画像データに対するアクセスレベルと、操作者
を対応づけて管理する第1管理テーブルを記憶する第1
記憶手段と、 前記文書画像データに付加されているアノテーション
と、該アノテーションに対するアクセスレベルを対応づ
けて管理する第2管理テーブルを記憶する第2記憶手段
と、 検索条件と、該検索条件を入力する操作者を示す操作者
情報を入力する入力手段と、 前記第1管理テーブルを参照して、前記入力手段で入力
された検索条件を含み、かつ前記操作者情報が示す操作
者のアクセスレベルを満たす文書画像データを検索する
検索手段と、 前記第2管理テーブルを参照して、前記検索手段で検索
された文書画像データに付加されているアノテーション
のアクセスレベルと前記操作者情報が示す操作者のアク
セスレベルを比較する比較手段と、 前記比較手段の比較結果に基づいて、前記検索手段で検
索された文書画像データから検索結果とする文書画像デ
ータを出力する出力手段とを備えることを特徴とする画
像検索装置。
An image retrieval apparatus for managing document image data to which an annotation has been added and searching for desired document image data from the managed document image data, comprising: an access level for the document image data; A first storing a first management table for managing operators in association with each other
A storage unit, a second storage unit for storing an annotation added to the document image data, a second management table for managing an access level to the annotation in association with each other, a search condition, and inputting the search condition An input unit for inputting operator information indicating an operator, and referring to the first management table, including a search condition input by the input unit and satisfying an access level of the operator indicated by the operator information. A search unit for searching document image data; and an access level of an annotation added to the document image data searched for by the search unit and an access of an operator indicated by the operator information with reference to the second management table. Comparing means for comparing levels; and searching the document image data searched by the searching means based on a comparison result of the comparing means. Results and image search apparatus characterized by comprising an output means for outputting the document image data to be.
【請求項2】 前記第2記憶手段は、更に、前記アノテ
ーションと、該アノテーションの属性及び種類を対応づ
けて前記第2管理テーブルに管理することを特徴とする
請求項1に記載の画像検索装置。
2. The image retrieval apparatus according to claim 1, wherein the second storage unit further manages the annotation in the second management table in association with the attribute and the type of the annotation. .
【請求項3】 前記比較手段は、前記第2管理テーブル
で管理されているアノテーションの属性及び種類に基づ
いて、前記検索手段で検索された文書画像データに付加
されているアノテーションから、前記操作者情報が示す
操作者のアクセスレベルの比較対象とするアノテーショ
ンを選別する選別手段を備え、 前記選別手段で選別されたアノテーションのアクセスレ
ベルと前記操作者のアクセスレベルを比較することを特
徴とする請求項2に記載の画像検索装置。
3. The method according to claim 1, wherein the comparing unit determines, based on an attribute and a type of the annotation managed in the second management table, the annotation added to the document image data retrieved by the retrieval unit, The system according to claim 1, further comprising a selection unit that selects an annotation to be compared with an access level of the operator indicated by the information, wherein the access level of the annotation selected by the selection unit is compared with the access level of the operator. 3. The image search device according to 2.
【請求項4】 前記選別手段で選別されたアノテーショ
ンは、少なくとも不透過なメモ、図形を含むことを特徴
とする請求項3に記載の画像検索装置。
4. The image search device according to claim 3, wherein the annotations selected by the selection unit include at least opaque memos and graphics.
【請求項5】 前記出力手段は、前記比較手段の比較結
果の内、前記操作者のアクセスレベルが前記アノテーシ
ョンのアクセスレベル以上のアノテーションが付加され
ている文書画像データを検索結果として出力することを
特徴とする請求項1に記載の画像検索装置。
5. The output unit outputs, as a search result, document image data to which an annotation whose access level of the operator is equal to or higher than the access level of the annotation is added from among the comparison results of the comparison unit. The image search device according to claim 1, wherein:
【請求項6】 アノテーションが付加された文書画像デ
ータを管理し、その管理されている文書画像データから
所望の文書画像データを検索する画像検索方法であっ
て、 前記文書画像データに対するアクセスレベルと、操作者
を対応づけて管理する第1管理テーブルと、該文書画像
データに付加されているアノテーションと、該アノテー
ションに対するアクセスレベルを対応づけて管理する第
2管理テーブルとを記憶媒体に記憶する記憶工程と、 検索条件と、該検索条件を入力する操作者を示す操作者
情報を入力する入力工程と、 前記第1管理テーブルを参照して、前記入力工程で入力
された検索条件を含み、かつ前記操作者情報が示す操作
者のアクセスレベルを満たす文書画像データを検索する
検索工程と、 前記第2管理テーブルを参照して、前記検索工程で検索
された文書画像データに付加されているアノテーション
のアクセスレベルと前記操作者情報が示す操作者のアク
セスレベルを比較する比較工程と、 前記比較工程の比較結果に基づいて、前記検索工程で検
索された文書画像データから検索結果とする文書画像デ
ータを出力する出力工程とを備えることを特徴とする画
像検索方法。
6. An image search method for managing document image data to which an annotation is added, and searching for desired document image data from the managed document image data, comprising: an access level for the document image data; A storage step of storing, in a storage medium, a first management table that associates and manages operators, an annotation added to the document image data, and a second management table that associates and manages an access level to the annotation. A search condition, an input step of inputting operator information indicating an operator who inputs the search condition, and referring to the first management table, including the search condition input in the input step, and A search step of searching for document image data that satisfies the access level of the operator indicated by the operator information; and referring to the second management table A comparison step of comparing the access level of the annotation added to the document image data searched for in the search step and the access level of the operator indicated by the operator information, based on a comparison result of the comparison step, An output step of outputting document image data as a search result from the document image data searched in the search step.
【請求項7】 前記記憶工程は、更に、前記アノテーシ
ョンと、該アノテーションの属性及び種類を対応づけて
前記第2管理テーブルに管理することを特徴とする請求
項6に記載の画像検索方法。
7. The image search method according to claim 6, wherein in the storing step, the annotation is managed in the second management table in association with the attribute and type of the annotation.
【請求項8】 前記比較工程は、前記第2管理テーブル
で管理されているアノテーションの属性及び種類に基づ
いて、前記検索工程で検索された文書画像データに付加
されているアノテーションから、前記操作者情報が示す
操作者のアクセスレベルの比較対象とするアノテーショ
ンを選別する選別工程を備え、 前記選別工程で選別されたアノテーションのアクセスレ
ベルと前記操作者のアクセスレベルを比較することを特
徴とする請求項7に記載の画像検索方法。
8. The comparing step includes, based on the attribute and type of the annotation managed in the second management table, from the annotation added to the document image data searched in the searching step, A selection step of selecting an annotation to be compared with an access level of the operator indicated by the information, wherein the access level of the annotation selected in the selection step is compared with the access level of the operator. 7. The image search method according to 7.
【請求項9】 前記選別工程で選別されたアノテーショ
ンは、少なくとも不透過なメモ、図形を含むことを特徴
とする請求項8に記載の画像検索方法。
9. The image search method according to claim 8, wherein the annotations selected in the selection step include at least opaque memos and figures.
【請求項10】 前記出力工程は、前記比較手段の比較
結果の内、前記操作者のアクセスレベルが前記アノテー
ションのアクセスレベル以上のアノテーションが付加さ
れている文書画像データを検索結果として出力すること
を特徴とする請求項6に記載の画像検索方法。
10. The output step includes outputting, as a search result, document image data to which an annotation whose access level of the operator is equal to or higher than the access level of the annotation is added from among the comparison results of the comparison means. 7. The image search method according to claim 6, wherein:
【請求項11】 アノテーションが付加された文書画像
データを管理し、その管理されている文書画像データか
ら所望の文書画像データを検索する画像検索のプログラ
ムコードが格納されたコンピュータ可読メモリであっ
て、 前記文書画像データに対するアクセスレベルと、操作者
を対応づけて管理する第1管理テーブルと、該文書画像
データに付加されているアノテーションと、該アノテー
ションに対するアクセスレベルを対応づけて管理する第
2管理テーブルとを記憶媒体に記憶する記憶工程のプロ
グラムコードと、 検索条件と、該検索条件を入力する操作者を示す操作者
情報を入力する入力工程のプログラムコードと、 前記第1管理テーブルを参照して、前記入力工程で入力
された検索条件を含み、かつ前記操作者情報が示す操作
者のアクセスレベルを満たす文書画像データを検索する
検索工程のプログラムコードと、 前記第2管理テーブルを参照して、前記検索工程で検索
された文書画像データに付加されているアノテーション
のアクセスレベルと前記操作者情報が示す操作者のアク
セスレベルを比較する比較工程のプログラムコードと、 前記比較工程の比較結果に基づいて、前記検索工程で検
索された文書画像データから検索結果とする文書画像デ
ータを出力する出力工程のプログラムコードとを備える
ことを特徴とするコンピュータ可読メモリ。
11. A computer-readable memory storing an image retrieval program code for managing document image data to which an annotation has been added and retrieving desired document image data from the managed document image data, A first management table for managing the access level to the document image data in association with the operator; a second management table for managing the annotation added to the document image data in association with the access level to the annotation; With reference to the first management table, a program code of a storage step of storing in a storage medium, a search condition, and a program code of an input step of inputting operator information indicating an operator who inputs the search condition. The search condition input in the input step, and the operator information indicated by the operator information A program code for a search step of searching for document image data satisfying the access level; and an access level of an annotation added to the document image data searched for in the search step with reference to the second management table and the operator A program code for a comparison step of comparing the access level of the operator indicated by the information; and an output for outputting document image data as a search result from the document image data searched for in the search step based on the comparison result of the comparison step A computer readable memory comprising program code for a process.
JP27012198A 1998-09-24 1998-09-24 Image retrieval device, image retrieval method and computer-readable memory Withdrawn JP2000099234A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27012198A JP2000099234A (en) 1998-09-24 1998-09-24 Image retrieval device, image retrieval method and computer-readable memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27012198A JP2000099234A (en) 1998-09-24 1998-09-24 Image retrieval device, image retrieval method and computer-readable memory

Publications (1)

Publication Number Publication Date
JP2000099234A true JP2000099234A (en) 2000-04-07

Family

ID=17481850

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27012198A Withdrawn JP2000099234A (en) 1998-09-24 1998-09-24 Image retrieval device, image retrieval method and computer-readable memory

Country Status (1)

Country Link
JP (1) JP2000099234A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002304318A (en) * 2001-04-06 2002-10-18 Dainippon Printing Co Ltd Computer system and use control method therefor
WO2011016335A1 (en) * 2009-08-07 2011-02-10 シャープ株式会社 Content notifying device, notifying method, and program
US8261092B2 (en) 2007-12-04 2012-09-04 Ricoh Company, Ltd. Image retrieval system and method
JP2013003602A (en) * 2011-06-10 2013-01-07 Sharp Corp Information terminal, method for controlling information terminal, control program, and recording medium
JP2013003604A (en) * 2011-06-10 2013-01-07 Sharp Corp Information terminal, method for controlling information terminal, control program, and recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002304318A (en) * 2001-04-06 2002-10-18 Dainippon Printing Co Ltd Computer system and use control method therefor
US8261092B2 (en) 2007-12-04 2012-09-04 Ricoh Company, Ltd. Image retrieval system and method
WO2011016335A1 (en) * 2009-08-07 2011-02-10 シャープ株式会社 Content notifying device, notifying method, and program
JP5520954B2 (en) * 2009-08-07 2014-06-11 シャープ株式会社 Content notification device, notification method, and program
US8914364B2 (en) 2009-08-07 2014-12-16 Sharp Kabushiki Kaisha Content notifying device, notifying method, and program
JP2013003602A (en) * 2011-06-10 2013-01-07 Sharp Corp Information terminal, method for controlling information terminal, control program, and recording medium
JP2013003604A (en) * 2011-06-10 2013-01-07 Sharp Corp Information terminal, method for controlling information terminal, control program, and recording medium

Similar Documents

Publication Publication Date Title
US8032569B2 (en) Information management system, display system, management apparatus and program
US10114821B2 (en) Method and system to access to electronic business documents
US20100217769A1 (en) Related content display device and system
US6564222B1 (en) Information processing system and method that selects an appropriate information retrieval system based on a context in which a user makes a request for retrieval
WO2004111876A1 (en) Search system and method re-using a search condition
US20080140608A1 (en) Information Managing Apparatus, Method, and Program
JP2001337994A (en) Thumbnail display system and method and recording medium with processing program therefor recorded therein
US20110231430A1 (en) Content collecting apparatus, content collecting method, and non-transitory computer-readable recording medium encoded with content collecting program
JPH11224258A (en) Device and method for image retrieval and computer-readable memory
JP2000099535A (en) Picture retrieval device and method, and computer readable memory
JP2000099234A (en) Image retrieval device, image retrieval method and computer-readable memory
JP2001256255A (en) Device and method for retrieving data
US7100126B2 (en) Electrical form design and management method, and recording medium
JP2008234078A (en) Information processor, information processing method, information processing program, and recording medium in which information processing program is recorded
JPH11120191A (en) Document management system and method and storage medium
JPH1125077A (en) Device, system and method for managing document
JPH07249032A (en) Electronic filing device
JP2000137561A (en) Image retrieving device, its method and computer readable memory
US7660821B2 (en) Data storage system
JPH1145281A (en) Document processor, storage medium where document processing program is stored, and document processing method
JP2005339421A (en) Document management device, document management method, program and recording medium
JP4248447B2 (en) Information processing apparatus, information processing system, information processing method, and program
JP2005327023A (en) Retrieval system of full-text search using hit number expectancy
JPH10222528A (en) Information processor and method for controlling the same
JP2006338114A (en) Data management device and data management method

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110