JP5628977B1 - Text data storage device, text data storage program, and text data storage method - Google Patents

Text data storage device, text data storage program, and text data storage method Download PDF

Info

Publication number
JP5628977B1
JP5628977B1 JP2013160014A JP2013160014A JP5628977B1 JP 5628977 B1 JP5628977 B1 JP 5628977B1 JP 2013160014 A JP2013160014 A JP 2013160014A JP 2013160014 A JP2013160014 A JP 2013160014A JP 5628977 B1 JP5628977 B1 JP 5628977B1
Authority
JP
Japan
Prior art keywords
text
image
markup document
image file
text 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.)
Active
Application number
JP2013160014A
Other languages
Japanese (ja)
Other versions
JP2015032073A (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.)
MUFG Bank Ltd
Original Assignee
Bank of Tokyo Mitsubishi UFJ Trust Co
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 Bank of Tokyo Mitsubishi UFJ Trust Co filed Critical Bank of Tokyo Mitsubishi UFJ Trust Co
Priority to JP2013160014A priority Critical patent/JP5628977B1/en
Application granted granted Critical
Publication of JP5628977B1 publication Critical patent/JP5628977B1/en
Publication of JP2015032073A publication Critical patent/JP2015032073A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Abstract

【課題】 Webサーバに格納されたマークアップ文書に、イメージファイルによって表示される画像化されたテキストを検索可能とするためのテキストデータ(代替テキスト)を効率的に保存することを可能にする、テキストデータ保存装置等を提供する。【解決手段】 HTMLファイル等のマークアップ文書に含まれるイメージタグから特定されるイメージファイルをスキャンして、イメージファイルによって表示される画像化されたテキストを特定するテキストデータを認識し、これをイメージタグに含まれる代替テキストと対比して、一致しない場合は認識したテキストデータを代替テキストとして保存するよう構成することによって、Webページの改訂等によってイメージファイルが入れ替えられた場合にも、入れ替えたイメージファイルによって表示される画像化されたテキストを代替テキストによって検索可能として、漏れなく検索対象に含めることを可能にする。【選択図】図8PROBLEM TO BE SOLVED: To efficiently save text data (alternative text) for enabling search for imaged text displayed by an image file in a markup document stored in a Web server. A text data storage device is provided. An image file specified from an image tag included in a markup document such as an HTML file is scanned to recognize text data specifying the imaged text displayed by the image file, and the image data is recognized. In contrast to the alternative text included in the tag, if it does not match, the recognized text data is saved as the alternative text, so that even if the image file is replaced due to revision of the web page etc., the replaced image The imaged text displayed by the file can be searched by the alternative text, and can be included in the search target without omission. [Selection] Figure 8

Description

本発明は、Webサーバに格納されたHTMLファイル等のマークアップ文書に、イメージファイルよって表示される文字や数字等のテキストを検索可能とするためのテキストデータを保存する、テキストデータ保存装置、テキストデータ保存プログラム及びテキストデータの保存方法に関するものである。
The present invention, in the mark-up document, such as HTML files that have been stored in the Web server, save the text data for enabling search for text, such as letters and numbers that are thus displayed in the image file, text data storage device, The present invention relates to a text data storage program and a text data storage method.

インターネット上で様々な情報を提供するWebサーバには、Webページを表示する際に用いられるHTMLやXMLなどのマークアップ言語で記述されたファイルであるマークアップ文書や、画像を表示するイメージファイル、JavaScript(登録商標)等のインクルードファイルなど、Webページを構成する様々なファイルが格納されている。ユーザは、パーソナルコンピュータやスマートフォンなどの端末を操作してWebブラウザを起動して、Webサーバからマークアップ文書やイメージファイルを読み出し、Webページを端末に表示させることによって、必要な情報を取得している。   In a Web server that provides various information on the Internet, a markup document that is a file described in a markup language such as HTML or XML used when displaying a Web page, an image file that displays an image, Various files constituting the Web page such as an include file such as JavaScript (registered trademark) are stored. A user obtains necessary information by operating a terminal such as a personal computer or a smartphone to start a Web browser, reading a markup document or an image file from a Web server, and displaying a Web page on the terminal. Yes.

Webページは、主に文字や数字等のテキストと画像によって構成されているが、Webページに表示される文字や数字等のテキストは、マークアップ文書のソースコードにテキストデータで記述されている。そのため、Webページに表示される文字や数字は、マークアップ文書のソースコードに記述されたテキストデータを対象に検索することができるが、ここで問題になるのが、Webページに表示される画像に、画像化された文字や数字等のテキストが含まれている場合である。このような画像化されたテキストはイメージファイルによって表示されるものであるが、イメージファイルに検索可能なテキストデータが含まれているわけではないので、そのままでは検索の対象とすることができない。   Web pages are mainly composed of text and images such as letters and numbers, but texts such as letters and numbers displayed on the Web page are described as text data in the source code of the markup document. Therefore, the characters and numbers displayed on the Web page can be searched for text data described in the source code of the markup document, but the problem here is the image displayed on the Web page. This includes a case where text such as letters and numbers which are imaged is included. Such imaged text is displayed by an image file, but the image file does not contain searchable text data, and cannot be used as a search target as it is.

例えば、企業等のWebサイトにおいて横断的な大幅改訂が発生すると、修正すべき箇所を漏れなく特定するために、grepという手法によって、Webサーバに格納されたファイルのテキスト検索を実施するが、上記のとおり画像化されたテキストは検索の対象にならないため、画像の中に修正すべきテキストが含まれていても見落とされてしまうという問題が生じることになる。   For example, when a cross-sectional major revision occurs on a website of a company or the like, a text search of a file stored in a web server is performed by a technique called grep in order to specify a portion to be corrected without omission. As described above, since the imaged text is not a target of search, there is a problem that even if the image includes text to be corrected, it is overlooked.

こうした問題に対応するために一般に利用されているのが、HTMLファイルのalt属性に代替テキストを定義する方法である。例えば、図1に示したWebページにおいて、フリーダイヤルの記号と電話番号「0120−999−999」、その下にある「受付時間/24時間365日」の部分は、イメージファイルを出力することによって表示される。すなわち、この部分に表示されている文字や数字は、画像化されたテキストであるとする。   In general, a method of defining alternative text in the alt attribute of an HTML file is used to deal with such a problem. For example, in the Web page shown in FIG. 1, the free dial symbol and the telephone number “0120-999-999”, and the “reception time / 24 hours 365 days” portion below it are output by outputting an image file. Is displayed. That is, it is assumed that the characters and numbers displayed in this part are imaged text.

図2は、図1に示した例の「お問い合せ」の枠の部分のHTMLファイルのソースコードを示したものであるが、このうち、上記のテキストを含む画像部分はイメージタグによって指定されたイメージファイルを出力することによって表示され、このイメージファイルによって表示される部分とイメージタグを示したのが、図3である。   FIG. 2 shows the source code of the HTML file in the “inquiry” frame portion of the example shown in FIG. 1, and among these, the image portion including the above text is designated by the image tag. FIG. 3 shows a portion and an image tag displayed by outputting an image file and displayed by the image file.

図3に示したイメージタグには、イメージファイルの格納領域を特定するアドレス情報(../imgs/otoiawase.gif)だけでなく、alt属性(alt=)として「フリーダイヤル 0120−999−999 受付時間 24時間365日」という代替テキストが定義されている。このように、イメージタグに代替テキストを定義しておくと、図4に示したように、画像部分にカーソルを置くと、テキスト情報(フリーダイヤル 0120−999−999 受付時間 24時間365日)を表示させることができるほか、マークアップ文書であるHTMLファイルのソースコードを検索すれば、イメージファイルに含まれる画像化されたテキストも検索対象に含めることが可能になる。   The image tag shown in FIG. 3 includes “toll-free 0120-999-999” as an alt attribute (alt =) as well as address information (./imgs/autoaway.gif) specifying the storage area of the image file. The alternative text "Time 24 hours 365 days" is defined. In this way, when the alternative text is defined in the image tag, as shown in FIG. 4, when the cursor is placed on the image portion, the text information (free dial 0120-999-999 reception time 24 hours 365 days) is displayed. In addition to being displayed, if the source code of an HTML file that is a markup document is searched, the imaged text included in the image file can be included in the search target.

ところが、このようにalt属性に代替テキストを記述するためには、Webページの作成者がマークアップ文書に含まれるイメージタグを探して、個別に編集作業を行わなければならないため、Webページの作成者がこの機能を知らなかったり、イメージタグの存在を見落としてしまったり、作業が面倒で記述しなかったりすると、その部分の画像化されたテキストが検索対象から漏れることになってしまう。   However, in order to describe alternative text in the alt attribute in this way, the creator of the web page has to search for the image tag included in the markup document and individually edit it. If a person does not know this function, overlooks the existence of an image tag, or does not describe the work because it is troublesome, the imaged text of that part will be leaked from the search target.

