JP3116425B2 - Document search device - Google Patents

Document search device

Info

Publication number
JP3116425B2
JP3116425B2 JP03162784A JP16278491A JP3116425B2 JP 3116425 B2 JP3116425 B2 JP 3116425B2 JP 03162784 A JP03162784 A JP 03162784A JP 16278491 A JP16278491 A JP 16278491A JP 3116425 B2 JP3116425 B2 JP 3116425B2
Authority
JP
Japan
Prior art keywords
management table
page
storage
sector number
page management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP03162784A
Other languages
Japanese (ja)
Other versions
JPH0512349A (en
Inventor
優司 石津
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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP03162784A priority Critical patent/JP3116425B2/en
Publication of JPH0512349A publication Critical patent/JPH0512349A/en
Application granted granted Critical
Publication of JP3116425B2 publication Critical patent/JP3116425B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、文書・画像データを光
磁気ディスク等の記憶媒体に記録して、必要時検索する
文書検索装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document retrieving apparatus for recording document / image data on a storage medium such as a magneto-optical disk and retrieving it when necessary.

【0002】[0002]

【従来の技術】近年、文書・画像情報をデータ・ベース
として光磁気ディスク上に蓄積し、これらを検索して活
用するための文書検索装置が増えてきている。これらの
装置では頁を昇順あるいは降順に順番に呼び出して表示
するといった頁めくりと呼ばれる機能が付加されてい
る。
2. Description of the Related Art In recent years, a document search apparatus for storing document / image information as a data base on a magneto-optical disk, and searching for and utilizing them has been increasing. In these apparatuses, a function called page turning, such as calling and displaying pages in ascending or descending order, is added.

【0003】[0003]

【発明が解決しようとする課題】頁めくり機能では頁デ
ータをいかに速く順次呼び出すかが重要な課題である。
In the page turning function, it is an important problem how to sequentially call page data.

【0004】[0004]

【課題を解決するための手段】この課題を解決するため
に本発明は、文書管理テーブルと頁管理テーブルを設
け、文書管理テーブルに先頭頁の頁管理テーブルと最終
頁の頁管理テーブルの記憶媒体上の格納セクタ番号を記
録する。各々の頁管理テーブルには前頁の頁管理テーブ
ルの格納セクタ番号、およびその頁の頁管理テーブル自
身の格納セクタ番号、および次頁管理テーブルがあれば
その次頁管理テーブルの格納セクタ番号を記憶媒体に記
録し、文書管理テーブルと1つの頁管理テーブルは主記
憶上に常駐させ、これらの文書管理テーブルと頁管理テ
ーブルから頁データを順次呼び出す中央処理装置を設け
た。
In order to solve this problem, the present invention provides a document management table and a page management table, and the storage medium of the first page management table and the last page management table in the document management table. Record the upper storage sector number. Each page management table stores the storage sector number of the previous page management table, the storage sector number of the page management table itself for that page, and the storage sector number of the next page management table if there is a next page management table. The document management table and one page management table are recorded on a medium, and the document management table and one page management table are resident on the main memory. A central processing unit is provided for sequentially retrieving page data from the document management table and the page management table.

【0005】[0005]

【作用】本発明では、文書管理テーブルと1つの頁管理
テーブルを主記憶装置の主記憶上に常駐させ、又記憶媒
体にも文書管理テーブル及び頁毎の頁管理テーブルを記
録する。そして、先頭頁及び最終頁の頁管理テーブルの
セクタ番号を文書管理テーブルに記録し、又各頁管理テ
ーブルには前頁・自頁及び次頁の頁管理テーブルの格納
セクタ番号、及び頁のエントリのセクタ数を記録してい
る。検索はこれらのテーブルのセクタ番号・セクタ数に
より記録番地を算出して迅速に頁めくりを行う。
According to the present invention, the document management table and one page management table are resident on the main memory of the main storage device, and the document management table and the page management table for each page are also recorded on the storage medium. Then, the sector numbers of the page management table of the first page and the last page are recorded in the document management table, and the storage sector numbers of the page management tables of the previous page, own page and the next page, and the entry of the page are stored in each page management table. The number of sectors is recorded. In the search, the recording address is calculated based on the sector number and the number of sectors in these tables, and the page is turned quickly.

【0006】[0006]

【実施例】以下、本発明の一実施例を図面を参照して詳
細に説明する。図1は実施例の文書管理テーブルと頁管
理テーブルと頁データの相関関係を示す説明図、図2は
実施例の構成ブロック図、図3〜7は実施例の動作を示
すフローチャートである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below in detail with reference to the drawings. FIG. 1 is an explanatory diagram showing the correlation between a document management table, a page management table, and page data according to the embodiment. FIG. 2 is a block diagram showing the configuration of the embodiment. FIGS. 3 to 7 are flowcharts showing the operation of the embodiment.

【0007】図2において中央処理装置31は、本発明
の文書・画像データ取得方式を実現すべく、以下に述べ
る様に各装置の制御や論理判断を行う。図2の32は主
記憶装置、33は光磁気ディスクドライブ装置、34は
光磁気ディスク、35はディスプレイ装置、36はスキ
ャナ、37はデータバス、38はアドレスバス、39は
キーボードである。
In FIG. 2, a central processing unit 31 performs control and logical judgment of each device as described below in order to realize the document / image data acquisition system of the present invention. 2, 32 is a main storage device, 33 is a magneto-optical disk drive device, 34 is a magneto-optical disk, 35 is a display device, 36 is a scanner, 37 is a data bus, 38 is an address bus, and 39 is a keyboard.

【0008】まず文書登録時の説明をする。本発明は、
新規の文書登録時に図1のような文書管理テーブル及び
先頭頁の頁管理テーブル1を、図2の光磁気ディスクド
ライブ装置3を介して光磁気ディスク4上に生成する。
このとき文書管理テーブルの「先頭頁管理テーブル格納
セクタ番号」と「最終頁管理テーブル格納セクタ番号」
に頁管理テーブル1の格納セクタ番号を記録する。また
文書管理テーブルの「頁数」に0を記録する。
First, a description will be given at the time of document registration. The present invention
When a new document is registered, a document management table as shown in FIG. 1 and a page management table 1 for the first page are generated on the magneto-optical disk 4 via the magneto-optical disk drive 3 in FIG.
At this time, the "first page management table storage sector number" and the "last page management table storage sector number" of the document management table are used.
Of the page management table 1 are recorded. Also, 0 is recorded in the “number of pages” of the document management table.

【0009】頁管理テーブル1の「前頁管理テーブル格
納セクタ番号」には0を、「自頁管理テーブル格納セク
タ番号」には頁管理テーブル1の格納セクタ番号を、
「次頁管理テーブル格納セクタ番号」には0を記録す
る。この後、図2のスキャナ6より読み込まれた1頁目
のデータを光磁気ディスク上に記録するとともに、その
格納セクタ番号とセクタ数を頁管理テーブル0の「エン
トリ1(頁1)の格納セクタ番号」と「エントリ1(頁
1)の格納セクタ数」にそれぞれ記録し、文書管理テー
ブルの「頁数」の内容を1つ増やしておく。
In the page management table 1, "0" is stored in the "previous page management table storage sector number", and "stored page management table storage sector number" is stored in the page management table 1.
0 is recorded in the “next page management table storage sector number”. Thereafter, the data of the first page read by the scanner 6 shown in FIG. 2 is recorded on the magneto-optical disk, and the storage sector number and the number of sectors are stored in the "entry 1 (page 1) storage sector" of the page management table 0. No. "and" the number of storage sectors of entry 1 (page 1) "respectively, and the content of" number of pages "in the document management table is increased by one.

【0010】以下同様に10頁目まで登録した後、11
頁目を記録する場合を考える。ここでひとつの頁管理テ
ーブルには10頁分しか登録エントリがないものとす
る。
[0010] Similarly, after registering up to the tenth page, 11
Consider the case of recording the page. Here, it is assumed that only one page management table has registration entries for ten pages.

【0011】そこで本発明では、11頁目のデータを光
磁気ディスク上に格納した後、あらたに頁管理テーブル
2を光磁気ディスク上に生成する。この時、文書管理テ
ーブルの「最終頁管理テーブル格納セクタ番号」には頁
管理テーブル2の格納セクタ番号を記録する。頁管理テ
ーブル1の「次頁管理テーブル格納セクタ番号」には頁
管理テーブル2の格納セクタ番号を記録する。さらに頁
管理テーブル2の「前頁管理テーブル格納セクタ番号」
には頁管理テーブル1の格納セクタ番号を、「自頁管理
テーブル格納セクタ番号」には頁管理テーブル2の格納
セクタ番号を、「次頁管理テーブル格納セクタ番号」に
は0を記録する。
Therefore, in the present invention, after storing the data of the eleventh page on the magneto-optical disk, the page management table 2 is newly generated on the magneto-optical disk. At this time, the storage sector number of the page management table 2 is recorded in “sector number of last page management table storage” of the document management table. In the “next page management table storage sector number” of the page management table 1, the storage sector number of the page management table 2 is recorded. Further, "previous page management table storage sector number" of page management table 2
, The storage sector number of the page management table 1, the storage sector number of the page management table 2 in the “own page management table storage sector number”, and 0 in the “next page management table storage sector number”.

【0012】さらに11頁目のデータの格納セクタ番号
とセクタ数を頁管理テーブル2の「エントリ1(頁1
1)の格納セクタ番号」と「エントリ1(頁11)の格
納セクタ数」にそれぞれ記録し、すでに10になってい
る文書管理テーブルの「頁数」の内容を1つ増やしてお
く。
Further, the storage sector number and the number of sectors of the data of the eleventh page are set in the “entry 1 (page 1
1) and “the number of storage sectors of entry 1 (page 11)”, respectively, and the content of “number of pages” of the document management table which is already 10 is increased by one.

【0013】以下同様に20頁目まで登録した後、21
頁目を記録する場合を考える。21頁目のデータを光磁
気ディスク上に格納した後、あらたに頁管理テーブル3
を光磁気ディスク上に生成する。
Similarly, after registering up to the 20th page, 21
Consider the case of recording the page. After storing the data of the 21st page on the magneto-optical disk, the page management table 3 is newly created.
Is generated on the magneto-optical disk.

【0014】この時、文書管理テーブルの「最終頁管理
テーブル格納セクタ番号」には頁管理テーブル3の格納
セクタ番号を記録する。頁管理テーブル2の「次頁管理
テーブル格納セクタ番号」には頁管理テーブル3の格納
セクタ番号を記録する。さらに頁管理テーブル3の「前
頁管理テーブル格納セクタ番号」には頁管理テーブル2
の格納セクタ番号を、「自頁管理テーブル格納セクタ番
号」には頁管理テーブル3の格納セクタ番号を、「次頁
管理テーブル格納セクタ番号」には0を記録する。
At this time, the storage sector number of the page management table 3 is recorded in the “last page management table storage sector number” of the document management table. In the “next page management table storage sector number” of the page management table 2, the storage sector number of the page management table 3 is recorded. Further, the “page management table 2” is stored in the “previous page management table storage sector number” of the page management table 3.
, The storage sector number of the page management table 3 is recorded in “own page management table storage sector number”, and 0 is recorded in “next page management table storage sector number”.

【0015】さらに21頁目のデータの格納セクタ番号
とセクタ数を頁管理テーブル3の「エントリ1(頁2
1)の格納セクタ番号」と「エントリ1(頁21)の格
納セクタ数」にそれぞれ記録し、すでに20になってい
る文書管理テーブルの「頁数」の内容を1つ増やしてお
く。以下同様に25頁目まで登録したものとする。
Further, the storage sector number and the number of sectors of the data of the twenty-first page are stored in the "entry 1 (page 2)" of the page management table 3.
1) and “the number of storage sectors of entry 1 (page 21)”, respectively, and the content of “number of pages” in the document management table which is already 20 is increased by one. Hereinafter, it is assumed that up to the 25th page has been registered.

