JPH0785008A - Document input preserving and retrieving device - Google Patents
Document input preserving and retrieving deviceInfo
- Publication number
- JPH0785008A JPH0785008A JP5224266A JP22426693A JPH0785008A JP H0785008 A JPH0785008 A JP H0785008A JP 5224266 A JP5224266 A JP 5224266A JP 22426693 A JP22426693 A JP 22426693A JP H0785008 A JPH0785008 A JP H0785008A
- Authority
- JP
- Japan
- Prior art keywords
- document
- data
- code
- unit
- image
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Image Processing (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は文書を文字コードと制御
コードの集合として入力して保存し、画面に表示して検
索する文書入力保存検索装置の改良に関するものであ
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an improvement of a document input storage / retrieval device for inputting and storing a document as a set of a character code and a control code, displaying it on a screen and searching it.
【0002】[0002]
【従来の技術】一般に文書入力保存検索装置はワープロ
や編集機能付きの電子ファイリングシステムとして実現
されている。文書検索の方法としては、文書登録の際に
キーワードを付与することにより合理的な検索を可能と
しているものが多い。しかしこのキーワード付与作業は
煩雑であるため、より簡単な文書検索の方法が求められ
ている。そこで最近では、このキーワード付与を行わ
ず、文書を1ページごとに画面に順次表示(ここではペ
ージめくり表示と呼ぶ)することにより、目視によって
検索を行う方法を取る文書入力保存検索装置が登場して
いる。2. Description of the Related Art Generally, a document input storage / retrieval device is realized as a word processor or an electronic filing system with an editing function. Many document retrieval methods allow a rational retrieval by adding a keyword when registering a document. However, since this keyword assignment work is complicated, a simpler document retrieval method is required. Therefore, recently, a document input storage / retrieval device has been introduced which employs a method of visually searching by sequentially displaying a document page by page on the screen without assigning the keyword (herein referred to as page turning display). ing.
【0003】以下図面を参照しながら、上記した従来の
文書入力保存検索装置の一例について説明する。An example of the conventional document input storage / retrieval device will be described below with reference to the drawings.
【0004】図8は従来の文書入力保存検索装置の基本
構成を示すものである。図8において、401は文書を
文字コードと制御コードの集合として入力する文書入力
部、402はコードデータをイメージデータに展開する
イメージ展開部、403はイメージデータを圧縮するデ
ータ圧縮部、404は圧縮したデータを保存するデータ
保存部、405は保存したデータを読み出して元データ
に伸長するデータ伸長部、406は伸長した文書データ
をページめくり表示することによって目的の内容を検索
する文書表示検索部である。FIG. 8 shows the basic configuration of a conventional document input storage / retrieval device. In FIG. 8, 401 is a document input unit for inputting a document as a set of character codes and control codes, 402 is an image expansion unit for expanding code data into image data, 403 is a data compression unit for compressing image data, and 404 is compression. A data storage unit for storing the stored data, a data decompression unit 405 for reading the stored data and decompressing the decompressed data to the original data, and a document display search unit 406 for retrieving the desired contents by page-displaying the decompressed document data. is there.
【0005】以上のように構成された文書入力保存検索
装置について、3つの文書を入力して保存した後、読み
出してページめくり表示によって任意の文書を検索する
場合の動作を図9、図10を用いて説明する。ここでは
各文書は1ページから成り、検索は例えば文書のレイア
ウト構成を目視することにより行うこととする。図9は
文書表示検索部406により当該3文書を表示した例、
図10は前記3文書において用いられている文字の例と
して「飾」という文字の文字コード、制御コードとそれ
をイメージデータに展開した例である。まず、文書入力
部401により図9に示される3つの文書が文字コード
と制御コードの集合として入力される。ここで501に
示すように、文書2の「飾」という文字に「網かけ処
理」がされている。601はこの「飾」に文字コード
「3E7E」および網かけの制御コード「01」が対応
することを示す。同様に図10には文字に対するその他
の修飾の例とそれに対するコードデータが示されてい
る。文書入力保存検索装置としては、この文書を保存し
検索の要求があった際に高速に表示検索する必要があ
る。ここで、一般的には文書をコードデータのまま保存
すると、読み出したコードデータを表示用のイメージデ
ータに展開するのに時間がかかるため、高速な表示検索
ができない。そこで、ここでは文書を保存する前にイメ
ージ展開部402によりイメージ展開をする。また一般
的な文書では、イメージデータ量はコードデータ量より
もかなり大きなものとなり、データ保存部の記憶容量を
圧迫する。そのためイメージデータをデータ圧縮部40
3によりMH(Modified Huffman)等
のランレングス符号をはじめとする符号化(オーム社
「画像情報圧縮」テレビジョン学会編:等参照)を用い
てデータ圧縮してからデータ保存部404により保存す
る。表示の際はデータ伸長部405によりデータ伸長を
行い、文書表示検索部406によって図9に示すように
文書1、文書2、文書3の順序で1画面に1ページづつ
表示し、検索実行者はこの表示を目視することにより目
的の文書を検索する。With respect to the document input storage / retrieval device configured as described above, the operation in the case of inputting and storing three documents, reading them out, and retrieving an arbitrary document by page turning display will be described with reference to FIGS. 9 and 10. It demonstrates using. Here, each document consists of one page, and the search is performed by, for example, visually observing the layout configuration of the document. FIG. 9 shows an example in which the three documents are displayed by the document display search unit 406.
FIG. 10 shows a character code of a character "decoration", a control code and an example in which the character code is expanded into image data as an example of the character used in the three documents. First, the document input unit 401 inputs the three documents shown in FIG. 9 as a set of character codes and control codes. Here, as indicated by 501, the character “decoration” of the document 2 is “shaded”. Reference numeral 601 indicates that the character code “3E7E” and the shaded control code “01” correspond to this “decoration”. Similarly, FIG. 10 shows examples of other modifications to characters and code data for the modifications. As a document input storage / retrieval device, it is necessary to store this document and display and retrieve it at high speed when a retrieval request is made. Here, in general, if a document is stored as code data, it takes time to develop the read code data into image data for display, and therefore high-speed display search cannot be performed. Therefore, here, the image is expanded by the image expanding unit 402 before the document is stored. Further, in a general document, the image data amount becomes considerably larger than the code data amount, which puts pressure on the storage capacity of the data storage unit. Therefore, the image data is transferred to the data compression unit 40.
3, data is compressed using run length codes such as MH (Modified Huffman) (see "Image Information Compression", Television Society of Japan, Ohm Co., Ltd .: etc.), and then stored in the data storage unit 404. At the time of display, the data decompression unit 405 decompresses the data, and the document display / retrieval unit 406 displays document 1, document 2, and document 3 in this order, one page at a time, as shown in FIG. The target document is searched by visually observing this display.
【0006】[0006]
【発明が解決しようとする課題】しかしながら上記のよ
うな構成では、網かけ等の修飾表示が存在し、これは高
速なページめくり表示による検索の際にはほとんど不要
にもかかわらず、イメージデータの構成を複雑にしてい
る。このため、イメージ展開に時間がかかる、またデー
タの圧縮率が低下しデータ保存部に保存するイメージデ
ータ量が削減できない、さらに圧縮伸長速度が低下する
ため、文書保存処理および文書表示処理が高速化できな
いという問題点を有していた。However, in the above configuration, there is a modified display such as shading, which is almost unnecessary in the case of a search by a high-speed page turning display. It complicates the configuration. Therefore, it takes a long time to expand an image, the data compression rate is reduced, the amount of image data stored in the data storage unit cannot be reduced, and the compression / decompression speed is reduced. Therefore, the document storage processing and the document display processing are accelerated. It had a problem that it could not be done.
【0007】本発明は上記問題点に鑑み、高速なページ
めくり表示による文書検索において必要のない修飾等の
詳細イメージ情報を省略することにより、イメージ展開
を高速化し、圧縮率を向上させてイメージデータ量を削
減し、圧縮伸長速度を向上させて文書保存処理および文
書表示処理を高速化する文書入力保存検索装置を提供す
ることを目的とする。In view of the above problems, the present invention omits detailed image information such as decorations that are not necessary in a document search by high-speed page turning display, thereby speeding up image expansion and improving the compression ratio to improve image data. An object of the present invention is to provide a document input storage / retrieval device that reduces the amount and improves the compression / decompression speed to speed up document storage processing and document display processing.
【0008】[0008]
【課題を解決するための手段】上記問題点を解決するた
めに本発明の文書入力保存検索装置は、文書を文字コー
ドと制御コードの集合として入力する文書入力部と、入
力した文書を表示するためにコードデータをイメージデ
ータに展開するイメージ展開部と、イメージデータを圧
縮するデータ圧縮部と、圧縮したデータを保存するデー
タ保存部と、保存したデータを読み出して元データに伸
長するデータ伸長部と、伸長したデータを文書として表
示し目的の内容を検索する文書表示検索部とを備える一
方、前記文書入力手段により入力したコードデータの
内、特定のものを別のコードデータに置き換えるコード
変換部を持つという構成を備えたものである。In order to solve the above problems, a document input storage / retrieval device of the present invention displays a document input section for inputting a document as a set of character codes and control codes, and an input document. An image decompression unit that decompresses code data into image data, a data compression unit that compresses the image data, a data storage unit that stores the compressed data, and a data decompression unit that reads the stored data and decompresses it to the original data. And a document display search unit for displaying the decompressed data as a document and searching for a desired content, and a code conversion unit for replacing a specific one of the code data input by the document input means with another code data. It has a structure of having.
【0009】[0009]
【作用】本発明は上記問題点に鑑み、高速なページめく
り表示による文書検索において必要のない修飾等の詳細
イメージ情報を省略することにより、イメージ展開を高
速化し、圧縮率を向上させてイメージデータ量を削減
し、圧縮伸長速度を向上させて文書保存処理および文書
表示処理を高速化することができる。In view of the above problems, the present invention speeds up image expansion and improves compression ratio by omitting detailed image information such as decorations that are unnecessary in document retrieval by high-speed page turning display. The amount can be reduced, the compression / decompression speed can be improved, and the document storage process and the document display process can be speeded up.
【0010】[0010]
【実施例】以下本発明の一実施例の文書入力保存検索装
置について、図面を参照しながら説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS A document input storage / retrieval apparatus according to an embodiment of the present invention will be described below with reference to the drawings.
【0011】図1は本発明の実施例における文書入力保
存検索装置の基本構成を示すものである。図1におい
て、101は文書を文字コードと制御コードの集合とし
て入力する文書入力部、102は対応するイメージデー
タへの展開速度とイメージデータの圧縮効率が良くなる
ようにコードデータに対して適当な変換を行うためのコ
ード変換部、103は変換したコードデータをイメージ
データに展開するイメージ展開部、104はイメージデ
ータを圧縮するデータ圧縮部、105は圧縮したデータ
を保存するデータ保存部、106は保存したデータを読
み出して元データに伸長するデータ伸長部、107は伸
長した文書データをページめくり表示することによって
目的の内容を検索する文書表示検索部である。FIG. 1 shows the basic configuration of a document input storage / retrieval apparatus according to an embodiment of the present invention. In FIG. 1, reference numeral 101 denotes a document input unit for inputting a document as a set of character codes and control codes, and 102 is suitable for code data so as to improve the speed of decompressing corresponding image data and the compression efficiency of the image data. A code conversion unit for conversion, 103 is an image expansion unit that expands the converted code data into image data, 104 is a data compression unit that compresses the image data, 105 is a data storage unit that saves the compressed data, and 106 is A data decompression unit that reads the stored data and decompresses the original data, and a document display search unit 107 that searches the desired contents by page-displaying the decompressed document data.
【0012】以上のように構成された文書入力保存検索
装置について、3つの文書を入力して保存した後、ペー
ジめくり表示によって任意の文書を検索する場合の動作
を図2〜図7を用いて説明する。ここでは各文書は1ペ
ージから成り、検索は例えば文書のレイアウト構成を目
視することにより行うこととする。図2、図3は文書の
内容の例で図2は入力結果をそのままイメージ表示した
もの、図3は文書2の一部をコード変換した上で文書表
示検索部107により表示した例である。図4〜図7は
コード変換部102によるコードデータの変換例で、図
4は修飾またはサイズ変更を解除する場合、図5は小さ
な文字、記号を削除する場合、図6は漢字を省略形に変
更する場合、図7は複雑度の低い類似文字に変更する場
合である。With respect to the document input storage / retrieval apparatus configured as described above, the operation in the case of inputting and storing three documents and then searching for an arbitrary document by page turning display will be described with reference to FIGS. explain. Here, each document consists of one page, and the search is performed by, for example, visually observing the layout configuration of the document. 2 and 3 are examples of the contents of the document, FIG. 2 is an image display of the input result as it is, and FIG. 3 is an example of a part of the document 2 which is code-converted and then displayed by the document display search unit 107. 4 to 7 are examples of code data conversion by the code conversion unit 102. FIG. 4 is a case in which modification or size change is canceled, FIG. 5 is a case in which small characters and symbols are deleted, and FIG. When changing, FIG. 7 shows a case of changing to a similar character with low complexity.
【0013】まず、文書入力部101により図2に示さ
れる3つの文書が文字コードと制御コードの集合として
入力される。ここで文書2の201の枠内の文字には
「網かけ」等の修飾処理がされている。文書入力保存検
索装置としては、この文書を保存し検索の要求があった
際に高速に表示検索する必要がある。ここで、一般的に
は制御コードの種類が多いとコードデータを表示用のイ
メージデータに展開するのに時間がかかるため、文書を
コードデータのまま保存したのでは高速な表示検索がで
きない。そこで、ここでは文書を保存する前にイメージ
展開部103によりイメージ展開をする。また一般的な
文書では、イメージデータはコードデータよりもかなり
大きなものとなり、データ保存部の記憶容量を圧迫す
る。そのためイメージデータをデータ圧縮部104によ
りMH(Modified Huffman)等のラン
レングス符号をはじめとする符号化を用いてデータ圧縮
してからデータ保存部105により保存する。表示の際
はデータ伸長部106によりデータ伸長を行い、文書表
示検索部107によって図3に示すように文書1、文書
2、文書3の順序で1画面に1ページづつ表示し、検索
実行者はこの表示を目視することにより目的の文書を検
索する。First, the document input unit 101 inputs the three documents shown in FIG. 2 as a set of character codes and control codes. Here, the characters in the frame 201 of the document 2 are subjected to a modification process such as “shading”. As a document input storage / retrieval device, it is necessary to store this document and display and retrieve it at high speed when a retrieval request is made. Here, generally, if there are many types of control codes, it takes time to develop the code data into image data for display. Therefore, if the document is stored as the code data, high-speed display search cannot be performed. Therefore, here, the image expansion unit 103 expands the image before saving the document. Further, in a general document, the image data becomes much larger than the code data, which puts pressure on the storage capacity of the data storage unit. Therefore, the image data is compressed by the data compression unit 104 using encoding such as run length code such as MH (Modified Huffman), and then stored in the data storage unit 105. At the time of display, the data decompression unit 106 decompresses the data, and the document display retrieving unit 107 displays document 1, document 2, and document 3 in this order, one page at a time, as shown in FIG. The target document is searched by visually observing this display.
【0014】ここで、イメージ展開する前に、コード変
換部102により図4に示すようなコード変換をするこ
とにより、202の枠内に示すように文字修飾が解除さ
れイメージデータの複雑度が減少する。 なお、コード
変換の種類としては図4の他に図5〜図7の場合が考え
られる。図4は修飾またはサイズ変更を解除する場合、
図5は小さな文字、記号を削除する場合、図6は漢字を
省略形に変更する場合、図7は複雑度の低い類似文字に
変更する場合であり、いづれの場合も目視による検索に
大きな影響を与える事なく、イメージデータの複雑度を
減少させることができる。Here, by performing code conversion as shown in FIG. 4 by the code conversion unit 102 before image development, the character decoration is released as shown in the frame 202, and the complexity of the image data is reduced. To do. It should be noted that the types of code conversion may be the cases of FIGS. 5 to 7 in addition to FIG. Fig. 4 shows the case of canceling decoration or resizing
Fig. 5 shows the case of deleting small characters and symbols, Fig. 6 shows the case of changing Chinese characters into abbreviations, and Fig. 7 shows the case of changing similar characters with low complexity. In either case, the visual search is greatly affected. It is possible to reduce the complexity of the image data without giving
【0015】また、圧縮アルゴリズムとしては、MHの
他にModified Read(モディファイド・リ
ード、以下MRと称す。)、Modified Mod
ified Read(モディファイド・モディファイ
ド・リード、以下MMRと称す。)等も考えられる。As a compression algorithm, in addition to MH, Modified Read (Modified Read, hereinafter referred to as MR) and Modified Mod.
If "Readed Read" (Modified Modified Read, hereinafter referred to as MMR) is also considered.
【0016】さらに、目視による文書検索の際の注目内
容はレイアウト以外の何であっても良い。Further, the contents of interest in the visual document search may be anything other than the layout.
【0017】また、文書の表示方法は1画面1ページ全
体だけでなく、縮小表示、部分表示でも良いし、1画面
に複数ページを表示しても良い。The document display method is not limited to one page per one screen, and may be reduced display or partial display, or a plurality of pages may be displayed on one screen.
【0018】[0018]
【発明の効果】以上のように本発明によれば、コード入
力された文書をイメージデータに展開する前に、目視に
よるパラパラ表示検索の効率を落とさない範囲で使用さ
れている文字の複雑度を下げるようにコード変換するこ
とにより、イメージ展開を高速化し、圧縮率を向上させ
てイメージデータ量を削減し、圧縮伸長速度を向上させ
て文書保存処理および文書表示処理を高速化することが
できる。As described above, according to the present invention, before the code-input document is developed into image data, the complexity of the characters used within the range that does not reduce the efficiency of the visual flip display search can be reduced. By performing code conversion so as to lower the speed, the image expansion can be speeded up, the compression rate can be improved to reduce the image data amount, and the compression / decompression speed can be improved to speed up the document saving process and the document displaying process.
【図1】本発明にかかる文書入力保存検索装置の一実施
例の構成を示すブロック図FIG. 1 is a block diagram showing the configuration of an embodiment of a document input storage / retrieval device according to the present invention.
【図2】同実施例における文書表示検索部おける文書表
示の例を示す図FIG. 2 is a diagram showing an example of document display in a document display search unit in the embodiment.
【図3】同文書表示検索部おける文書表示の例を示す図FIG. 3 is a diagram showing an example of document display in the document display search unit.
【図4】同実施例におけるコード変換部において行うコ
ード変換の内容の例FIG. 4 is an example of contents of code conversion performed by a code conversion unit in the embodiment.
【図5】同コード変換部において行うコード変換の内容
の例を示す図FIG. 5 is a diagram showing an example of contents of code conversion performed in the code conversion unit.
【図6】同コード変換部において行うコード変換の内容
の例を示す図FIG. 6 is a diagram showing an example of contents of code conversion performed in the code conversion unit.
【図7】同コード変換部において行うコード変換の内容
の例を示す図FIG. 7 is a diagram showing an example of contents of code conversion performed in the code conversion unit.
【図8】従来の文書入力保存検索装置の構成を示すブロ
ック図を示す図FIG. 8 is a block diagram showing a configuration of a conventional document input storage / retrieval device.
【図9】従来の文書入力保存検索装置の文書表示検索部
おける文書表示の例を示す図FIG. 9 is a diagram showing an example of document display in a document display search unit of a conventional document input saving / searching device.
【図10】従来の文書入力保存検索装置の文書入力部に
より入力されたコードの例を示す図FIG. 10 is a diagram showing an example of a code input by a document input unit of a conventional document input storage / retrieval device.
101 文書入力部 102 コード変換部 103 イメージ展開部 104 データ圧縮部 105 データ保存部 106 データ伸長部 107 文書表示検索部 101 document input unit 102 code conversion unit 103 image decompression unit 104 data compression unit 105 data storage unit 106 data decompression unit 107 document display search unit
Claims (2)
て入力する文書入力部と、入力した文書を表示するため
にコードデータをイメージデータに展開するイメージ展
開部と、展開したイメージデータを文書として表示し目
的の内容を検索する文書表示検索部とを備える一方、前
記文書入力手段により入力したコードデータの内、特定
のものを別のコードデータに置き換えるコード変換部を
持つことを特徴とした文書入力保存検索装置。1. A document input unit for inputting a document as a set of character codes and control codes, an image expansion unit for expanding code data into image data for displaying the input document, and the expanded image data as a document. A document having a document display / retrieval unit for displaying and retrieving a desired content, and having a code conversion unit for replacing a particular one of the code data input by the document input means with another code data. Input save search device.
て入力する文書入力部と、入力した文書を表示するため
にコードデータをイメージデータに展開するイメージ展
開部と、イメージデータを圧縮するデータ圧縮部と、圧
縮したデータを保存するデータ保存部と、保存したデー
タを読み出して元データに伸長するデータ伸長部と、伸
長したデータを文書として表示し目的の内容を検索する
文書表示検索部とを備える一方、前記文書入力手段によ
り入力したコードデータの内、特定のものを別のコード
データに置き換えるコード変換部を持つことを特徴とし
た文書入力保存検索装置。2. A document input section for inputting a document as a set of character codes and control codes, an image expanding section for expanding code data into image data for displaying the input document, and a data compression for compressing the image data. Unit, a data storage unit that stores compressed data, a data decompression unit that reads the stored data and decompresses it to the original data, and a document display search unit that displays the decompressed data as a document and searches for the desired content. On the other hand, the document input storage / retrieval device characterized by having a code conversion unit for replacing a specific one of the code data input by the document input means with another code data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5224266A JPH0785008A (en) | 1993-09-09 | 1993-09-09 | Document input preserving and retrieving device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5224266A JPH0785008A (en) | 1993-09-09 | 1993-09-09 | Document input preserving and retrieving device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0785008A true JPH0785008A (en) | 1995-03-31 |
Family
ID=16811088
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5224266A Pending JPH0785008A (en) | 1993-09-09 | 1993-09-09 | Document input preserving and retrieving device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0785008A (en) |
-
1993
- 1993-09-09 JP JP5224266A patent/JPH0785008A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5943054A (en) | Function designate method for designating a variety of functions to be performed by a control unit | |
JP3045359B2 (en) | Image processing device | |
JPH10261969A (en) | Data compression method and its device | |
JPH0785008A (en) | Document input preserving and retrieving device | |
US5265076A (en) | Image retrieval apparatus using combination retrieval items | |
JP3325326B2 (en) | Electronic filing equipment | |
JPS62243067A (en) | Image file device | |
CN102567460A (en) | Method for image asynchronous decoding in document loading | |
JPH0486951A (en) | Picture retrieving device | |
JP2815750B2 (en) | High-speed data writing apparatus and high-speed data writing method | |
JPH02121064A (en) | Picture processor | |
JPH0525139B2 (en) | ||
JPS6263371A (en) | Picture information retrieving network system | |
WO1995026534A2 (en) | Graphic trade directory with data compression | |
JP2002149710A (en) | Compressing method and unfreeze method for vector data, and recording medium with recorded program actualizing the same methods | |
JPH0239380A (en) | Image processor | |
JPS63182155A (en) | Font pattern imaging device | |
JP2862736B2 (en) | Search method of document editing device | |
JPH10171964A (en) | Method and device for electronic filing | |
JPH0535796A (en) | Picture retrieving device | |
JPH06332666A (en) | Compressing method for data | |
JPS62243069A (en) | Image file device | |
JPH0476675A (en) | Image processing system | |
JPH04281570A (en) | Drawing management system | |
JPH07168844A (en) | Image retrieval device |