こうした課題に対応するための技術として、例えば、Webページの作成に慣れていない者でも、簡易にalt属性の編集を行うことができるように、HTMLファイルからイメージタグを自動抽出して、イメージタグにより指定されたイメージファイルの画像を表示させ、この画像に表示されたテキストをコンピュータに入力すれば、入力されたテキストがalt属性に代替テキストとして書き込まれる発明が開示されている(特許文献1参照)。   As a technique for dealing with such problems, for example, an image tag is automatically extracted from an HTML file so that even an unfamiliar person with web page creation can easily edit the alt attribute. An invention is disclosed in which an image of an image file designated by the above is displayed and the text displayed in the image is input to a computer, and the input text is written as an alternative text in the alt attribute (see Patent Document 1). ).

特開2008−117125号公報JP 2008-117125 A

特許文献1に開示された発明を利用すれば、Webページの作成に慣れていない者でも容易にalt属性の編集が可能になるが、それでもイメージタグ毎に画像を目視で確認して、テキストを入力しなければならず、煩雑な作業が発生することになってしまう。特に、多くのWebページによって構成されるWebサイトを構築する際には、その作業量が膨大になってしまうことが想定される。   If the invention disclosed in Patent Document 1 is used, even those who are not accustomed to creating a Web page can easily edit the alt attribute, but still visually check the image for each image tag and edit the text. It is necessary to input, and complicated work will occur. In particular, when building a Web site composed of many Web pages, it is assumed that the amount of work becomes enormous.

また、新たにWebサイトを構築するのではなく、既存のWebサイトの一部を改訂するような場合、alt属性の編集を行わなければならないのは、改訂の対象となる一部のイメージタグであるにも関わらず、特許文献1に開示された発明によると、改訂の対象にならないものまで含めた全てのイメージタグが確認作業の対象になるため、改訂作業が著しく非効率になってしまうと考えられる。   In addition, when a part of an existing website is revised instead of constructing a new website, the alt attribute must be edited for some image tags to be revised. Nevertheless, according to the invention disclosed in Patent Document 1, since all image tags including those not subject to revision are subject to confirmation work, the revision work becomes extremely inefficient. Conceivable.

本発明は、このような課題を解決するためになされたものであり、Webサーバに格納されたHTMLファイルなどのマークアップ文書に、イメージファイルよって表示される画像化された文字や数字等のテキストを検索可能とするためのテキストデータ(代替テキスト)を効率的に保存することを可能にする、テキストデータ保存装置、テキストデータ保存プログラム及びテキストデータの保存方法を提供することを目的とするものである。
The present invention has been made to solve the above problem, the markup document such as an HTML file stored in the Web server, images of text or the like numerals are thus displayed in the image file An object of the present invention is to provide a text data storage device, a text data storage program, and a text data storage method capable of efficiently storing text data (alternative text) for making text searchable. It is.

このような課題を解決する本発明は、Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存するための装置であって、Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択手段と、前記マークアップ文書選択手段が選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択手段と、前記イメージファイル選択手段が選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新手段と、前記Webサーバにおいて、前記Webサーバに格納された前記マークアップ文書を、前記代替テキスト更新手段によってイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新手段と、を備えることを特徴とするテキストデータ保存装置である。
The present invention to solve such a problem, the markup document stored in the Web server, a device for storing the text data to a searchable text that therefore displayed in the image file, Web Markup document selection means for selecting a markup document stored in the server, image file selection means for selecting an image file specified from an image tag included in the markup document selected by the markup document selection means, When the text data recognized by scanning the image file selected by the image file selection unit is compared with the alternative text included in the image tag specifying the image file, and the text data and the alternative text do not match Is an alternative included in the image tag An alternative text update unit that updates a text to the text data, and a mark in which the alternative text included in the image tag is updated by the alternative text update unit in the markup document stored in the Web server in the Web server. A text data storage device comprising markup document update means for updating an up document.

本発明では、HTMLファイル等のマークアップ文書に含まれるイメージタグから特定されるイメージファイルをスキャンして、イメージファイルによって表示される画像化されたテキストを特定するテキストデータを認識し、これをイメージタグに含まれる代替テキストと対比して、一致しない場合は認識したテキストデータを代替テキストとして保存するよう構成することによって、Webページの改訂等によってイメージファイルが入れ替えられた場合にも、入れ替えたイメージファイルによって表示される画像化されたテキストを代替テキストによって検索可能として、漏れなく検索対象に含めることを可能にしている。   In the present invention, an image file specified from an image tag included in a markup document such as an HTML file is scanned, text data specifying an imaged text displayed by the image file is recognized, and this is converted into an image. In contrast to the alternative text included in the tag, if it does not match, the recognized text data is saved as the alternative text, so that even if the image file is replaced due to revision of the web page, etc., the replaced image The imaged text displayed by the file can be searched by the alternative text, and can be included in the search target without omission.

また、本発明は、前記代替テキスト更新手段は、前記イメージファイルを特定したイメージタグに代替テキストが含まれない場合には、前記イメージタグに代替テキストとして前記テキストデータを書き込むことを特徴とすることもできる。   The alternative text update means may write the text data as alternative text to the image tag when the alternative text is not included in the image tag specifying the image file. You can also.

このように構成すると、改訂等によってイメージファイルを入れ替えたり、変更したりした場合だけでなく、新たなイメージファイルを追加した場合や、Webページ自体を新たに作成した場合にも、自動的にテキストデータを代替テキストとして保存することが可能になる。   With this configuration, not only when image files are replaced or changed due to revisions, etc., but also when new image files are added or when the Web page itself is newly created, text is automatically generated. Data can be saved as alternative text.

また、本発明は、前記代替テキスト更新手段において前記テキストデータと前記代替テキストが一致しない場合に、前記代替テキストを含むイメージタグから特定されるイメージファイルを特定するためのイメージタグを含む前記Webサーバに格納された第2のマークアップ文書を選択する第2のマークアップ文書選択手段を備えていて、前記代替テキスト更新手段は、前記第2のマークアップ文書選択手段が選択した第2のマークアップ文書に含まれる前記イメージファイルを特定するためのイメージタグに含まれる代替テキストを、前記イメージファイル選択手段が選択したイメージファイルをスキャンして認識されたテキストデータに更新し、前記マークアップ文書更新手段は、前記Webサーバにおいて、前記Webサーバに格納された前記第2のマークアップ文書を、前記代替テキスト更新手段によってイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させることを特徴とすることもできる。   Further, the present invention provides the Web server including an image tag for specifying an image file specified from an image tag including the alternative text when the text data and the alternative text do not match in the alternative text update unit The second markup document selecting means for selecting the second markup document stored in the second markup document is selected, and the alternative text update means is a second markup selected by the second markup document selecting means. An alternative text included in an image tag for specifying the image file included in the document is updated to text data recognized by scanning the image file selected by the image file selecting unit, and the markup document updating unit Is stored in the Web server in the Web server The second markup document may also be characterized in that for updating the markup document alternate text is updated to be included in the image tag by the alternate text updating means.

このように構成すると、あるイメージタグから特定されるイメージファイルに関する代替テキストが不適切である場合に、同じイメージファイルを対象とする他のイメージタグの代替テキストも自動的に修正されることになるため、イメージタグに代替テキストとして適切なテキストデータを保存する処理を効率化することが可能になる。   With this configuration, if the text alternative for an image file identified from an image tag is inappropriate, text alternatives for other image tags that target the same image file are also automatically corrected. Therefore, it is possible to improve the efficiency of storing appropriate text data as alternative text in the image tag.

また、本発明は、前記マークアップ文書選択手段は、前記Webサーバに格納されたマークアップ文書のうち、所定の期間内に更新又は作成されたマークアップ文書を選択することを特徴とすることもできる。前記イメージファイル選択手段は、前記マークアップ文書選択手段が選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルのうち、前記期間内に更新又は作成されたイメージファイルを選択することを特徴としてもよい。   The markup document selection unit may select a markup document updated or created within a predetermined period from the markup documents stored in the Web server. it can. The image file selection unit selects an image file updated or created within the period from among image files specified from image tags included in the markup document selected by the markup document selection unit. It is good.