【0016】次いで文書の頁めくり検索について図3を
参照して説明する。まず検索された所望の文書の表示を
行う場合、本発明は図2の主記憶装置2上に常駐されて
いる文書管理テーブルの「先頭頁管理テーブル格納セク
タ番号」を参照して頁管理テーブル1を光磁気ディスク
4より主記憶装置2上に読み出してくる(ステップS
1)。
Next, a page turning search of a document will be described with reference to FIG. First, when displaying the retrieved desired document, the present invention refers to the "first page management table storage sector number" of the document management table resident on the main storage device 2 in FIG. Is read from the magneto-optical disk 4 onto the main storage device 2 (step S
1).

【0017】さらに現在の呼び出し頁を表わす変数P
(ここでは1から25まで可変)に1を、その呼び出し
頁の頁管理テーブル内のエントリ番号を表わす変数E
(ここでは1から10まで可変)に1を代入する(ステ
ップS2,ステップS3)。ついで頁管理テーブルの
「エントリEの格納セクタ番号」と「エントリEの格納
セクタ数」を参照して頁データを光磁気ディスク4から
主記憶装置2上に読み出して、頁のイメージをディスプ
レイ装置5に表示する(ステップS4)。
Further, a variable P representing the current calling page
(Here, variable from 1 to 25) is set to 1 and a variable E representing the entry number in the page management table of the called page is set.
1 is substituted for (variable here from 1 to 10) (step S2, step S3). Next, the page data is read out from the magneto-optical disk 4 onto the main storage device 2 with reference to the "storage sector number of the entry E" and the "number of storage sectors of the entry E" in the page management table, and the image of the page is displayed on the display device 5. (Step S4).

