JPH10301954A - Image search method and image search system - Google Patents
Image search method and image search systemInfo
- Publication number
- JPH10301954A JPH10301954A JP9112161A JP11216197A JPH10301954A JP H10301954 A JPH10301954 A JP H10301954A JP 9112161 A JP9112161 A JP 9112161A JP 11216197 A JP11216197 A JP 11216197A JP H10301954 A JPH10301954 A JP H10301954A
- Authority
- JP
- Japan
- Prior art keywords
- data
- image
- search
- file
- image data
- 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
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Facsimiles In General (AREA)
- Facsimile Transmission Control (AREA)
Abstract
(57)【要約】
【課題】 ファクシミリからWWW上のHTMLファイ
ルを検索して画像として受信するには、ファイルの検索
時間に加えてその画像データへの変換に時間がかかる。
【解決手段】 URL指定(S1)とそのアドレスへの
変換(S2)によりHTMLファイルを検索し(S
3)、このHTMLファイルを保存しておく(S4)。
次回のHTMLファイル検索時に、過去に検索されたH
TMLファイルと比較し(S5)、同一であれば過去の
検索、画像変換でキャッシングされている画像データを
取り出し(S6)、ファクシミリ端末にデータ送信する
(S9)。HTMLファイルが異なる場合、HTMLフ
ァイルを画像変換する(S7)。次回以降の検索のため
に、生成された画像データはキャッシングしておく(S
8)。
(57) [Problem] To retrieve an HTML file on the WWW from a facsimile and receive it as an image, it takes time to convert the image data into the image data in addition to the file retrieval time. SOLUTION: An HTML file is searched by URL specification (S1) and conversion to its address (S2) (S1).
3) Save this HTML file (S4).
At the next HTML file search, H
The data is compared with the TML file (S5), and if they are the same, the image data cached by the past search and image conversion is extracted (S6) and transmitted to the facsimile terminal (S9). If the HTML files are different, the HTML files are image-converted (S7). The generated image data is cached for the next and subsequent searches (S
8).
Description
【0001】[0001]
【発明の属する技術分野】本発明は、電気通信設備で構
成されるネットワークを介してファクシミリ端末からイ
ンタネット上のWWW(WorldWideWeb)に
アクセスし、検索したHTML(HyperTextM
arkupLanguage)ファイルを画像変換して
取り出すための画像検索方法及び画像検索システムに関
する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an HTML (HyperTextM) system which accesses a WWW (World Wide Web) on the Internet from a facsimile terminal via a network constituted by telecommunication facilities and searches for the HTML (HyperTextM).
The present invention relates to an image search method and an image search system for converting an image into an image (arkupLanguage) file.
【0002】[0002]
【従来の技術】ファクシミリ端末からインタネット上の
WWWにアクセスすることによって、情報を取り出せる
システムとしてWebFax等がある(文献:月刊イン
トラネット 1997年2月号、SOFTBANK,P.180
〜181)。2. Description of the Related Art As a system capable of extracting information by accessing a WWW on the Internet from a facsimile terminal, there is WebFax or the like (document: Monthly Intranet February 1997, SOFTBANK, p. 180).
~ 181).
【0003】従来のシステムの一例を図3に示す。この
システムでは、ファクシミリ端末1から公衆通信網2を
介して検索装置3に検索要求し、検索装置3がインタネ
ット上のHTMLファイルを検索し、この検索したファ
イルをファックス出力用の画像データに変換してファク
シミリ1側に送信する。FIG. 3 shows an example of a conventional system. In this system, a search request is sent from a facsimile terminal 1 to a search device 3 via a public communication network 2, the search device 3 searches for an HTML file on the Internet, and converts the searched file into image data for fax output. To the facsimile 1 side.
【0004】検索装置3は、回線接続の応答制御、ユー
ザが入力したPB音の解析、及び送信画像データをファ
クシミリ端末に出力する手段を有する回線応答制御部
と、HTTP(HyperTextTransform
erProtocol)に従ってWWW上のデータを検
索するWWW検索部と、蓄積したURL(Unifor
mResourceLocator)情報と対応する番
号情報を基に番号をURLアドレスに変換するURLア
ドレス/番号変換部と、WWW検索部により得られたH
TMLファイルを解析し、ファクシミリ端末に送信する
ための画像データに変換する画像変換部とを備える。The search device 3 includes a line response control unit having means for controlling line connection response, analyzing PB sound input by a user, and outputting transmission image data to a facsimile terminal, and an HTTP (HyperTextTransform).
a WWW search unit for searching data on the WWW in accordance with the stored URL (Uniform Protocol).
a URL address / number conversion unit for converting a number into a URL address based on the number information corresponding to the (mResourceLocator) information, and H obtained by the WWW search unit.
An image conversion unit that analyzes the TML file and converts the TML file into image data to be transmitted to a facsimile terminal.
【0005】このようなシステムでは、ファクシミリ端
末から入力するPBでURL(UniformReso
urceLocator)アドレスを指定するたびにH
TMLファイルを検索し、画像変換を行うため、データ
送信までに時間がかかるという問題があった。[0005] In such a system, a PB input from a facsimile terminal uses a URL (UniformResoRe).
sourceLocator) H every time an address is specified
Since a TML file is searched and an image is converted, it takes a long time to transmit data.
【0006】このため、WWWサーバのキャッシュ機能
を利用してHTMLファイルをキャッシングし、過去に
検索したのと同じホームページを検索する場合は、キャ
ッシングしたHTMLファイルを利用することにより検
索時間を短縮するキャッシュ型ファイル検索方式があ
る。[0006] Therefore, when caching an HTML file using the cache function of the WWW server and searching for the same home page as the one searched in the past, a cache that shortens the search time by using the cached HTML file is used. There is a type file search method.
【0007】[0007]
【発明が解決しようとする課題】従来のキャッシュ型フ
ァイル検索方式では、ファイルの検索時間を短縮できる
が、ファイルの検索のたびにその画像変換が実行される
ため、画像変換時間が短縮できないという問題があっ
た。In the conventional cache type file search method, the file search time can be reduced. However, since the image conversion is performed every time the file is searched, the image conversion time cannot be reduced. there were.
【0008】本発明の目的は、ネットワークを介してフ
ァクシミリ端末からインタネット上のWWWを検索する
において、画像変換時間も短縮した送信ができる画像検
索方法及び画像検索システムを提供することにある。It is an object of the present invention to provide an image search method and an image search system capable of performing transmission with a reduced image conversion time when searching a WWW on the Internet from a facsimile terminal via a network.
【0009】[0009]
【課題を解決するための手段】本発明は、ファクシミリ
端末から公衆通信網を介して検索装置にHTMLファイ
ルの検索を要求し、検索装置がURL情報及びHTTP
に従ってインタネット上のHTMLファイルを検索し、
この検索したファイルをファックス出力用の画像データ
に変換してファクシミリ端末側に送信する画像検索方法
において、URL情報と該URL情報に対応する番号情
報等を保存しておき、ファイル検索に使用したデータ及
び画像変換された送信画像データをキャッシュデータと
して保存しておき、ファイル検索の要求に対して過去に
検索したホームページでデータに変更がないか否かのデ
ータ比較をし、変更がない場合は保存しておいた画像デ
ータを送信し、変更があった場合は新たに画像データを
作成して送信することを特徴とする。According to the present invention, a facsimile terminal requests a retrieval device to retrieve an HTML file via a public communication network, and the retrieval device transmits the URL information and HTTP.
Search the HTML file on the Internet according to
In the image search method of converting the searched file into image data for facsimile output and sending the image data to the facsimile terminal, URL information and number information corresponding to the URL information are stored, and the data used for the file search are stored. And save the converted image data as cache data, compare the data on the website searched in the past to see if the data has changed in response to a file search request, and save if there is no change The stored image data is transmitted, and if there is a change, new image data is created and transmitted.
【0010】さらに、前記データ比較は、HTMLファ
イルの比較に加えて、関連画像ファイルについて検索、
保存、比較を行い、前記保存されたキャッシュデータと
現在検索したデータが同じであれば保存されたキャッシ
ュデータを送信画像データとし、異なれば画像変換を実
行することを特徴とする。Further, the data comparison includes not only the comparison of the HTML files but also the search for the related image file,
The storage and comparison are performed, and if the stored cache data and the currently searched data are the same, the stored cache data is used as transmission image data, and if different, image conversion is performed.
【0011】また、本発明は、ファクシミリ端末から公
衆通信網を介して検索装置にHTMLファイルの検索を
要求し、検索装置がURL情報及びHTTPに従ってイ
ンタネット上のHTMLファイルを検索し、この検索し
たファイルをファックス出力用の画像データに変換して
ファクシミリ端末側に送信する画像検索システムにおい
て、前記検索装置は、ファクシミリ端末に対する回線制
御の応答制御と、ファクシミリ端末からのPB音の解析
及び送信画像データをファクシミリ端末に出力する手段
を有する回線応答制御部と、HTTPに従ってWWWサ
ーバ上のHTMLファイルを検索するWWW検索部と、
蓄積したURL情報と対応する番号情報を基に番号をU
RLアドレスに変換するURLアドレス/番号変換部
と、前記WWW検索部により得られたHTMLファイル
を解析し、ファクシミリ端末に送信するための画像デー
タに変換する画像変換部と、URL情報と該URL情報
に対応する番号情報等を保存しておくデータ保存部と、
前記WWW検索部で検索したデータと前記画像変換部で
変換された送信画像データを保存しておくデータキャッ
シュ保存部と、画像変換実行前に、前記URLアドレス
/番号変換部で指定するURLアドレスのHTMLファ
イルについて、過去に検索したHTMLファイルと現在
検索したHTMLファイル中の文字列をすべて比較し、
すべて同じであれば前記データキャッシュ保存部に保存
されている該HTMLファイルに対応する送信画像デー
タを画像変換結果とし、HTMLファイルが異なれば画
像変換を実行するデータ比較部とを備えたことを特徴と
するさらに、前記データ比較部は、HTMLファイルの
比較に加えて、関連画像ファイルについて検索、保存、
比較を行い、前記保存されたキャッシュデータと現在検
索したデータが同じであれば画像変換を行わずに保存さ
れたキャッシュデータを送信画像データとし、異なれば
画像変換を実行する手段を備えたことを特徴とする。Further, the present invention provides a facsimile terminal that requests a search device to search for an HTML file via a public communication network, the search device searches for an HTML file on the Internet according to URL information and HTTP, and the searched file is searched for. Is converted into image data for fax output and transmitted to the facsimile terminal side. In the image search system, the search device includes a line control response control for the facsimile terminal, an analysis of PB sound from the facsimile terminal, and transmission image data. A line response control unit having means for outputting to a facsimile terminal, a WWW search unit for searching for an HTML file on a WWW server according to HTTP,
The number is set to U based on the stored URL information and the corresponding number information.
A URL address / number conversion unit for converting to an RL address, an image conversion unit for analyzing an HTML file obtained by the WWW search unit and converting the HTML file into image data to be transmitted to a facsimile terminal, URL information and the URL information A data storage unit for storing number information etc. corresponding to
A data cache storage unit for storing the data retrieved by the WWW retrieval unit and the transmission image data converted by the image conversion unit; and a URL address designated by the URL address / number conversion unit before executing the image conversion. For the HTML file, compare all the character strings in the HTML file searched in the past and the HTML file searched in the past,
If all are the same, transmission image data corresponding to the HTML file stored in the data cache storage unit is used as an image conversion result, and a data comparison unit that executes image conversion when the HTML file is different is provided. Further, the data comparison unit searches, saves, and saves the related image file in addition to the comparison of the HTML file.
If the stored cache data is the same as the currently searched data, the stored cache data is used as transmission image data without performing image conversion, and means for executing image conversion when different is used. Features.
【0012】本発明の処理フローを図1に示す。同図に
おいて、検索したいホームページのURL指定をPB番
号により行う(ステップS1)。URL番号はURLア
ドレスに変換され(ステップS2)、HTMLファイル
が検索される(ステップS3)。比較及びキャッシング
のためにHTMLファイルが保存される(ステップS
4)。FIG. 1 shows the processing flow of the present invention. In the figure, a URL of a homepage to be searched is specified by a PB number (step S1). The URL number is converted into a URL address (step S2), and an HTML file is searched (step S3). The HTML file is saved for comparison and caching (step S
4).
【0013】次に、同じURLアドレスであって過去に
検索されたHTMLファイルと、今回検索されたHTM
Lファイルが比較される(ステップS5)。この比較
は、ファイル中の文字列がすべて同じかどうかで行う。Next, the HTML file having the same URL address searched in the past and the HTML file searched this time
The L files are compared (step S5). This comparison is based on whether all the strings in the file are the same.
【0014】HTMLファイルが全く同一である場合
は、過去に検索、画像変換を行った結果としてキャッシ
ングされている送信画像データを取り出し(ステップS
6)、ファクシミリ端末にデータ送信する(ステップS
9)。If the HTML files are exactly the same, the cached transmission image data is extracted as a result of past search and image conversion (step S).
6) Transmit data to facsimile terminal (step S)
9).
【0015】HTMLファイルが異なる場合、関連画像
データファイルも検索され、HTMLファイルが画像変
換される(ステップS7)。次回以降の検索のために、
生成された送信画像データはキャッシングされる(ステ
ップS8)。そして、得られた送信画像データがファク
シミリ端末に送信される(ステップS9)。If the HTML files are different, the related image data file is also searched, and the HTML file is image-converted (step S7). For future searches,
The generated transmission image data is cached (step S8). Then, the obtained transmission image data is transmitted to the facsimile terminal (step S9).
【0016】関連画像ファイルも比較対象とするときも
処理手順はほぼ同様である。異なる点は、データ比較時
にHTMLファイルの比較のみならず、関連画像ファイ
ルもバイナリ比較する。The processing procedure is substantially the same when a related image file is to be compared. The difference is that not only the HTML files are compared at the time of data comparison, but also the related image files are binary compared.
【0017】指定したURLアドレスのホームページに
変更があるかどうかの比較は、指定HTMLファイルの
更新日やサイズの比較だけでは、確実に変更確認ができ
ない場合があるため、(1)毎回HTMLファイルを検
索し、過去のHTMLファイルと現在のHTMLファイ
ル中の文字列も合めて比較すること、及び(2)HTM
Lファイルのみならず、関連画像ファイルのバイナリデ
ータの比較をする。In order to compare whether or not there is a change in the homepage of the specified URL address, it may not be possible to reliably confirm the change only by comparing the update date and size of the specified HTML file. Searching and comparing the past HTML file and the character string in the current HTML file together; and (2) HTML
Compare not only L files but also binary data of related image files.
【0018】[0018]
【発明の実施の形態】本発明の実施形態を図2に示す。
ファクシミリ端末1と公衆通信網2で結合される画像検
索装置10は、検索処理要素11〜16を備える。FIG. 2 shows an embodiment of the present invention.
The image search device 10 coupled to the facsimile terminal 1 and the public communication network 2 includes search processing elements 11 to 16.
【0019】11は、回線接続の応答制御、ユーザが入
力したPB音の解析、及び送信画像データをファクシミ
リ端末に出力する手段を有する回線応答制御部。12
は、蓄積したURL情報と対応する番号情報を基に番号
をURLアドレスに変換するURLアドレス/番号変換
部。13は、URL情報と該URL情報に対応する番号
情報等を保存しておくデータ保存部。14は、HTTP
に従ってWWW上のデータを検索するWWW検索部。1
5は、WWW検索部14で検索したデータ及び画像変換
部16Aで変換された送信画像データを保存しておくデ
ータキャッシュ保存部。Reference numeral 11 denotes a line response control unit having means for controlling line connection response, analyzing PB sound input by a user, and outputting transmission image data to a facsimile terminal. 12
Is a URL address / number conversion unit that converts a number into a URL address based on the number information corresponding to the stored URL information. A data storage unit 13 stores URL information and number information corresponding to the URL information. 14 is HTTP
A WWW search unit that searches for data on the WWW according to: 1
Reference numeral 5 denotes a data cache storage unit for storing the data searched by the WWW search unit 14 and the transmission image data converted by the image conversion unit 16A.
【0020】16は、画像変換実行前に、指定URLア
ドレスのHTMLファイルについて、過去に検索したH
TMLファイルと現在検索したHTMLファイル中の文
字列をすべて比較し、すべて同じであれば画像変換を行
わずにデータキャッシュ保存部15に保存されている該
HTMLファイルに対応する送信画像データを画像変換
結果とし、2つのHTMLファイルが異なれば画像変換
を実行するデータ比較部。16Aは、前記WWW検索部
14により得られたHTMLファイルを解析し、ファク
シミリ端末に送信するための画像データに変換する画像
変換部である。Reference numeral 16 denotes an H file previously searched for an HTML file at a specified URL address before performing image conversion.
The text file and the currently searched HTML file are all compared, and if they are all the same, the transmission image data corresponding to the HTML file stored in the data cache storage unit 15 is converted without performing image conversion. As a result, a data comparison unit that executes image conversion if the two HTML files are different. An image conversion unit 16A analyzes the HTML file obtained by the WWW search unit 14 and converts the HTML file into image data to be transmitted to a facsimile terminal.
【0021】以上までの構成において、ファクシミリ端
末1を操作するユーザは、画像検索装置10に電話を
し、所望のホームページのURLアドレスに対応する番
号をPBボタン等により入力する。In the configuration described above, the user operating the facsimile terminal 1 calls the image search device 10 and inputs a number corresponding to a URL address of a desired homepage with a PB button or the like.
【0022】入力されたPB音は、回線制御部11で番
号に変換され、番号としてURLアドレス/番号変換部
12へと渡される。The input PB sound is converted into a number by the line control unit 11 and passed to the URL address / number conversion unit 12 as a number.
【0023】URLアドレス/番号変換部12では、デ
ータ保存部13に保存されているURL情報と該URL
情報に対応する番号情報を元に番号をURLアドレスに
変換する。In the URL address / number conversion unit 12, the URL information stored in the data storage unit 13 and the URL
The number is converted into a URL address based on the number information corresponding to the information.
【0024】WWW検索部14では、URLアドレス/
番号変換部12で指定されたURLアドレスを使ってW
WWサーバ201〜20Nに蓄積されたHTMLファイル
を検索する。検索したHTMLファイルはデータキャッ
シュ保存部15に保存される。In the WWW search unit 14, the URL address /
Using the URL address specified by the number conversion unit 12, W
Search WW server 20 1 to 20 stored HTML file to N. The retrieved HTML file is stored in the data cache storage unit 15.
【0025】WWW検索後、データ比較部16でデータ
の比較を行う。具体的には、今回指定されたURLに対
応している過去に検索されたHTMLファイルをデータ
キャッシュ保存部15から読み出し、今回検索したHT
MLファイルと比較する。After the WWW search, the data comparison unit 16 compares the data. Specifically, the previously searched HTML file corresponding to the URL specified this time is read from the data cache storage unit 15, and the currently searched HT file is read.
Compare with ML file.
【0026】比較方法としては、HTMLファイル中の
全ての文字列を比較する。このとき、両者の文字列がす
べて同じであれば画像変換を行うことなくデータキャッ
シュ保存部15に保存されている該HTMLファイルに
対応する送信画像データを画像変換結果として回線制御
部11に渡す。As a comparison method, all character strings in the HTML file are compared. At this time, if both character strings are the same, the transmission image data corresponding to the HTML file stored in the data cache storage unit 15 is passed to the line control unit 11 as an image conversion result without performing image conversion.
【0027】2つのHTMLファイルが異なる場合、画
像変換部16AにおいてWWW検索部14により得られ
たHTMLファイルを解析し、関連ファイルを検索す
る。If the two HTML files are different, the image conversion unit 16A analyzes the HTML file obtained by the WWW search unit 14 and searches for a related file.
【0028】なお、関連ファイルの検索は、比較前に行
ってもよいが、HTMLファイルに変更が無い場合は、
関連ファイルを検索する時間だけ時間がかかてしまう。The search for the related file may be performed before the comparison, but if there is no change in the HTML file,
It takes time to search for related files.
【0029】2つのHTMLファイルが異なる場合、フ
ァクシミリ端末に送信するための画像データに変換する
画像変換を行い、送信画像データを生成してデータキャ
ッシュ保存部15に保存する。そして、保存された送信
画像データを回線制御部11を介してファクシミリ装置
1に画像を送信する。If the two HTML files are different, image conversion for converting the image data to image data to be transmitted to the facsimile terminal is performed, and transmission image data is generated and stored in the data cache storage unit 15. Then, the stored transmission image data is transmitted to the facsimile device 1 via the line control unit 11.
【0030】なお、データキャッシュ保存部15に保存
するデータは、URLアドレスと、HTMLファイルや
送信画像データを対応付けて保存しておくことにより、
次回検索時にキャッシュデータとして利用できる。The data to be stored in the data cache storage unit 15 is stored by associating a URL address with an HTML file or transmission image data.
It can be used as cache data at the next search.
【0031】また、関連画像ファイルも比較する場合
は、比較前にHTMLファイル及びその関連ファイルを
検索しておく。そして、データ比較部16においてHT
MLファイルの文字列の比較のみならず、関連画像デー
タの比較も行う。比較方法としては、画像データのバイ
ナリデータの比較を行う。その他の処理は、前記と同様
である。When comparing related image files, an HTML file and its related files are searched before comparison. Then, in the data comparing section 16, HT
Not only the comparison of the character strings of the ML file but also the comparison of the related image data is performed. As a comparison method, comparison of binary data of image data is performed. Other processes are the same as described above.
【0032】[0032]
【発明の効果】以上のとおり、本発明によれば、ファク
シミリを利用したWWW検索において、画像検索装置は
HTMLファイル及びその送信画像データをキャッシン
グしておき、指定したURLアドレスのホームページに
変更が無い場合は、過去にキャッシングしておいた送信
画像データをファクシミリ端末に送信するようにしたた
め、過去に検索されたホームページであり、かつそれ以
降変更が無ければより画像データへの変換処理を省略で
き、高速に画像データを受信できるようになる。As described above, according to the present invention, in a WWW search using a facsimile, an image search apparatus caches an HTML file and its transmission image data, and there is no change in a homepage of a designated URL address. In this case, since the transmitted image data that had been cached in the past was transmitted to the facsimile terminal, the homepage was searched in the past, and if there has been no change since then, the conversion process to image data can be further omitted, Image data can be received at high speed.
【0033】特に、複数のユーザが別々のファクシミリ
端末から本装置にアクセスする場合は、別々のユーザが
同じぺ一ジにアクセスすることが多く、ファクシミリ用
の画像変換を行う時間の分だけ高速にデータを取り出す
ことが可能となる。In particular, when a plurality of users access the apparatus from different facsimile terminals, different users often access the same page, and the speed is increased by the time required to perform image conversion for facsimile. Data can be retrieved.
【図1】本発明の画像検索システムの処理フローであ
る。FIG. 1 is a processing flow of an image search system of the present invention.
【図2】本発明の実施形態を示すブロック図である。FIG. 2 is a block diagram showing an embodiment of the present invention.
【図3】ファクシミリ端末を用いたWWW検索システム
である。FIG. 3 is a WWW search system using a facsimile terminal.
1…ファクシミリ端末 2…公衆通信網 3、10…画像検索装置 11…回線制御部 12…URLアドレス/番号変換部 13…データ保存部 14…WWW検索部 15…データキャッシュ保存部 16…データ比較部 16A…画像変換部 REFERENCE SIGNS LIST 1 facsimile terminal 2 public communication network 3 10 image search device 11 line control unit 12 URL address / number conversion unit 13 data storage unit 14 WWW search unit 15 data cache storage unit 16 data comparison unit 16A: Image conversion unit
───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 FI G06F 15/40 370B ──────────────────────────────────────────────────の Continued on the front page (51) Int.Cl. 6 Identification code FIG06F 15/40 370B
Claims (4)
て検索装置にHTMLファイルの検索を要求し、検索装
置がURL情報及びHTTPに従ってインタネット上の
HTMLファイルを検索し、この検索したファイルをフ
ァックス出力用の画像データに変換してファクシミリ端
末側に送信する画像検索方法において、 URL情報と該URL情報に対応する番号情報等を保存
しておき、ファイル検索に使用したデータ及び画像変換
された送信画像データをキャッシュデータとして保存し
ておき、ファイル検索の要求に対して過去に検索したホ
ームページでデータに変更がないか否かのデータ比較を
し、変更がない場合は保存しておいた画像データを送信
し、変更があった場合は新たに画像データを作成して送
信することを特徴とする画像検索方法。1. A facsimile terminal requests a search device to search for an HTML file via a public communication network, the search device searches for an HTML file on the Internet according to URL information and HTTP, and uses the searched file for fax output. In the image search method for converting the image data into image data and transmitting the image data to the facsimile terminal, the URL information and the number information corresponding to the URL information are stored, and the data used for the file search and the image-converted transmission image data are stored. Is saved as cached data, and in response to a file search request, the data is compared on the websites searched in the past to see if there is any change in the data, and if there is no change, the saved image data is sent Image search, characterized in that when there is a change, new image data is created and transmitted Law.
比較に加えて、関連画像ファイルについて検索、保存、
比較を行い、前記保存されたキャッシュデータと現在検
索したデータが同じであれば保存されたキャッシュデー
タを送信画像データとし、異なれば画像変換を実行する
ことを特徴とする請求項1に記載の画像検索方法。2. The data comparison includes, in addition to comparison of HTML files, search, storage, and storage of related image files.
2. The image according to claim 1, wherein a comparison is performed, and if the stored cache data and the currently searched data are the same, the stored cache data is used as transmission image data, and if different, image conversion is performed. retrieval method.
て検索装置にHTMLファイルの検索を要求し、検索装
置がURL情報及びHTTPに従ってインタネット上の
HTMLファイルを検索し、この検索したファイルをフ
ァックス出力用の画像データに変換してファクシミリ端
末側に送信する画像検索システムにおいて、 前記検索装置は、 ファクシミリ端末に対する回線制御の応答制御と、ファ
クシミリ端末からのPB音の解析及び送信画像データを
ファクシミリ端末に出力する手段を有する回線応答制御
部と、 HTTPに従ってWWWサーバ上のHTMLファイルを
検索するWWW検索部と、 蓄積したURL情報と対応する番号情報を基に番号をU
RLアドレスに変換するURLアドレス/番号変換部
と、 前記WWW検索部により得られたHTMLファイルを解
析し、ファクシミリ端末に送信するための画像データに
変換する画像変換部と、 URL情報と該URL情報に対応する番号情報等を保存
しておくデータ保存部と、 前記WWW検索部で検索したデータと前記画像変換部で
変換された送信画像データを保存しておくデータキャッ
シュ保存部と、 画像変換実行前に、前記URLアドレス/番号変換部で
指定するURLアドレスのHTMLファイルについて、
過去に検索したHTMLファイルと現在検索したHTM
Lファイル中の文字列をすべて比較し、すべて同じであ
れば前記データキャッシュ保存部に保存されている該H
TMLファイルに対応する送信画像データを画像変換結
果とし、HTMLファイルが異なれば画像変換を実行す
るデータ比較部とを備えたことを特徴とする画像検索シ
ステム。3. A facsimile terminal requests a search device to search for an HTML file via a public communication network, the search device searches for an HTML file on the Internet according to URL information and HTTP, and the searched file is used for fax output. An image search system that converts the image data into image data and transmits the image data to a facsimile terminal. A line response control unit having means for performing a search, a WWW search unit for searching for an HTML file on a WWW server in accordance with HTTP, and
A URL address / number conversion unit for converting to an RL address; an image conversion unit for analyzing an HTML file obtained by the WWW search unit and converting the HTML file to image data to be transmitted to a facsimile terminal; URL information and the URL information A data storage unit for storing the number information and the like corresponding to the above, a data cache storage unit for storing the data searched by the WWW search unit and the transmission image data converted by the image conversion unit, Before, regarding the HTML file of the URL address specified by the URL address / number conversion unit,
HTML files searched in the past and HTML searched now
All character strings in the L file are compared, and if all are the same, the H stored in the data cache storage unit is compared.
An image search system, comprising: a transmission image data corresponding to a TML file; an image conversion result; and a data comparison unit that executes image conversion if the HTML file is different.
の比較に加えて、関連画像ファイルについて検索、保
存、比較を行い、前記保存されたキャッシュデータと現
在検索したデータが同じであれば保存されたキャッシュ
データを送信画像データとし、異なれば画像変換を実行
する手段を備えたことを特徴とする請求項3に記載の画
像検索システム。4. The data comparison unit searches, saves, and compares the related image file in addition to the comparison of the HTML file, and if the saved cache data is the same as the currently searched data, the data is saved. 4. The image retrieval system according to claim 3, further comprising means for using cache data as transmission image data and executing image conversion if different.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP9112161A JPH10301954A (en) | 1997-04-30 | 1997-04-30 | Image search method and image search system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP9112161A JPH10301954A (en) | 1997-04-30 | 1997-04-30 | Image search method and image search system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH10301954A true JPH10301954A (en) | 1998-11-13 |
Family
ID=14579777
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP9112161A Pending JPH10301954A (en) | 1997-04-30 | 1997-04-30 | Image search method and image search system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH10301954A (en) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000106616A (en) * | 1998-09-29 | 2000-04-11 | Matsushita Graphic Communication Systems Inc | Network facsimile equipment |
| JP2003032421A (en) * | 2001-07-13 | 2003-01-31 | Ntt Data Creation Kk | Information providing apparatus, information providing method, and information providing program |
| KR100593475B1 (en) * | 1999-05-13 | 2006-06-28 | 에스케이 텔레콤주식회사 | Network information search method in terminal |
| US7283267B2 (en) | 2001-02-19 | 2007-10-16 | Minolta Co., Ltd. | Data processing device, data processing method, and data processing program for recognizing characters in a URL |
| JP2011086223A (en) * | 2009-10-19 | 2011-04-28 | Mitsubishi Electric Corp | Data display device, data display method and computer program |
-
1997
- 1997-04-30 JP JP9112161A patent/JPH10301954A/en active Pending
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000106616A (en) * | 1998-09-29 | 2000-04-11 | Matsushita Graphic Communication Systems Inc | Network facsimile equipment |
| KR100593475B1 (en) * | 1999-05-13 | 2006-06-28 | 에스케이 텔레콤주식회사 | Network information search method in terminal |
| US7283267B2 (en) | 2001-02-19 | 2007-10-16 | Minolta Co., Ltd. | Data processing device, data processing method, and data processing program for recognizing characters in a URL |
| US7339695B2 (en) | 2001-02-19 | 2008-03-04 | Minolta Co., Ltd. | Data processing device, data processing method, and data processing program for recognizing characters in a URL |
| JP2003032421A (en) * | 2001-07-13 | 2003-01-31 | Ntt Data Creation Kk | Information providing apparatus, information providing method, and information providing program |
| JP2011086223A (en) * | 2009-10-19 | 2011-04-28 | Mitsubishi Electric Corp | Data display device, data display method and computer program |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7047276B2 (en) | Method and system for sharing data between wired and wireless platforms | |
| US6823311B2 (en) | Data processing system for vocalizing web content | |
| US6389422B1 (en) | Method of relaying file object, distributed file system, computer readable medium recording a program of file object relay method and gateway computer, allowing reference of one same file object among networks | |
| US6334126B1 (en) | Data output system, communication terminal to be connected to data output system, data output method and storage medium | |
| JPH11345201A (en) | Information providing system and information providing network system | |
| EP1008055A2 (en) | Apparatus and method for tracking world wide web browser requests across distinct domains using persistent client-side state | |
| JPH0981445A (en) | Information management device | |
| JP2003308295A (en) | Communication device, network system, and web page processing method | |
| US7293069B2 (en) | Method and apparatus for supplying network path bookmark information remotely to a mobile device | |
| KR20030024295A (en) | Search system using real names and method thereof | |
| CN1499866A (en) | Method and device for accessing wireless Internet | |
| JPH10301954A (en) | Image search method and image search system | |
| JP3527623B2 (en) | Number embedded HTML file search device and number management server device | |
| KR100481430B1 (en) | Method and system for displaying the searching result with specified image | |
| KR100321926B1 (en) | Media that can record computer programs to service information and/or services using direct access mode, and system thereof | |
| KR20010035158A (en) | Apparatus and method for translating web information | |
| JPH11345244A (en) | Similar information extraction display method and system | |
| JP2007128367A (en) | Information search know-how management system | |
| KR100377208B1 (en) | An apparatus and a method for connecting uniform resource locator using e-mail address | |
| JP2002055897A (en) | World Wide Web Website Connection System and Method | |
| JP2000298632A (en) | Device and method for information retrival and recording medium | |
| JP2002526834A (en) | Method and system for alternative internet resource identifiers and addresses | |
| JP3409737B2 (en) | WWW homepage FAX printing system | |
| JP2003177993A (en) | Data communication device and data communication method | |
| JP3537660B2 (en) | WWW server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20040406 |