このように構成すると、Webサーバに格納された全てのマークアップ文書ではなく、一定期間内に更新されたマークアップ文書、さらにその中でも一定期間内に更新されたイメージファイルのみを対象に絞り込んで処理を行うため、代替テキストとして適切なテキストデータを保存する処理をさらに効率化することが可能になる。   With this configuration, not all markup documents stored in the Web server, but only markup documents updated within a certain period, and more specifically, image files updated within a certain period are narrowed down and processed. Therefore, it is possible to further improve the efficiency of the process of storing appropriate text data as alternative text.

本発明は、本発明にかかるテキストデータ保存装置に備えられる、テキストデータ保存プログラムに関する発明として特定することもできる。   The present invention can also be specified as an invention relating to a text data storage program provided in the text data storage device according to the present invention.

本発明にかかるテキストデータ保存プログラムは、Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存するためのプログラムであって、コンピュータに、Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択ステップと、前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択ステップと、前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新ステップと、前記Webサーバにおいて、前記Webサーバ格納された前記マークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新ステップと、を実行させることを特徴とするテキストデータ保存プログラムである。
Text data storage program according to the present invention, the markup document stored in the Web server, a program for storing the text data to a searchable text that therefore displayed in the image file, the computer A markup document selection step for selecting a markup document stored in the Web server, and an image file selection step for selecting an image file specified from an image tag included in the markup document selected in the markup document selection step And comparing the text data recognized by scanning the image file selected in the image file selection step with the alternative text included in the image tag specifying the image file, and the text data and the alternative text are If not, the alternative text update step of updating the alternative text included in the image tag to the text data, and the markup document stored in the Web server in the Web server in the alternative text update step. A text data storage program that executes a markup document update step for updating a markup document in which an alternative text included in an image tag is updated.

また、本発明にかかるテキストデータ保存プログラムは、前記代替テキスト更新ステップにおいて、前記イメージファイルを特定したイメージタグに代替テキストが含まれない場合には、前記コンピュータに、前記イメージタグに代替テキストとして前記テキストデータを書き込む処理を実行させることを特徴とすることもできる。   Further, the text data storage program according to the present invention, when the alternative text is not included in the image tag specifying the image file in the alternative text update step, the computer tag as the alternative text as the alternative text. It is also possible to execute a process of writing text data.

また、本発明にかかるテキストデータ保存プログラムは、前記コンピュータに、前記代替テキスト更新ステップにおいて前記テキストデータと前記代替テキストが一致しない場合に、前記代替テキストを含むイメージタグから特定されるイメージファイルを特定するためのイメージタグを含む前記Webサーバに格納された第2のマークアップ文書を選択する第2のマークアップ文書選択ステップを実行させ、前記代替テキスト更新ステップにおいて、前記コンピュータに、前記第2のマークアップ文書選択ステップで選択した第2のマークアップ文書に含まれる前記イメージファイルを特定するためのイメージタグに含まれる代替テキストを、前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータに更新する処理を実行させ、前記マークアップ文書更新ステップにおいて、前記コンピュータに、前記Webサーバにおいて、前記Webサーバに格納された前記第2のマークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させる処理を実行させることを特徴とすることもできる。   Further, the text data storage program according to the present invention specifies the image file specified from the image tag including the alternative text when the text data and the alternative text do not match in the alternative text update step. Performing a second markup document selection step of selecting a second markup document stored in the Web server including an image tag for performing, and in the alternative text update step, causing the computer to execute the second markup document selection step. The alternative text included in the image tag for specifying the image file included in the second markup document selected in the markup document selection step is recognized by scanning the image file selected in the image file selection step. Texture In the markup document update step, the second markup document stored in the Web server is image tagged in the alternative text update step. It is also possible to execute a process of updating the markup document in which the alternative text included in the update is updated.

また、本発明にかかるテキストデータ保存プログラムは、前記マークアップ文書選択ステップにおいて、前記コンピュータに、前記Webサーバに格納されたマークアップ文書のうち、所定の期間内に更新又は作成されたマークアップ文書を選択する処理を実行させることを特徴とすることもできる。前記イメージファイル選択ステップにおいて、前記コンピュータに、前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルのうち、前記期間内に更新又は作成されたイメージファイルを選択する処理を実行させることを特徴としてもよい。   The text data storage program according to the present invention includes a markup document updated or created within a predetermined period among markup documents stored in the Web server in the computer in the markup document selection step. It is also possible to execute a process of selecting the item. In the image file selection step, the computer selects an image file updated or created within the period from among the image files specified from the image tags included in the markup document selected in the markup document selection step. It is good also as performing the process to perform.

本発明は、本発明にかかるテキストデータ保存装置、又はテキストデータ保存プログラムによって実行される、テキストデータの保存方法に関する発明として特定することもできる。   The present invention can also be specified as an invention relating to a text data storage method executed by a text data storage device or a text data storage program according to the present invention.

本発明にかかるテキストデータの保存方法は、Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存する方法であって、コンピュータが、Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択ステップと、前記コンピュータが、前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択ステップと、前記コンピュータが、前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新ステップと、前記コンピュータが、前記Webサーバにおいて、前記Webサーバ格納された前記マークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新ステップと、を有することを特徴とするテキストデータの保存方法である。
Storage method of the text data according to the present invention, the markup document stored in the Web server, a method of storing the text data to a searchable text that therefore displayed in the image file, the computer, A markup document selection step for selecting a markup document stored in a Web server, and an image for selecting an image file specified by the computer from an image tag included in the markup document selected in the markup document selection step The file selection step compares the text data recognized by the computer scanning the image file selected in the image file selection step with the alternative text included in the image tag that identifies the image file, and And the alternative text update step of updating the alternative text included in the image tag to the text data, and the computer stores the mark stored in the Web server in the Web server. And a markup document updating step of updating the updated document to a markup document in which the alternative text included in the image tag is updated in the alternative text updating step.

また、本発明にかかるテキストデータの保存方法は、前記代替テキスト更新ステップにおいて、前記イメージファイルを特定したイメージタグに代替テキストが含まれない場合には、前記コンピュータが、前記イメージタグに代替テキストとして前記テキストデータを書き込むことを特徴とすることもできる。   In the text data storage method according to the present invention, when the alternative text is not included in the image tag specifying the image file in the alternative text updating step, the computer uses the text tag as the alternative text. The text data may be written.

また、本発明にかかるテキストデータの保存方法は、前記コンピュータが、前記代替テキスト更新ステップにおいて前記テキストデータと前記代替テキストが一致しない場合に、前記代替テキストを含むイメージタグから特定されるイメージファイルを特定するためのイメージタグを含む前記Webサーバに格納された第2のマークアップ文書を選択する第2のマークアップ文書選択ステップを有していて、前記代替テキスト更新ステップにおいて、前記コンピュータは、前記第2のマークアップ文書選択ステップで選択した第2のマークアップ文書に含まれる前記イメージファイルを特定するためのイメージタグに含まれる代替テキストを、前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータに更新し、前記マークアップ文書更新ステップにおいて、前記コンピュータは、前記Webサーバにおいて、前記Webサーバに格納された前記第2のマークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新することを特徴とすることもできる。   According to another aspect of the present invention, there is provided a method for storing text data in which an image file specified from an image tag including the alternative text is stored when the computer does not match the alternative text in the alternative text update step. A second markup document selection step of selecting a second markup document stored in the Web server including an image tag for specifying, wherein in the alternative text update step, the computer includes the step of: The alternative text included in the image tag for specifying the image file included in the second markup document selected in the second markup document selection step is scanned for the alternative text included in the image tag. Recognized text In the markup document update step, the computer updates the second markup document stored in the Web server in the image tag in the alternative text update step. The text may be updated to an updated markup document.

また、本発明にかかるテキストデータの保存方法は、前記マークアップ文書選択ステップにおいて、前記コンピュータは、前記Webサーバに格納されたマークアップ文書のうち、所定の期間内に更新又は作成されたマークアップ文書を選択することを特徴とすることもできる。前記イメージファイル選択ステップにおいて、前記コンピュータは、前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルのうち、前記期間内に更新又は作成されたイメージファイルを選択することを特徴としてもよい。   In the text data storage method according to the present invention, in the markup document selection step, the computer updates the markup document updated or created within a predetermined period from the markup documents stored in the Web server. It can also be characterized by selecting a document. In the image file selection step, the computer selects an image file updated or created within the period from among image files specified from image tags included in the markup document selected in the markup document selection step. It may be characterized by.