【0018】その後コマンドを受け取る(ステップS
5)。ステップS6で順方向の頁めくりコマンドを受け
取ったと判断すればステップS9へ進み、そうでなけれ
ばステップS7へ進む。ステップS9でPが文書管理テ
ーブルの「頁数」と等しいと判断すればステップS15
へ、そうでなければステップS10へ進む。
Thereafter, a command is received (step S
5). If it is determined in step S6 that a forward page turning command has been received, the process proceeds to step S9; otherwise, the process proceeds to step S7. If it is determined in step S9 that P is equal to "number of pages" in the document management table, step S15
Otherwise, the process proceeds to step S10.

【0019】ステップS15で頁管理テーブルの「自頁
管理テーブル格納セクタ番号」と文書管理テーブルの
「先頭頁管理テーブル格納セクタ番号」が等しいと判断
すればステップS17へ、そうでなければステップS1
6へ進む。ステップS16では文書管理テーブルの「先
頭頁管理テーブル格納セクタ番号」を参照して先頭頁管
理テーブルを読み出す。ついでPに1を、Eに1を代入
し(ステップS17,ステップS18)、ステップS4
へ戻る。ステップS10でPを10で割った剰余が0で
あると判断すればステップS13へ進み、そうでなけれ
ばステップS11へ進む。
If it is determined in step S15 that the "sector number of the own page management table" in the page management table is equal to the "sector number of the first page management table" in the document management table, the process proceeds to step S17.
Proceed to 6. In step S16, the first page management table is read with reference to the "first page management table storage sector number" of the document management table. Then, 1 is substituted into P and 1 is substituted into E (step S17, step S18), and step S4
Return to If it is determined in step S10 that the remainder obtained by dividing P by 10 is 0, the process proceeds to step S13; otherwise, the process proceeds to step S11.