本発明によると、Webサーバに格納されたマークアップ文書に、イメージファイルよって表示される画像化されたテキストを検索可能とするためのテキストデータを、代替テキストとして効率的に保存することが可能になり、Webサイトの構築、運用における管理者の利便性や作業効率を著しく向上させることが期待される。
According to the present invention, the markup document stored in the Web server, the text data for enabling retrieval imaging text is thus displayed on the image file can be efficiently saved as alternative text Therefore, it is expected that the convenience and work efficiency of the administrator in the construction and operation of the website will be significantly improved.

画像化されたテキストを含むWebページの一例を示す第1の図である。It is a 1st figure which shows an example of the web page containing the imaged text. 画像化されたテキストを含むWebページの一例を示す第2の図である。It is a 2nd figure which shows an example of the web page containing the imaged text. 画像化されたテキストを含むWebページの一例を示す第3の図である。It is a 3rd figure which shows an example of the web page containing the imaged text. 画像化されたテキストを含むWebページの一例を示す第4の図である。It is a 4th figure which shows an example of the web page containing the imaged text. 本発明にかかるテキストデータ保存装置の実施形態の一例を示す図である。It is a figure which shows an example of embodiment of the text data storage apparatus concerning this invention. 本発明にかかるテキストデータ保存装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the text data storage apparatus concerning this invention. 本発明にかかるテキストデータ保存プログラムの処理フローを示すフローチャートである。It is a flowchart which shows the processing flow of the text data preservation | save program concerning this invention. 本発明によってイメージタグに適切な代替テキストが保存されているかを確認する第1の例(適切な代替テキストが保存されている例)を示す図である。It is a figure which shows the 1st example (example in which the appropriate alternative text is preserve | saved) which confirms whether the appropriate alternative text is preserve | saved by the image tag by this invention. 本発明によってイメージタグに適切な代替テキストが保存されているかを確認する第2の例(未修正の代替テキストを更新して保存する例)を示す図である。It is a figure which shows the 2nd example (example which updates and preserve | saves an uncorrected alternative text) which confirms whether the alternative text suitable for an image tag is preserve | saved by this invention. 本発明によってイメージタグに適切な代替テキストが保存されているかを確認する第1の例(新たなイメージファイルのイメージタグに代替テキストを保存する例)を示す図である。It is a figure which shows the 1st example (example which saves alternative text in the image tag of a new image file) which confirms whether the alternative text suitable for an image tag is preserve | saved by this invention.

本発明を実施するための形態について、図面を用いて以下に詳細に説明する。尚、以下の説明は本発明の実施形態の一例を示したものであって、本発明はかかる実施形態に限定されるものではない。例えば、本発明におけるマークアップ文書の例として、以下の実施形態では、HTMLによって記述されたHTMLファイルについて説明するが、本発明におけるマークアップ文書にはHTMLファイルに限られるものではなく、XMLファイルなど他のマークアップ言語によって記述されたマークアップ文書を用いることとしてもよい。   Embodiments for carrying out the present invention will be described below in detail with reference to the drawings. In addition, the following description shows an example of embodiment of this invention, Comprising: This invention is not limited to this embodiment. For example, in the following embodiment, an HTML file described in HTML will be described as an example of a markup document in the present invention. However, the markup document in the present invention is not limited to an HTML file, but an XML file or the like. A markup document described in another markup language may be used.

図5は、本発明にかかるテキストデータ保存装置の実施形態の一例を示している。パーソナルコンピュータやスマートフォン、タブレット端末などのインターネットに接続可能なユーザ端末を操作するユーザは、ユーザ端末のWebブラウザを起動してインターネットを介してWebサーバに接続して、Webページを読み出して様々な情報を閲覧する。   FIG. 5 shows an example of an embodiment of a text data storage device according to the present invention. A user who operates a user terminal that can be connected to the Internet, such as a personal computer, a smartphone, or a tablet terminal, starts a Web browser on the user terminal, connects to a Web server via the Internet, reads a Web page, and reads various information. Browse.

Webページは、HTMLやXMLなどのマークアップ言語で記述されたマークアップ文書や、イメージファイル、JavaScript(登録商標)等のインクルードファイルなどによって構成され、これらのWebページを構成するファイルがWebサーバに格納されている。Webサーバが、ユーザ端末からのURLを指定したリクエストを受信すると、対応するファイルが読み出されてユーザ端末に送信される。   Web pages are configured by markup documents written in markup languages such as HTML and XML, image files, include files such as JavaScript (registered trademark), and the like. Stored. When the Web server receives the request specifying the URL from the user terminal, the corresponding file is read and transmitted to the user terminal.

通常、Webページに画像が表示される場合、そのWebページのHTMLファイルにはイメージタグが含まれていて、イメージタグにはWebページに表示する画像のイメージファイルが格納されているURLやファイル名などのアドレス情報が指定されている。ユーザ端末にHTMLファイルが読み出されると、あわせてこのアドレス情報から特定されるイメージファイルもユーザ端末に読み出されて、イメージファイルを出力することによって画像がWebページ上に表示される。   Normally, when an image is displayed on a web page, the HTML file of the web page includes an image tag, and the image tag includes a URL or file name in which the image file of the image to be displayed on the web page is stored. Address information such as is specified. When the HTML file is read out to the user terminal, the image file specified from the address information is also read out to the user terminal, and the image is displayed on the Web page by outputting the image file.

このようにしてWebページに表示される画像には、写真や図形、模様などだけでなく、文字や数字等の画像化されたテキストが含まれている場合がある。こうした場合に、Webページに表示される画像化されたテキストが検索可能となるように、イメージファイルに対応するイメージタグに検索可能な代替テキストを保存するために用いられるのが、本発明にかかるテキストデータ保存装置である。   The image displayed on the Web page in this way may include not only photographs, figures, patterns, etc., but also imaged text such as letters and numbers. In this case, the present invention is used to store searchable alternative text in an image tag corresponding to an image file so that the imaged text displayed on the Web page can be searched. A text data storage device.

画像化されたテキストを含むイメージファイルやそのイメージファイルに対応するイメージタグがどのようなものであるか、また、イメージタグに検索可能な代替テキストがalt属性としてどのように定義されるかについては、先に従来技術として、図1〜図4を用いて説明したとおりである。   What is an image file that contains imaged text and what image tag corresponds to that image file, and how alternative text that can be searched for in the image tag is defined as the alt attribute? As described in the prior art with reference to FIGS.

尚、図5や図6には、本発明にかかるテキストデータ保存装置を、対象となるマークアップ文書(これらの例ではHTMLファイル)が格納されたWebサーバとネットワークで接続されたテキストデータ保存サーバとして構成する例を示しているが、本発明はかかる構成に限定されるものではない。例えば、本発明にかかるテキストデータ保存装置はWebサーバを構成するコンピュータの一部の機能として、Webサーバと同じコンピュータに備えられるものであってもよい。   5 and 6 show a text data storage device according to the present invention, a text data storage server connected via a network to a Web server storing a target markup document (in these examples, an HTML file). However, the present invention is not limited to such a configuration. For example, the text data storage device according to the present invention may be provided in the same computer as the Web server as a partial function of the computer constituting the Web server.

図6は、本発明にかかるテキストデータ保存装置の構成の一例を示している。テキストデータ保存サーバ10が本発明にかかるテキストデータ保存装置に対応し、テキストデータ保存サーバ10はWebサーバ20とネットワークによって接続されているが、これらが一体のコンピュータとして構成されるものであってもよいことは、先に説明したとおりである。   FIG. 6 shows an example of the configuration of the text data storage device according to the present invention. The text data storage server 10 corresponds to the text data storage device according to the present invention, and the text data storage server 10 is connected to the Web server 20 via a network, but these may be configured as an integrated computer. The good thing is as explained above.

また、テキストデータ保存サーバ10やWebサーバ20は、物理的に一のコンピュータによって構成されることを要件とするものではなく、複数のコンピュータが連動して必要な機能を実現するものであってもよいし、他の機能も備えた一のコンピュータの機能の一部として、これらの機能が実現されるものであってもよい。   Further, the text data storage server 10 and the Web server 20 are not required to be physically configured by one computer, and a plurality of computers may be linked to realize necessary functions. Alternatively, these functions may be realized as a part of the functions of one computer having other functions.

テキストデータ保存サーバ10は、CPU、メインメモリ、HDD等の補助記憶装置を備えたコンピュータによって構成され、所定の機能を実現するために、HDD等の補助記憶装置に格納された各々の機能に対応するアプリケーションプログラムをメインメモリ等に読み出し、メインメモリ等をワーキングエリアとしてCPUで演算処理を実行する。   The text data storage server 10 is configured by a computer having an auxiliary storage device such as a CPU, main memory, and HDD, and corresponds to each function stored in the auxiliary storage device such as an HDD in order to realize a predetermined function. The application program to be read is read into the main memory or the like, and the arithmetic processing is executed by the CPU using the main memory or the like as a working area.

また、テキストデータ保存サーバ10には、HTMLファイル選択部11、イメージファイル選択部12、テキスト認識部13、alt読取部14、マッチング処理部15、HTMLファイル選択部16、alt書込部17、HTMLファイル更新部18が備えられるが、これらの各部はいずれも機能的に特定されるものであって、各々の機能は、HDD等の補助記憶装置に格納された各々の機能に対応するアプリケーションプログラムをメインメモリ等に読み出し、メインメモリ等をワーキングエリアとしてCPUで演算処理を実行することによって実現されるものである。   The text data storage server 10 includes an HTML file selection unit 11, an image file selection unit 12, a text recognition unit 13, an alt reading unit 14, a matching processing unit 15, an HTML file selection unit 16, an alt writing unit 17, and an HTML. Although the file update unit 18 is provided, each of these units is functionally specified, and each function is an application program corresponding to each function stored in an auxiliary storage device such as an HDD. This is realized by reading out to the main memory or the like and executing arithmetic processing by the CPU using the main memory or the like as a working area.

Webサーバ20には、パーソナルコンピュータやタブレット端末、スマートフォン等のWebブラウザを用いてインターネットに接続可能なユーザ端末から、インターネットを介して接続可能なサーバコンピュータが用いられる。Webサーバ20は、CPU、メインメモリ、HDD等の補助記憶装置を備えたコンピュータによって構成され、所定の機能を実現するために、HDD等の補助記憶装置に格納された各々の機能に対応するアプリケーションプログラムをメインメモリ等に読み出し、メインメモリ等をワーキングエリアとしてCPUで演算処理を実行する。   As the Web server 20, a server computer that can be connected via the Internet from a user terminal that can be connected to the Internet using a Web browser such as a personal computer, a tablet terminal, or a smartphone is used. The Web server 20 is configured by a computer including an auxiliary storage device such as a CPU, main memory, and HDD, and an application corresponding to each function stored in the auxiliary storage device such as an HDD in order to realize a predetermined function. The program is read into the main memory or the like, and the arithmetic processing is executed by the CPU using the main memory or the like as a working area.

Webサーバ20には、Webページを構成するHTMLファイルが格納されるHTMLファイル格納部21、Webページを構成するイメージファイルが格納されるイメージファイル格納部22が設けられる。これらの各部には、HDD等の補助記憶装置の所定の記憶領域が割り当てられるが、その他に、インクルードファイルなどのWebページを構成する他のファイルを格納する記憶領域も設けられるのが通常である。   The Web server 20 is provided with an HTML file storage unit 21 that stores an HTML file that configures a Web page, and an image file storage unit 22 that stores an image file that configures a Web page. Each of these units is assigned a predetermined storage area of an auxiliary storage device such as an HDD, but in addition, a storage area for storing other files constituting a Web page such as an include file is usually provided. .

HTMLファイル格納部21に格納されるHTMLファイル、イメージファイル格納部22に格納されるイメージファイルについては、各々のファイルの作成日時や最新の更新日時などの履歴情報を含むメタデータが記憶されている。メタデータの記憶方法は特に限定されるものではなく、例えば、各々のファイルの一部としてヘッダー等に記憶されるものであってもよいし、更新日時と更新内容などの更新履歴を、ログデータとして各々のファイルとは別に管理することとしてもよい。   For the HTML file stored in the HTML file storage unit 21 and the image file stored in the image file storage unit 22, metadata including history information such as the creation date / time and the latest update date / time of each file is stored. . The method for storing the metadata is not particularly limited. For example, the metadata may be stored in a header or the like as a part of each file. It is also possible to manage each file separately.

以上の構成を前提にして、図7のフローチャートと、図8〜図10に示した本発明によってイメージタグに適切な代替テキストが保存されているかを確認して保存する3つのパターンの例を用いて、テキストデータ保存サーバ10において動作する、本発明にかかるテキストデータ保存プログラムの処理フローについて説明する。   Based on the above configuration, the flowchart of FIG. 7 and examples of three patterns for checking and storing whether or not an appropriate alternative text is stored in the image tag according to the present invention shown in FIGS. 8 to 10 are used. The processing flow of the text data storage program according to the present invention that operates in the text data storage server 10 will be described.

まず、テキストデータ保存サーバ10のHTMLファイル選択部11が起動されて、Webサーバ20のHTMLファイル格納部21から、前回の起動時以降に更新されたHTMLファイルと、前回の起動時以降に新たに作成されたHTMLファイルを選択して、選択したHTMLファイルをHTMLファイル格納部21から読み出す(S01)。   First, the HTML file selection unit 11 of the text data storage server 10 is activated, and the HTML file updated after the previous activation from the HTML file storage unit 21 of the Web server 20 and a new one after the last activation. The created HTML file is selected, and the selected HTML file is read from the HTML file storage unit 21 (S01).

HTMLファイル選択部11を起動するタイミングは特に限定されるものではなく、例えば毎日何時、毎週何曜日の何時のように、HTMLファイル選択部11に設定されたタイミングで起動されてもよいし、オペレータが起動ボタンを押すなど任意のタイミングで起動されるものであってもよい。これらの例の場合、更新又は新たに作成されたHTMLファイルを選択するためには、各々のHTMLファイルのメタデータに含まれる最新の更新日時(新規作成の場合は作成日時)を検索することとすればよいが、かかる選択のための処理を効率化するためには、HTMLファイル格納部21に格納された各々のHTMLファイルの最新の更新日時を含む更新履歴を、ログデータとして別途管理しておくことが好適である。   The timing at which the HTML file selection unit 11 is activated is not particularly limited. For example, the HTML file selection unit 11 may be activated at a timing set in the HTML file selection unit 11 such as what time every day or what day of the week. May be activated at any timing such as pressing an activation button. In these examples, in order to select an updated or newly created HTML file, the latest update date / time (created date / time in the case of new creation) included in the metadata of each HTML file is searched. However, in order to improve the efficiency of the process for such selection, an update history including the latest update date and time of each HTML file stored in the HTML file storage unit 21 is separately managed as log data. It is suitable to leave.

あるいは、Webサーバ20においてHTMLファイル格納部21を監視し、HTMLファイル格納部21に格納されたHTMLファイルが更新された際や、新たに作成されたHTMLファイルが格納された際に、テキストデータ保存サーバ10にHTMLファイル選択部11の起動命令となる信号を送出するよう構成してもよい。このように構成する場合は、起動命令となる信号を送出する対象となったHTMLファイルが、更新又は新たに作成されたHTMLファイルとして選択されることになる。   Alternatively, the HTML file storage unit 21 is monitored in the Web server 20, and the text data is saved when the HTML file stored in the HTML file storage unit 21 is updated or when a newly created HTML file is stored. The server 10 may be configured to send a signal serving as an activation command for the HTML file selection unit 11. In the case of such a configuration, the HTML file that is the target of sending a signal serving as a start command is selected as an updated or newly created HTML file.

尚、HTMLファイルに含まれるイメージタグから特定されるイメージファイルについて、ファイル名や格納領域のアドレスは変更されることなくファイルのデータのみが更新され、HTMLファイル自体には変更がない場合には、イメージファイルによって表示される画像化されたテキストが追加、削除又は変更されていたとしても、HTMLファイルの更新履歴からはこうした変更等を検出することができないという問題が生じ得る。このような変更等にも対応できるようにするためには、HTMLファイル自体の更新履歴だけでなく、HTMLファイルに含まれるイメージタグから特定されるイメージファイルが更新された事実も更新履歴として記録されるように、ログデータを管理しておくことが好ましい。   For the image file specified from the image tag included in the HTML file, only the file data is updated without changing the file name or the storage area address, and the HTML file itself is not changed. Even if the imaged text displayed by the image file is added, deleted, or changed, there may be a problem that such a change cannot be detected from the update history of the HTML file. In order to cope with such changes, not only the update history of the HTML file itself, but also the fact that the image file specified from the image tag included in the HTML file has been updated is recorded as the update history. Thus, it is preferable to manage log data.

続いて、HTMLファイル格納部21から読み出したHTMLファイルから、一のHTMLファイルを選択して(S02)、選択したHTMLファイルのソースコードを読み取り、イメージタグが含まれているかを確認する(S03)。選択したHTMLファイルにイメージタグが含まれていない場合は、HTMLファイル格納部21から読み出した全てのHTMLファイルについての処理が終了していなければ(S14)、他のHTMLファイルを一つ選択して(S02)、同様の処理を繰り返す。   Subsequently, one HTML file is selected from the HTML file read from the HTML file storage unit 21 (S02), the source code of the selected HTML file is read, and it is confirmed whether an image tag is included (S03). . If the selected HTML file does not include an image tag, if all the HTML files read from the HTML file storage unit 21 have not been processed (S14), one other HTML file is selected. (S02), similar processing is repeated.