【0020】ステップS13では頁管理テーブルの「次
頁管理テーブル格納セクタ番号」を参照して次頁管理テ
ーブルを読み出し、ステップS14でEに1を代入す
る。ステップS11ではEを1つ増やす。ステップS1
2ではPを1つ増やした後、ステップS4に戻る。
In step S13, the next page management table is read with reference to the "next page management table storage sector number" in the page management table, and 1 is substituted for E in step S14. In step S11, E is increased by one. Step S1
In 2, after P is increased by one, the process returns to step S4.

【0021】ステップS7で逆方向の頁めくりコマンド
を受け取ったと判断した場合ステップS19へ進み、そ
うでなければステップS8へ進む。ステップS19でP
が1と等しいと判断すればステップS25へ、そうでな
ければステップS20へ進む。
If it is determined in step S7 that a reverse page turning command has been received, the process proceeds to step S19, and if not, the process proceeds to step S8. P in step S19
Is determined to be equal to 1, the process proceeds to step S25; otherwise, the process proceeds to step S20.

【0022】ステップS25で頁管理テーブルの「自頁
管理テーブル格納セクタ番号」と文書管理テーブルの
「最終頁管理テーブル格納セクタ番号」が等しいと判断
すればステップS27へ、そうでなければステップS2
6へ進む。ステップS26では文書管理テーブルの「最
終頁管理テーブル格納セクタ番号」を参照して最終頁管
理テーブルを読み出す。ついでPに文書管理テーブルの
「頁数」を、Eに「頁数」を10で割った剰余を代入し
(ステップS27,ステップS28)、ステップS4へ
戻る。
If it is determined in step S25 that "the own page management table storage sector number" of the page management table is equal to "the last page management table storage sector number" of the document management table, the process proceeds to step S27.
Proceed to 6. In step S26, the last page management table is read out with reference to the "last page management table storage sector number" of the document management table. Then, the “number of pages” of the document management table is substituted for P, and the remainder obtained by dividing the “number of pages” by 10 is substituted for E (steps S27 and S28), and the process returns to step S4.