選択したHTMLファイルにイメージタグが含まれている場合は、イメージファイル選択部12を起動して、イメージタグに指定されたファイル名やアドレス情報から特定されるイメージファイルを選択し、Webサーバ20のイメージファイル格納部22から読み出して(S04)、このイメージファイルに変更があるかを確認する(S05)。   If the selected HTML file includes an image tag, the image file selection unit 12 is activated to select an image file specified from the file name or address information specified in the image tag, and the Web server 20 It is read from the image file storage unit 22 (S04), and it is confirmed whether there is a change in this image file (S05).

ここでイメージファイルに変更があるか否かを判断するためには、HTMLファイルの場合と同様に、イメージファイルの更新日時等の更新履歴から、前回の起動時以降に更新又は新たに作成されたイメージファイルを特定することができるが、イメージファイル自体は更新又は新たに作成されたものでなくても、イメージタグに含まれるファイル名等の変更によってWebページに表示される画像化されたテキストが変更される場合もあるので、イメージファイルの更新日時等だけでなく、イメージタグに含まれるファイル名等の変更の有無についても、確認の対象に加えることが好ましい。   Here, in order to determine whether or not there is a change in the image file, it is updated or newly created since the last startup from the update history such as the update date and time of the image file, as in the case of the HTML file. Although the image file can be specified, even if the image file itself is not updated or newly created, the imaged text displayed on the Web page by changing the file name included in the image tag is not displayed. Since it may be changed, it is preferable to add not only the update date and time of the image file but also whether or not the file name included in the image tag has been changed.

イメージファイルに変更がない場合は、HTMLファイル格納部21から読み出した全てのHTMLファイルについての処理が終了していなければ(S14)、他のHTMLファイルを一つ選択して(S02)、同様の処理を繰り返す。尚、対象となるHTMLファイルに複数のイメージファイルが含まれている場合、全てのイメージファイルについて変更がなければS14の処理を行うが、一つでもイメージファイルに変更があればそのイメージファイルについて、以下に説明するS06〜S13の処理を実行する。   If there is no change in the image file, if processing for all the HTML files read from the HTML file storage unit 21 has not been completed (S14), one other HTML file is selected (S02), and the same Repeat the process. If the target HTML file includes a plurality of image files, if there is no change in all the image files, the process of S14 is performed. If even one image file is changed, the image file is changed. The process of S06-S13 demonstrated below is performed.

イメージファイルに変更がある場合(イメージファイルが更新されている場合や新たなイメージファイルが追加された場合、イメージタグにより特定されるイメージファイルが変更されている場合など)は、テキスト認識部13を起動し、そのイメージファイルをスキャン(イメージファイルによって出力されるイメージをスキャン)して(S06)、イメージ上に表示される画像化された文字や数字などのテキストを認識する処理を実行する(S07)。   When there is a change in the image file (when the image file is updated, when a new image file is added, or when the image file specified by the image tag is changed), the text recognition unit 13 is changed. It starts, scans the image file (scans the image output by the image file) (S06), and executes a process of recognizing text such as imaged characters and numbers displayed on the image (S07). ).

ここでテキストが認識できない場合の処理方法は特に限定されるものではないが、例えば、テキストを認識できないイメージファイルを保留リストに記録しておき、保留リストに記録されたイメージファイルをコンピュータのディスプレイに出力して、管理者が目視で画像化された文字や数字等のテキストが含まれているかを確認して、必要に応じてalt属性を編集する操作を行うこととすればよい。   The processing method when the text cannot be recognized is not particularly limited. For example, an image file that cannot recognize the text is recorded in the hold list, and the image file recorded in the hold list is displayed on the computer display. It is only necessary that the administrator confirms whether the administrator visually includes text such as letters and numbers, and edits the alt attribute as necessary.

画像化されたテキストを認識してテキストデータが特定できた場合には、alt読取部14して、対象となるイメージファイルを特定したイメージタグから、alt属性に定義された代替テキストを読み取る(S08)。さらに、マッチング処理部15を起動して、先にテキスト認識部13で認識した画像化されたテキストから特定されるテキストデータと、alt読取部14で読み取った代替テキストを対比する(S09)。これらが一致する場合は、イメージタグのalt属性に画像化されたテキストに合致する適切な代替テキストが定義されていると考えられるので、alt属性を編集しなおす必要はない。   If the text data can be identified by recognizing the imaged text, the alt reading unit 14 reads the alternative text defined in the alt attribute from the image tag specifying the target image file (S08). ). Further, the matching processing unit 15 is activated, and the text data specified from the imaged text previously recognized by the text recognition unit 13 is compared with the alternative text read by the alt reading unit 14 (S09). If they match, it is considered that an appropriate alternative text that matches the imaged text is defined in the alt attribute of the image tag, so there is no need to re-edit the alt attribute.

一方、これらが一致しない場合は、alt属性を編集しなおすことが必要になるが、ここでHTMLファイル選択部16を起動して、認識した画像化されたテキストから特定されるテキストデータと読み取った代替テキストが一致しないイメージファイルを特定するイメージタグが含まれるHTMLファイルが他にもあるか、Webサーバ20のHTMLファイル格納部21を検索して(S10)、該当するHTMLファイルがあれば(S11)、そのHTMLファイルを選択して、HTMLファイル格納部21から読み出す(S12)。この検索で複数のHTMLファイルがヒットした場合には、全てのHTMLファイルを選択して読み出す。   On the other hand, if they do not match, it is necessary to re-edit the alt attribute. Here, the HTML file selection unit 16 is activated to read the text data specified from the recognized imaged text. The HTML file storage unit 21 of the Web server 20 is searched for another HTML file that includes an image tag that identifies an image file that does not match the alternative text (S10), and if there is a corresponding HTML file (S11) The HTML file is selected and read out from the HTML file storage unit 21 (S12). When a plurality of HTML files are hit by this search, all the HTML files are selected and read.

続いて、alt書込部17を起動して、最初に読み出したHTMLファイルを含めて、全てのHTMLファイルに含まれる該当するイメージタグのalt属性に定義された代替テキストを、イメージファイルをスキャンして認識したテキストから特定されるテキストデータに修正する。さらに、HTMLファイル更新部18を起動し、alt属性が修正されたHTMLファイルをWebサーバ20にアップロードして、HTMLファイル格納部21に格納された各々のHTMLファイルを更新する(S13)。   Subsequently, the alt writing unit 17 is activated, and the image file is scanned for the alternative text defined in the alt attribute of the corresponding image tag included in all the HTML files including the first read HTML file. To the text data specified from the recognized text. Furthermore, the HTML file update unit 18 is activated, the HTML file with the modified alt attribute is uploaded to the Web server 20, and each HTML file stored in the HTML file storage unit 21 is updated (S13).

検索でヒットするHTMLファイルが存在しない場合は(S11)、最初に読み出したHTMLファイルに含まれる該当するイメージタグのalt属性に定義された代替テキストを、イメージファイルをスキャンして認識したテキストから特定されるテキストデータに修正し、alt属性が修正されたHTMLファイルをWebサーバ20にアップロードして、HTMLファイル格納部21に格納された各々のHTMLファイルを更新する(S13)。   When there is no HTML file hit by the search (S11), the alternative text defined in the alt attribute of the corresponding image tag included in the first read HTML file is identified from the text recognized by scanning the image file. The HTML file corrected to the text data and the alt attribute corrected is uploaded to the Web server 20 to update each HTML file stored in the HTML file storage unit 21 (S13).

尚、S10〜S12に示した処理を行わず、同じイメージファイルが用いられている場合であっても、各々のHTMLファイルについてイメージファイルの選択やスキャンなどの処理を行うこととしてもよいが、S10〜S12に示した処理を行えば、同じイメージファイルを何度もWebサーバ20のイメージファイル格納部22から読み出したり、スキャンしたりする必要がなくなるので、より効率的な処理が可能になる。   Even if the same image file is used without performing the processing shown in S10 to S12, it is possible to perform processing such as image file selection and scanning for each HTML file. When the processing shown in S12 is performed, it is not necessary to read and scan the same image file from the image file storage unit 22 of the Web server 20 many times, so that more efficient processing is possible.

図8〜図10は、S06〜S13の処理において、発生し得ると考えられる3つのパターンを例示したものである。図8では、ファイル1によって表示されるWebページには「あああ」という画像化されたテキストを含むイメージが表示され、alt属性にも「あああ」という適切な代替テキストが定義されていたところに、このイメージが「いいい」という画像化されたテキストを含むイメージに変更されたが、あわせてalt属性に定義された代替テキストも「いいい」に変更されているため、イメージファイルをスキャンしたテキストデータとイメージタグに含まれるalt属性の代替テキストは一致している。つまり、イメージファイルの変更に伴い、alt属性も変更されて適切な代替テキストが保存されていると考えられるので、alt属性の編集は不要である。   8 to 10 illustrate three patterns that can be generated in the processes of S06 to S13. In FIG. 8, an image including the imaged text “Ah” is displayed on the Web page displayed by the file 1, and an appropriate alternative text “Ah” is defined in the alt attribute. This image has been changed to an image that contains the imaged text “Yes”, but the alternate text defined in the alt attribute has also been changed to “Yes”, so the text that scanned the image file The alternative text of the alt attribute included in the data and the image tag matches. That is, with the change of the image file, it is considered that the alt attribute is also changed and an appropriate alternative text is stored, so that it is not necessary to edit the alt attribute.

図9では、ファイル2によって表示されるWebページには「ううう」という画像化されたテキストを含むイメージが表示され、そのイメージに対応するイメージタグのalt属性にも「ううう」という適切な代替テキストが定義されていたところに、このイメージが「えええ」という画像化されたテキストを含むイメージに変更されたにも関わらず、alt属性に定義された代替テキストは「ううう」のままで、変更漏れが生じてしまっている。このイメージのイメージファイルをスキャンして「えええ」という画像化されたテキストを特定するテキストデータが認識され、これを「ううう」というイメージタグに含まれるalt属性の代替テキストを対比すると、両者は一致しないことから、イメージファイルが変更されたものの、alt属性が変更されず適切な代替テキストが保存されていないことが確認できる。   In FIG. 9, an image including the imaged text “UU” is displayed on the Web page displayed by the file 2, and the alt attribute of the image tag corresponding to the image is also appropriately set to “UU”. Where the alternative text was defined, the alternative text defined in the alt attribute remains "Uu" even though this image was changed to an image containing the imaged text "Yes" And there is a change omission. When the image file of this image is scanned and the text data specifying the imaged text “Yes” is recognized, and the alternative text of the alt attribute included in the image tag “Uu” is compared, Does not match, it can be confirmed that although the image file has been changed, the alt attribute is not changed and the appropriate alternative text is not saved.

このような場合には、ファイル2の他に、Webサーバ20のHTMLファイル格納部21を検索して、同じイメージファイルが用いられているファイル3も読み出し、ファイル2、ファイル3の両方のイメージタグに含まれるalt属性に定義された代替テキストを「えええ」に変更し、保存したファイルをそれぞれアップロードして、Webサーバ20のHTMLファイル格納部21に格納されているファイル2、ファイル3を更新する。   In such a case, in addition to the file 2, the HTML file storage unit 21 of the Web server 20 is searched to read out the file 3 in which the same image file is used, and the image tags of both the file 2 and the file 3 are read out. Change the text alternative defined in the alt attribute to “Yes”, upload the saved files, and update the files 2 and 3 stored in the HTML file storage unit 21 of the Web server 20. To do.

図10では、ファイル4が新たに作成され、ファイル4によって表示されるWebページには「おおお」という画像化されたテキストを含むイメージが表示されているものの、そのイメージに対応するイメージタグのalt属性には代替テキストの定義が漏れていて、何も記述されていない状態である。このイメージのイメージファイルをスキャンすると「おおお」という画像化されたテキストを特定するテキストデータが認識されるが、このイメージファイルを特定するイメージタグのalt属性には代替テキストが定義されておらず、両者が一致することにはならないことから、表示されるイメージのalt属性に適切な代替テキストが保存されていないことが確認できる。   In FIG. 10, the file 4 is newly created, and an image including the imaged text “Oo” is displayed on the Web page displayed by the file 4, but the image tag alt corresponding to the image is displayed. The definition of alternative text is missing in the attribute, and nothing is described. When the image file of this image is scanned, text data that identifies the imaged text "Oh" is recognized, but no alternative text is defined in the alt attribute of the image tag that identifies this image file, Since they do not match, it can be confirmed that an appropriate alternative text is not stored in the alt attribute of the displayed image.

このような場合には、ファイル4の他に、Webサーバ20のHTMLファイル格納部21を検索して、同じイメージファイルが用いられているファイル5も読み出し、ファイル4、ファイル5の両方のイメージタグに含まれるalt属性に「おおお」という代替テキストを定義して保存したファイルをそれぞれアップロードして、Webサーバ20のHTMLファイル格納部21に格納されているファイル4、ファイル5を更新する。   In such a case, in addition to the file 4, the HTML file storage unit 21 of the Web server 20 is searched to read the file 5 in which the same image file is used, and the image tags of both the file 4 and the file 5 are read. Each of the files stored by defining the alternative text “Oo” in the alt attribute included in the URL and uploading the files is updated, and the files 4 and 5 stored in the HTML file storage unit 21 of the Web server 20 are updated.

以上に説明した、先に選択した一のHTMLファイルについて、イメージファイルに画像化されたテキストが含まれる場合に、そのテキストのテキストデータを適切にalt属性の代替テキストに保存して、テキスト検索を可能にするS06〜S13の処理が終了すると、HTMLファイル格納部21から読み出した全てのHTMLファイルについての処理が終了していなければ(S14)、他のHTMLファイルを一つ選択して(S02)、同様の処理を繰り返す。全てのHTMLファイルについての処理が終了したところで、本発明にかかるテキストデータ保存プログラムによる処理を終了する。   For the previously selected HTML file described above, if the image file contains text that has been imaged, the text data of the text is appropriately stored in the alternative text of the alt attribute, and text search is performed. When the processes of S06 to S13 to be enabled are completed, if all the HTML files read from the HTML file storage unit 21 are not completed (S14), one other HTML file is selected (S02). Repeat the same process. When the processing for all the HTML files is finished, the processing by the text data storage program according to the present invention is finished.

10 テキストデータ保存サーバ
11 HTMLファイル選択部
12 イメージファイル選択部
13 テキスト認識部
14 alt読取部
15 マッチング処理部
16 HTMLファイル選択部
17 alt書込部
18 HTMLファイル更新部
20 Webサーバ
21 HTMLファイル格納部
22 イメージファイル格納部
DESCRIPTION OF SYMBOLS 10 Text data storage server 11 HTML file selection part 12 Image file selection part 13 Text recognition part 14 Alt reading part 15 Matching process part 16 HTML file selection part 17 Alt writing part 18 HTML file update part 20 Web server 21 HTML file storage part 22 Image file storage