【0023】ステップS20でPを10で割った剰余が
1であると判断すればステップS23へ進み、そうでな
ければステップS21へ進む。ステップS23では頁管
理テーブルの「前頁管理テーブル格納セクタ番号」を参
照して前頁管理テーブルを読み出し、ステップS24で
Eに1を代入する。ステップS21ではEを1つ減じ
る。ステップS22ではPを1つ減じた後、ステップS
4に戻る。
If it is determined in step S20 that the remainder obtained by dividing P by 10 is 1, the flow proceeds to step S23, and if not, the flow proceeds to step S21. In step S23, the previous page management table is read with reference to the "previous page management table storage sector number" of the page management table, and 1 is substituted for E in step S24. In step S21, E is decremented by one. In step S22, P is decremented by one, and then step S22 is performed.
Return to 4.

【0024】ステップS8で検索終了のコマンドを受け
取ったと判断すれば、処理を終了しそうでなければステ
ップS5へ戻る。
If it is determined in step S8 that a search end command has been received, the process is not ended. If not, the process returns to step S5.

【0025】次いで頁管理テーブルの内容を変更する場
合について説明する。仮に頁管理テーブル2のエントリ
1の内容を変更した場合、頁管理テーブル2の「自頁管
理テーブル格納セクタ番号」のセクタに変更後の頁管理
テーブル2を書き戻す。
Next, a case where the contents of the page management table are changed will be described. If the contents of the entry 1 of the page management table 2 are changed, the changed page management table 2 is written back to the sector of the "own page management table storage sector number" of the page management table 2.

【0026】[0026]

【発明の効果】本発明により、頁データを効率よく管理
でき、順・逆両方向の頁めくりを高速に行うことができ
るばかりでなく、頁データの変更が生じた場合にも容易
に更新ができる。
According to the present invention, page data can be efficiently managed, page turning in both forward and reverse directions can be performed at high speed, and even when page data is changed, it can be easily updated. .

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

【図1】本発明の実施例の文書管理テーブルと頁管理テ
ーブルと頁データの相関関係を示す説明図
FIG. 1 is an explanatory diagram showing a correlation between a document management table, a page management table, and page data according to an embodiment of the present invention.

【図2】本発明を採用した一実施例である文書検索装置
の構成を示すブロック図
FIG. 2 is a block diagram illustrating a configuration of a document search device according to an embodiment of the present invention;

【図3】本発明を採用した一実施例の頁めくり検索処理
のフローチャート
FIG. 3 is a flowchart of a page turning search process according to an embodiment of the present invention;

【図4】実施例の順方向頁めくりのサブルーチンのフロ
ーチャート
FIG. 4 is a flowchart of a forward page turning subroutine according to the embodiment;

【図5】実施例の逆方向頁めくりのサブルーチンのフロ
ーチャート
FIG. 5 is a flowchart of a reverse page turning subroutine of the embodiment.

【図6】実施例の順方向頁めくりのエンド処理のサブル
ーチンのフローチャート
FIG. 6 is a flowchart of a subroutine of end processing of forward page turning according to the embodiment.

【図7】実施例の逆方向頁めくりのエンド処理のサブル
ーチンのフローチャート
FIG. 7 is a flowchart of a subroutine of end processing of reverse page turning of the embodiment.

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