Claims (7)

Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存するための装置であって、
Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択手段と、
前記マークアップ文書選択手段が選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択手段と、
前記イメージファイル選択手段が選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新手段と、
前記Webサーバにおいて、前記Webサーバに格納された前記マークアップ文書を、前記代替テキスト更新手段によってイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新手段と、
を備えることを特徴とするテキストデータ保存装置。
The markup document stored in the Web server, a device for storing the text data to a searchable text that therefore displayed in the image file,
Markup document selection means for selecting a markup document stored in a Web server;
Image file selection means for selecting an image file specified from an image tag included in the markup document selected by the markup document selection means;
When the text data recognized by scanning the image file selected by the image file selection unit is compared with the alternative text included in the image tag specifying the image file, and the text data and the alternative text do not match Alternative text update means for updating the alternative text included in the image tag to the text data;
Markup document update means for updating the markup document stored in the Web server to a markup document in which the alternative text included in the image tag is updated by the alternative text update means in the Web server;
A text data storage device comprising:
前記代替テキスト更新手段は、前記イメージファイルを特定したイメージタグに代替テキストが含まれない場合には、前記イメージタグに代替テキストとして前記テキストデータを書き込むこと
を特徴とする請求項1記載のテキストデータ保存装置。
2. The text data according to claim 1, wherein the alternative text update means writes the text data as the alternative text to the image tag when the alternative text is not included in the image tag specifying the image file. Storage device.
前記代替テキスト更新手段において前記テキストデータと前記代替テキストが一致しない場合に、前記代替テキストを含むイメージタグから特定されるイメージファイルを特定するためのイメージタグを含む前記Webサーバに格納された第2のマークアップ文書を選択する第2のマークアップ文書選択手段を備えていて、
前記代替テキスト更新手段は、前記第2のマークアップ文書選択手段が選択した第2のマークアップ文書に含まれる前記イメージファイルを特定するためのイメージタグに含まれる代替テキストを、前記イメージファイル選択手段が選択したイメージファイルをスキャンして認識されたテキストデータに更新し、
前記マークアップ文書更新手段は、前記Webサーバにおいて、前記Webサーバに格納された前記第2のマークアップ文書を、前記代替テキスト更新手段によってイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させること
を特徴とする請求項1又は2記載のテキストデータ保存装置。
Second text stored in the Web server including an image tag for specifying an image file specified from an image tag including the alternative text when the text data and the alternative text do not match in the alternative text update means. Second markup document selection means for selecting a markup document of
The alternative text update means replaces the alternative text included in the image tag for specifying the image file included in the second markup document selected by the second markup document selection means with the image file selection means. Scans the selected image file and updates it to recognized text data,
In the Web server, the markup document update unit converts the second markup document stored in the Web server into a markup document in which the alternative text included in the image tag is updated by the alternative text update unit. The text data storage device according to claim 1, wherein the text data storage device is updated.
前記マークアップ文書選択手段は、前記Webサーバに格納されたマークアップ文書のうち、所定の期間内に更新又は作成されたマークアップ文書を選択すること
を特徴とする請求項1乃至3いずれかに記載のテキストデータ保存装置。
4. The markup document selecting unit selects a markup document updated or created within a predetermined period from markup documents stored in the Web server. The text data storage device described.
前記イメージファイル選択手段は、前記マークアップ文書選択手段が選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルのうち、前記期間内に更新又は作成されたイメージファイルを選択すること
を特徴とする請求項4記載のテキストデータ保存装置。
The image file selection unit selects an image file updated or created within the period from among image files specified from image tags included in the markup document selected by the markup document selection unit. The text data storage device according to claim 4.
Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存するためのプログラムであって、コンピュータに、
Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択ステップと、
前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択ステップと、
前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新ステップと、
前記Webサーバにおいて、前記Webサーバ格納された前記マークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新ステップと、
を実行させることを特徴とするテキストデータ保存プログラム。
To mark up documents that are stored in the Web server, a program for storing text data for enabling search for text that is thus displayed on the image file, the computer,
A markup document selection step of selecting a markup document stored in a web server;
An image file selection step for selecting an image file specified from an image tag included in the markup document selected in the markup document selection step;
When the text data recognized by scanning the image file selected in the image file selection step is compared with the alternative text included in the image tag specifying the image file, and the text data and the alternative text do not match An alternative text update step for updating the alternative text included in the image tag to the text data;
A markup document update step in which the markup document stored in the Web server is updated to a markup document in which the alternative text included in the image tag is updated in the alternative text update step in the Web server;
A text data storage program characterized in that is executed.
Webサーバに格納されたマークアップ文書に、イメージファイルよって表示されるテキストを検索可能とするためのテキストデータを保存する方法であって、
コンピュータが、Webサーバに格納されたマークアップ文書を選択するマークアップ文書選択ステップと、
前記コンピュータが、前記マークアップ文書選択ステップで選択したマークアップ文書に含まれるイメージタグから特定されるイメージファイルを選択するイメージファイル選択ステップと、
前記コンピュータが、前記イメージファイル選択ステップで選択したイメージファイルをスキャンして認識されたテキストデータと、前記イメージファイルを特定したイメージタグに含まれる代替テキストを対比し、前記テキストデータと前記代替テキストが一致しない場合には、前記イメージタグに含まれる代替テキストを前記テキストデータに更新する代替テキスト更新ステップと、
前記コンピュータが、前記Webサーバにおいて、前記Webサーバ格納された前記マークアップ文書を、前記代替テキスト更新ステップでイメージタグに含まれる代替テキストが更新されたマークアップ文書に更新させるマークアップ文書更新ステップと、
を有することを特徴とするテキストデータの保存方法。
To mark up documents that are stored in the Web server, there is provided a method of storing the text data for enabling search for text that is thus displayed on the image file,
A markup document selection step in which a computer selects a markup document stored in a Web server;
An image file selection step in which the computer selects an image file specified from an image tag included in the markup document selected in the markup document selection step;
The computer compares the text data recognized by scanning the image file selected in the image file selection step with the alternative text included in the image tag specifying the image file, and the text data and the alternative text are If they do not match, an alternative text update step for updating the alternative text included in the image tag to the text data;
A markup document update step in which the computer updates the markup document stored in the Web server to a markup document in which the alternative text included in the image tag is updated in the alternative text update step in the Web server; ,
A method for storing text data, comprising:
JP2013160014A 2013-07-31 2013-07-31 Text data storage device, text data storage program, and text data storage method Active JP5628977B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013160014A JP5628977B1 (en) 2013-07-31 2013-07-31 Text data storage device, text data storage program, and text data storage method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013160014A JP5628977B1 (en) 2013-07-31 2013-07-31 Text data storage device, text data storage program, and text data storage method

Publications (2)

Publication Number Publication Date
JP5628977B1 true JP5628977B1 (en) 2014-11-19
JP2015032073A JP2015032073A (en) 2015-02-16

Family

ID=52136374

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013160014A Active JP5628977B1 (en) 2013-07-31 2013-07-31 Text data storage device, text data storage program, and text data storage method

Country Status (1)

Country Link
JP (1) JP5628977B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6904098B2 (en) * 2017-06-26 2021-07-14 コニカミノルタ株式会社 Document conversion device, document conversion program and document conversion method
JP2019109703A (en) * 2017-12-18 2019-07-04 トッパン・フォームズ株式会社 Document search apparatus, document search method, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008622A (en) * 2009-06-26 2011-01-13 Fujitsu Ltd Display test device, display test program, and display test method
JP2012118737A (en) * 2010-11-30 2012-06-21 Fujitsu Ltd Inspection support program, inspection support method and inspection support device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008622A (en) * 2009-06-26 2011-01-13 Fujitsu Ltd Display test device, display test program, and display test method
JP2012118737A (en) * 2010-11-30 2012-06-21 Fujitsu Ltd Inspection support program, inspection support method and inspection support device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNG200900074012; 柳田 育孝、橘 賢二、白銀 純子、岩田 一、深澤 良彰: 'Web画像に対する代替記述の適切性の評価手法' 電子情報通信学会技術研究報告 Vol.108 No.435, 20090213, pp.59-64, 社団法人電子情報通信学会 *
JPN6014035763; 柳田 育孝、橘 賢二、白銀 純子、岩田 一、深澤 良彰: 'Web画像に対する代替記述の適切性の評価手法' 電子情報通信学会技術研究報告 Vol.108 No.435, 20090213, pp.59-64, 社団法人電子情報通信学会 *

Also Published As

Publication number Publication date
JP2015032073A (en) 2015-02-16

Similar Documents

Publication Publication Date Title
US8312388B2 (en) Information processing apparatus, information processing method and computer readable medium
JP4438448B2 (en) Structured document display processing device, structured document display method, structured document display program
US20090313539A1 (en) Information processor, information processing method, and recording medium
JP6645850B2 (en) Information management apparatus, information management method, and information management program
US8850359B2 (en) Image processor and image processing method
CN105589959A (en) Form processing method and form processing system
US20110202574A1 (en) Document management device, document management method and computer readable medium
US20160140715A1 (en) Information processing apparatus, information processing system, and information processing method
JP5628977B1 (en) Text data storage device, text data storage program, and text data storage method
JP4959501B2 (en) Information processing apparatus, information processing method, and program
JP6910494B1 (en) Information processing program, information processing device and information processing method
JP2007156624A (en) Document processor and control method thereof, document management system, and control program
JP7390071B2 (en) Document processing devices, document processing methods, and programs
JP6828277B2 (en) Client devices, information information systems and programs
US20190179800A1 (en) Information processing system, control method therefor, and storage medium
JP2009163654A (en) Image server and portable telephone, their operation method, and computer program for controlling them
JP5138617B2 (en) Information processing apparatus, information processing method, and program
JP2009110506A (en) Information processing apparatus and information processing program
KR101993605B1 (en) Method of saving an archive of action webtoon
US20210149967A1 (en) Document management apparatus, document management system, and non-transitory computer readable medium storing program
JP2008033647A (en) Document set forming device and document set forming method
JP6683042B2 (en) Data processing device, system and program
JP2005339379A (en) System and method for information display
JP2017045349A (en) Homepage creation support device and method thereof
JP6231846B2 (en) Transmission target output device, transmission target output method, and program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140825

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140827

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140930

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141002

R150 Certificate of patent or registration of utility model

Ref document number: 5628977

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250