1 中央処理装置 2 主記憶装置 3 光磁気ディスクドライブ装置 4 光磁気ディスク 5 ディスプレイ装置 6 スキャナ DESCRIPTION OF SYMBOLS 1 Central processing unit 2 Main storage device 3 Magneto-optical disk drive device 4 Magneto-optical disk 5 Display device 6 Scanner

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 17/30 380 Continuation of front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 17/30 380

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】光磁気ディスク・フロッピーディスク等の
ランダムアクセスできる記憶媒体と、前記記憶媒体に文
書・画像データを書き込み及び読み取りするディスクド
ライブ装置と、データ内容及び検索操作指示の文字等を
表示するディスプレイ装置と、文字入力装置と、文書・
画像データをイメージで入力するイメージ入力装置と、
前頁の頁管理テーブルの格納セクタ番号の記憶欄・自頁
の頁管理テーブルの格納セクタ番号の記録欄・次頁の頁
管理テーブル格納セクタ番号の記録欄・各エントリの頁
の格納セクタ数の記録欄をもつ頁管理テーブル及び先頭
頁の頁管理テーブルの格納セクタ番号の記録欄・最終頁
の頁管理テーブルの格納セクタ番号の記録欄・頁数記録
欄とを有する文書管理テーブルの記憶領域を有する主記
憶装置と、主記憶装置の各テーブルのセクタ番号の記録
欄に最新データのセクタ数を記録し、又主記憶装置の各
テーブルを記憶媒体に生成し、イメージ入力装置で入力
した文書・画像データを記録媒体に記録する毎に記録セ
クタ番号の記録・更新と新たな頁管理テーブルの創設を
行ない、文書管理テーブルと頁管理テーブルのセクタ番
号に基づいて検索を行う中央処理装置とを備えたことを
特徴とする文書検索装置。
1. A storage medium such as a magneto-optical disk or a floppy disk which can be accessed randomly, a disk drive device for writing and reading document / image data to / from the storage medium, and data contents and characters for a search operation instruction are displayed. Display device, character input device, document
An image input device for inputting image data as an image,
The storage column of the storage sector number of the page management table of the previous page, the storage column of the storage sector number of the page management table of the own page, the recording column of the storage sector number of the page management table of the next page, and the number of storage sectors of the page of each entry. A storage area of a document management table having a page management table having a recording section, a storage section of a storage sector number of a page management table of a first page, a storage section of a storage sector number of a page management table of a last page, and a page number recording section. The main storage device, and the number of sectors of the latest data are recorded in the recording column of the sector number of each table of the main storage device. Each time image data is recorded on a recording medium, recording / updating of the recording sector number and creation of a new page management table are performed, and retrieval is performed based on the sector numbers of the document management table and the page management table. Document search apparatus characterized by comprising a central processing unit that performs.
JP03162784A 1991-07-03 1991-07-03 Document search device Expired - Fee Related JP3116425B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP03162784A JP3116425B2 (en) 1991-07-03 1991-07-03 Document search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP03162784A JP3116425B2 (en) 1991-07-03 1991-07-03 Document search device

Publications (2)

Publication Number Publication Date
JPH0512349A JPH0512349A (en) 1993-01-22
JP3116425B2 true JP3116425B2 (en) 2000-12-11

Family

ID=15761144

Family Applications (1)

Application Number Title Priority Date Filing Date
JP03162784A Expired - Fee Related JP3116425B2 (en) 1991-07-03 1991-07-03 Document search device

Country Status (1)

Country Link
JP (1) JP3116425B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9379265B2 (en) 2008-09-29 2016-06-28 Sol Chip Ltd. Integrated circuit combination of a target integrated circuit, photovoltaic cells and light sensitive diodes connected to enable a self-sufficient light detector device

Also Published As

Publication number Publication date
JPH0512349A (en) 1993-01-22

Similar Documents

Publication Publication Date Title
KR920004985A (en) Data file directory information recording method and data storage medium
KR910014928A (en) Retrieval method of data disc and recorded data on data disc
JP3116425B2 (en) Document search device
JPS62226375A (en) Picture information retrieving system
JPH07249032A (en) Electronic filing device
JPS63156477A (en) Image file device
JP2861352B2 (en) CD-I system
JP3483264B2 (en) Information storage device
JPH05127964A (en) Page version managing method
JPH0512405A (en) Image information memory retrieving device
JPH05197757A (en) Method for managing retrieval data for filing system device
JPH07508364A (en) Method and apparatus for storing and displaying documents
JP2503357B2 (en) Information processing device
JPH06301723A (en) Information processor
JPH10106233A (en) Image recording method
JPH0528196A (en) Electronic filing device
JPH0528240A (en) Method and device for displaying picture for picture document filing system
JP3103209B2 (en) Image file device
JPH05174025A (en) Electronic filing device
JPH04116737A (en) Electronic filing device
JPH04359373A (en) Electronic filing device
JPH0664599B2 (en) Document file search device
JPH07326128A (en) Information reproducing device and information reproducing method
JPS60225938A (en) Information retrieving system
JPS62226277A (en) Retrieving system for picture information

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees