JP2020096340A - Image processing apparatus, image processing system, image processing method, and web browser system - Google Patents

Image processing apparatus, image processing system, image processing method, and web browser system Download PDF

Info

Publication number
JP2020096340A
JP2020096340A JP2019122458A JP2019122458A JP2020096340A JP 2020096340 A JP2020096340 A JP 2020096340A JP 2019122458 A JP2019122458 A JP 2019122458A JP 2019122458 A JP2019122458 A JP 2019122458A JP 2020096340 A JP2020096340 A JP 2020096340A
Authority
JP
Japan
Prior art keywords
image processing
unit
tag
application
scan
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
Application number
JP2019122458A
Other languages
Japanese (ja)
Inventor
陽介 宇藤
Yosuke Uto
陽介 宇藤
宜也 門田
Nobuya Monden
宜也 門田
浩樹 浅木森
Hiroki Asakimori
浩樹 浅木森
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US16/682,073 priority Critical patent/US10848629B2/en
Publication of JP2020096340A publication Critical patent/JP2020096340A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

To achieve a function specific to an image processing apparatus by using a general-purpose HTML.SOLUTION: An image processing apparatus has a web browser and an image processing service unit that controls execution of predetermined image processing. The web browser has an interpretation unit that interprets a content acquired from a web server connected to the image processing apparatus via a network, an UI unit that displays a screen based on the content interpreted by the interpretation unit, and a control unit that, in response to a user's input on the screen displayed by the UI unit, at least requests the image processing service unit to execute the image processing. When an HTML tag of the content includes a predetermined tag, the control unit requests the image processing service unit, as the image processing, to transmit image data created by reading a document to a transmission destination indicated by the predetermined tag.SELECTED DRAWING: Figure 5

Description

本発明は、画像処理装置、画像処理システム、画像処理方法、及びWebブラウザプログラムに関する。 The present invention relates to an image processing device, an image processing system, an image processing method, and a web browser program.

複合機(MFP:Multifunction Peripheral)等の画像処理装置において、Webブラウザ上で動作するWebアプリケーションを利用して、印刷やスキャン等の各種画像処理機能を実現する技術が従来から知られている(例えば特許文献1参照)。 In an image processing apparatus such as a multi-function peripheral (MFP), a technique for realizing various image processing functions such as printing and scanning by using a web application running on a web browser has been conventionally known (for example, See Patent Document 1).

ところで、上述したような印刷やスキャン等の各種画像処理機能は、複合機等の画像処理装置特有の機能である。このような画像処理装置特有の機能を実現させるWebアプリケーションでは、画像処理装置専用のJavaScript(登録商標)を用いてHTML(HyperText Markup Language)が記述されている必要がある。 By the way, the various image processing functions such as printing and scanning as described above are functions peculiar to the image processing apparatus such as a multifunction peripheral. In a Web application that realizes such a function unique to an image processing apparatus, it is necessary to describe HTML (HyperText Markup Language) using Java Script (registered trademark) dedicated to the image processing apparatus.

一方で、スマートフォンやタブレット端末、PC(パーソナルコンピュータ)等の情報処理装置が利用するWebアプリケーションでは、汎用的なHTMLで記述されている。汎用的なHTMLでは、上述したような印刷やスキャン等の画像処理装置特有の機能を実現させるためのHTMLタグ等が用意されていない。 On the other hand, Web applications used by information processing devices such as smartphones, tablet terminals, and PCs (personal computers) are described in general-purpose HTML. A general-purpose HTML does not have an HTML tag or the like for realizing the above-described functions peculiar to the image processing apparatus such as printing and scanning.

このため、汎用的なHTMLを用いたWebアプリケーションでは、印刷やスキャン等の画像処理装置特有の機能を実現させることが困難であった。 For this reason, it is difficult for a general-purpose Web application using HTML to realize functions unique to the image processing apparatus, such as printing and scanning.

本発明の実施の形態は、上記の点に鑑みてなされたものであり、汎用的なHTMLを利用して画像処理装置特有の機能を実現させることを目的とする。 The embodiment of the present invention has been made in view of the above points, and an object thereof is to realize a function peculiar to an image processing apparatus by using a general-purpose HTML.

上記目的を達成するため、本発明の実施の形態は、Webブラウザと、所定の画像処理の実行を制御する画像処理サービス部とを有する画像処理装置であって、前記Webブラウザは、前記画像処理装置とネットワークを介して接続されるWebサーバから取得したコンテンツを解釈する解釈部と、前記解釈部が解釈したコンテンツに基づく画面を表示するUI部と、前記UI部が表示した前記画面上におけるユーザの入力に応じて、少なくとも前記画像処理サービス部に対する前記画像処理の実行要求を行う制御部と、を有し、前記コンテンツのHTMLタグが、所定のタグを含む場合、前記制御部は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す送信先に送信することを前記画像処理サービス部に要求する、ことを特徴とする。 In order to achieve the above object, an embodiment of the present invention is an image processing apparatus including a web browser and an image processing service unit that controls execution of predetermined image processing, wherein the web browser is the image processing device. An interpretation unit that interprets content acquired from a Web server connected to the device via a network, a UI unit that displays a screen based on the content interpreted by the interpretation unit, and a user on the screen displayed by the UI unit. And a control unit that requests the image processing service unit to execute the image processing in accordance with the input, and the HTML tag of the content includes a predetermined tag, the control unit controls the image As a process, the image processing service unit is requested to transmit the image data generated by reading the original document to the destination indicated by the predetermined tag.

本発明の実施の形態によれば、汎用的なHTMLを利用して画像処理装置特有の機能を実現させることができる。 According to the embodiment of the present invention, it is possible to realize a function peculiar to an image processing apparatus by using a general-purpose HTML.

本実施形態に係る画像処理システムの全体構成の一例を示す図である。It is a figure showing an example of the whole composition of the image processing system concerning this embodiment. 本実施形態に係る画像処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the image processing apparatus which concerns on this embodiment. 本実施形態に係る画像処理装置の操作装置及び本体装置に含まれるソフトウェア群の階層構造の一例を示す図である。It is a figure which shows an example of the hierarchical structure of the software group contained in the operating device and main body apparatus of the image processing device concerning this embodiment. 本実施形態に係る情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the information processing apparatus which concerns on this embodiment. 本実施形態に係る画像処理システムのソフトウェア構成の一例を示す図である。It is a figure which shows an example of the software configuration of the image processing system which concerns on this embodiment. 本実施形態に係る印刷処理の一例を示すシーケンス図である。FIG. 8 is a sequence diagram illustrating an example of print processing according to the present embodiment. 印刷処理における画面遷移の一例を示す図である。FIG. 6 is a diagram illustrating an example of screen transitions in print processing. aタグの一例を示す図である。It is a figure which shows an example of an a tag. PHPコードの一例を示す図である。It is a figure which shows an example of a PHP code. 本実施形態に係る印刷処理の他の例(その1)を示すシーケンス図である。FIG. 8 is a sequence diagram showing another example (1) of the print processing according to the present embodiment. 印刷設定画面の一例を示す図である。FIG. 6 illustrates an example of a print setting screen. 本実施形態に係る印刷処理の他の例(その2)を示すシーケンス図である。FIG. 8 is a sequence diagram showing another example (No. 2) of the print processing according to the present embodiment. 本実施形態に係る印刷処理の他の例(その3)を示すシーケンス図である。FIG. 9 is a sequence diagram showing another example (3) of the print processing according to the present embodiment. 印刷処理の実行時におけるWebブラウザの動作の一例を示すフローチャートである。6 is a flowchart illustrating an example of the operation of the Web browser when executing print processing. 本実施形態に係るスキャン処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the scanning process which concerns on this embodiment. スキャン処理における画面遷移の一例を示す図である。It is a figure which shows an example of the screen transition in a scan process. aタグの一例を示す図である。It is a figure which shows an example of an a tag. 本実施形態に係るスキャン処理の他の例(その1)を示すシーケンス図である。It is a sequence diagram which shows the other example (the 1) of the scanning process which concerns on this embodiment. スキャン設定画面の一例を示す図である。It is a figure which shows an example of a scan setting screen. 本実施形態に係る汎用HTMLタグの解釈に基づく画像処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the image processing based on the interpretation of the general-purpose HTML tag which concerns on this embodiment. スキャン及びメール送信処理の実行時におけるWebブラウザの動作の一例を示すフローチャートである。9 is a flowchart showing an example of the operation of the Web browser at the time of executing scanning and mail transmission processing. 本実施形態に係る画像処理システムのソフトウェア構成の他の例を示す図である。It is a figure which shows the other example of the software configuration of the image processing system which concerns on this embodiment. 本実施形態に係る画像処理システムの全体構成の一例を示す図である。It is a figure showing an example of the whole composition of the image processing system concerning this embodiment. 本実施形態に係る画像処理システムのソフトウェア構成の一例を示す図である。It is a figure which shows an example of the software configuration of the image processing system which concerns on this embodiment. 本実施形態に係るスキャン処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the scanning process which concerns on this embodiment. スキャン処理における画面遷移の一例を示す図である。It is a figure which shows an example of the screen transition in a scan process. aタグの一例を示す図である。It is a figure which shows an example of an a tag. 本実施形態に係るスキャン処理の他の例(その1)を示すシーケンス図である。It is a sequence diagram which shows the other example (the 1) of the scanning process which concerns on this embodiment. スキャン設定画面の一例を示す図である。It is a figure which shows an example of a scan setting screen. 本実施形態に係る汎用HTMLタグの解釈に基づく画像処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the image processing based on the interpretation of the general-purpose HTML tag which concerns on this embodiment. スキャン及びファクス送信処理の実行時におけるWebブラウザの動作の一例を示すフローチャートである。6 is a flowchart showing an example of the operation of the Web browser when executing a scan and fax transmission process. 本実施形態に係る画像処理システムのソフトウェア構成の他の例を示す図である。It is a figure which shows the other example of the software configuration of the image processing system which concerns on this embodiment. 実施形態に係る画像処理システムの構成の一例を示す図である。It is a figure which shows an example of a structure of the image processing system which concerns on embodiment. 実施形態に係るMFPのハードウェア構成の一例を示す図である。FIG. 1 is a diagram showing an example of a hardware configuration of an MFP according to an embodiment. 実施形態に係るWebサーバのハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the Web server which concerns on embodiment. 実施形態に係るMFPのソフトウェアの階層構造の一例を示す図である。FIG. 3 is a diagram showing an example of a hierarchical structure of software of the MFP according to the embodiment. 実施形態に係る画像処理システムの機能ブロックの構成の一例を示す図である。It is a figure showing an example of composition of a functional block of an image processing system concerning an embodiment. 実施形態に係る画像処理システムのスキャン・印刷処理の一例を示すシーケンス図である。6 is a sequence diagram illustrating an example of scan/print processing of the image processing system according to the exemplary embodiment. FIG. スキャン・印刷処理における画面遷移の一例を示す図である。FIG. 6 is a diagram showing an example of screen transitions in scan/print processing. スキャン実行タグの一例を示す図である。It is a figure which shows an example of a scan execution tag. 印刷実行タグの一例を示す図である。It is a figure which shows an example of a print execution tag. 実施形態の変形例1に係る画像処理システムの機能ブロックの構成の一例を示す図である。It is a figure which shows an example of a structure of the functional block of the image processing system which concerns on the modification 1 of embodiment. 実施形態の変形例1に係る画像処理システムのスキャン・印刷処理の一例を示す図である。FIG. 9 is a diagram showing an example of scan/print processing of an image processing system according to Modification 1 of the embodiment. 実施形態の変形例2に係る画像処理システムの機能ブロックの構成の一例を示す図である。It is a figure which shows an example of a structure of the functional block of the image processing system which concerns on the modification 2 of embodiment.

以下、本発明の実施の形態について、図面を参照しながら説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

<実施形態1>
<全体構成例>
まず、本実施形態に係る画像処理システム1の全体構成について、図1を参照しながら説明する。図1は、本実施形態に係る画像処理システム1の全体構成の一例を示す図である。
<Embodiment 1>
<Overall configuration example>
First, the overall configuration of the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of the overall configuration of an image processing system 1 according to this embodiment.

図1に示すように、本実施形態に係る画像処理システム1には、1以上の画像処理装置10と、1以上のWebサーバ20と、1以上のメールサーバ30と、情報処理装置40とが含まれる。また、画像処理装置10とWebサーバ20とは、例えばインターネット等の広域的なネットワークNを介して通信可能に接続されている。また、画像処理装置10とメールサーバ30とは、例えばインターネット等の広域的なネットワークNを介して通信可能に接続されている。 As shown in FIG. 1, the image processing system 1 according to the present embodiment includes one or more image processing apparatuses 10, one or more Web servers 20, one or more mail servers 30, and an information processing apparatus 40. included. The image processing apparatus 10 and the Web server 20 are communicably connected via a wide area network N such as the Internet. The image processing apparatus 10 and the mail server 30 are communicatively connected via a wide area network N such as the Internet.

画像処理装置10は、Webブラウザが搭載された複合機等の電子機器である。画像処理装置10のユーザは、Webサーバ20が提供するWebアプリケーションを利用して、例えば、Webサーバ20からダウンロードした電子データを印刷したり、スキャンにより生成した画像データをメールサーバ30にメール送信したりすることができる。 The image processing apparatus 10 is an electronic device such as a multi-function peripheral equipped with a web browser. The user of the image processing apparatus 10 uses the Web application provided by the Web server 20 to print, for example, electronic data downloaded from the Web server 20 or send image data generated by scanning to the mail server 30 by mail. You can

Webサーバ20は、ネットワークNを介して、汎用的なHTMLを用いたWebアプリケーションを提供するコンピュータ又はコンピュータシステムである。汎用的なHTMLとは、W3C(World Wide Web Consortium)で規定されたHTML5やHTML 5.1等のことである。また、汎用的とは、例えば画像処理装置等の機器でのみ解釈可能や処理可能なように定義されたコンテンツ(拡張HTMLや拡張JavaScript等の拡張されたコンテンツ)とは異なり、汎用Webブラウザであれば機器の種類を問わず解釈や処理が可能なコンテンツを指す。汎用HTMLは、個人端末であるPCや携帯端末、スマートフォン等で利用可能であり、一般的なWebサーバやWebアプリケーションに共通して用いられている。 The web server 20 is a computer or a computer system that provides a web application using general-purpose HTML via the network N. The general-purpose HTML is HTML5 or HTML 5.1 defined by W3C (World Wide Web Consortium). Further, general-purpose is a general-purpose Web browser, unlike content (extended contents such as extended HTML and extended Javascript) defined so that it can be interpreted and processed only by a device such as an image processing device. For example, it refers to content that can be interpreted and processed regardless of the type of device. The general-purpose HTML can be used in a personal terminal such as a PC, a mobile terminal, and a smartphone, and is commonly used in general web servers and web applications.

Webサーバ20によりWebアプリケーションが提供されることで、種々のWebサービスが実現される。このようなWebサービスとしては、例えば、クラウドストレージサービス、SNS(Social Networking Service)、クラウドプリントサービス、ブログサービス、掲示板サービス、オンラインゲームサービス、オンラインショッピングサービス等が挙げられる。 Various web services are realized by providing a web application by the web server 20. Examples of such Web services include cloud storage services, SNS (Social Networking Services), cloud print services, blog services, bulletin board services, online game services, online shopping services, and the like.

メールサーバ30は、ネットワークNを介して画像処理装置10がメール送信した画像データを受信して、指定されたメールアドレス宛に送信するコンピュータ又はコンピュータシステムである。 The mail server 30 is a computer or a computer system that receives the image data sent by the image processing apparatus 10 by mail via the network N and sends the image data to a designated mail address.

情報処理装置40は、Webブラウザが搭載されたPC(パーソナルコンピュータ)やスマートフォン、タブレット端末等である。 The information processing device 40 is a PC (personal computer) equipped with a web browser, a smartphone, a tablet terminal, or the like.

なお、図1に示す画像処理システム1の構成は一例であって、他の構成であっても良い。例えば、画像処理装置10は、複合機に限られず、例えば、デジタルカメラ、印刷装置、スキャナ装置、コピー機、プロジェクタ、ファクシミリ、電子会議用端末、電子黒板装置等であっても良い。すなわち、画像処理装置10は、Webサーバ20との間でデータの入力及び出力の少なくとも一方を行う電子機器であれば良い。また、例えば、画像処理システム1には、情報処理装置40が含まれていなくても良い。 The configuration of the image processing system 1 shown in FIG. 1 is an example, and other configurations may be used. For example, the image processing apparatus 10 is not limited to the multi-function peripheral, and may be, for example, a digital camera, a printing device, a scanner device, a copying machine, a projector, a facsimile, an electronic conference terminal, an electronic blackboard device, or the like. That is, the image processing apparatus 10 may be any electronic device that inputs and/or outputs data with the Web server 20. Further, for example, the image processing system 1 may not include the information processing device 40.

<画像処理装置10のハードウェア構成例>
次に、本実施形態に係る画像処理装置10のハードウェア構成について、図2を参照しながら説明する。図2は、本実施形態に係る画像処理装置10のハードウェア構成の一例を示す図である。
<Example of Hardware Configuration of Image Processing Device 10>
Next, the hardware configuration of the image processing apparatus 10 according to the present embodiment will be described with reference to FIG. FIG. 2 is a diagram showing an example of the hardware configuration of the image processing apparatus 10 according to the present embodiment.

図2に示すように、本実施形態に係る画像処理装置10は、操作装置11と、本体装置12とを有している。 As shown in FIG. 2, the image processing apparatus 10 according to this embodiment includes an operation device 11 and a main body device 12.

操作装置11は、本体装置12に実行させる画像処理機能の選択、画像処理機能を実行させるための各種設定値の入力、画像処理機能の実行を開始させるための実行指示の入力、表示画面の切り替え等、ユーザが各種操作を行う際に用いられる。 The operation device 11 selects an image processing function to be executed by the main body device 12, inputs various setting values for executing the image processing function, inputs an execution instruction for starting execution of the image processing function, and switches display screens. It is used when the user performs various operations such as.

本体装置12は、操作装置11におけるユーザの各種操作に応じて、画像処理機能の実行等の各種の処理を実行する。 The main body device 12 executes various processes such as execution of an image processing function according to various operations of the user on the operation device 11.

図2に示すように、画像処理装置10の操作装置11は、CPU(Central Processing Unit)111と、ROM(Read Only Memory)112と、RAM(Random Access Memory)113とを有している。また、操作装置11は、フラッシュメモリ114と、操作パネル115と、接続I/F116と、通信I/F117とを有している。これら各ハードウェアは、バス118を介して相互に接続されている。 As shown in FIG. 2, the operation device 11 of the image processing device 10 includes a CPU (Central Processing Unit) 111, a ROM (Read Only Memory) 112, and a RAM (Random Access Memory) 113. Further, the operation device 11 includes a flash memory 114, an operation panel 115, a connection I/F 116, and a communication I/F 117. These pieces of hardware are connected to each other via a bus 118.

CPU111は、RAM113をワークエリアとしてROM112又はフラッシュメモリ114に記憶された各種プログラムを実行することで、操作装置11全体を制御する演算装置である。 The CPU 111 is an arithmetic device that controls the entire operation device 11 by executing various programs stored in the ROM 112 or the flash memory 114 using the RAM 113 as a work area.

ROM112は、電源を切ってもデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。RAM113は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。 The ROM 112 is a non-volatile semiconductor memory (storage device) that can retain data even when the power is turned off. The RAM 113 is a volatile semiconductor memory (storage device) that temporarily holds programs and data.

フラッシュメモリ114は、不揮発性の記憶装置であり、CPU111が実行する各種プログラム(例えば、本実施形態を実現するプログラム等)や各種データを記憶する。 The flash memory 114 is a non-volatile storage device, and stores various programs executed by the CPU 111 (for example, programs implementing the present embodiment) and various data.

操作パネル115は、ユーザが各種操作を行う際に用いられる。また、操作パネル115は、ユーザに対して各種画面等を表示する。 The operation panel 115 is used when the user performs various operations. The operation panel 115 also displays various screens and the like to the user.

接続I/F116は、通信路13を介して本体装置12と通信するためのインタフェースである。接続I/F116には、例えばUSB(Universal Serial Bus)規格のインタフェースが用いられる。 The connection I/F 116 is an interface for communicating with the main body device 12 via the communication path 13. For the connection I/F 116, for example, a USB (Universal Serial Bus) standard interface is used.

通信I/F117は、他の機器等と通信するためのインタフェースである。通信I/F117には、例えば、Wi−Fi規格の無線LAN(Local Area Network)等が用いられる。 The communication I/F 117 is an interface for communicating with other devices and the like. For the communication I/F 117, for example, a Wi-Fi standard wireless LAN (Local Area Network) or the like is used.

同様に、画像処理装置10の本体装置12は、CPU121と、ROM122と、RAM123とを有している。また、本体装置12は、HDD(Hard Disk Drive)124と、画像処理エンジン125と、接続I/F126と、通信I/F127とを有している。これら各ハードウェアは、バス128を介して相互に接続されている。 Similarly, the main body device 12 of the image processing device 10 includes a CPU 121, a ROM 122, and a RAM 123. The main body device 12 also includes an HDD (Hard Disk Drive) 124, an image processing engine 125, a connection I/F 126, and a communication I/F 127. These pieces of hardware are connected to each other via a bus 128.

CPU121は、RAM123をワークエリアとしてROM122又はHDD124に記憶された各種プログラムを実行することで、本体装置12全体を制御する演算装置である。 The CPU 121 is an arithmetic unit that controls the entire main body device 12 by executing various programs stored in the ROM 122 or the HDD 124 using the RAM 123 as a work area.

ROM122は、電源を切ってもデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。RAM123は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。 The ROM 122 is a non-volatile semiconductor memory (storage device) that can retain data even when the power is turned off. The RAM 123 is a volatile semiconductor memory (storage device) that temporarily holds programs and data.

HDD124は、不揮発性の記憶装置であり、CPU121が実行する各種プログラム(例えば、本実施形態を実現するプログラム等)や各種データを記憶する。 The HDD 124 is a non-volatile storage device, and stores various programs executed by the CPU 121 (for example, programs implementing the present embodiment) and various data.

画像処理エンジン125は、印刷機能、スキャン機能、コピー機能、及びFAX機能等の各種の画像処理機能を実現するための画像処理を行うハードウェアである。 The image processing engine 125 is hardware that performs image processing for realizing various image processing functions such as a print function, a scan function, a copy function, and a FAX function.

画像処理エンジン125には、例えば、用紙等のシート材への印刷を行うプロッタ、原稿を光学的に読み取って画像データを生成するスキャナ、及びFAX通信を行うFAX通信装置等が含まれる。また、画像処理エンジン125には、例えば、印刷済みのシート材を仕分けるフィニッシャや原稿を自動給送するADF(自動原稿給送装置)等が含まれていても良い。 The image processing engine 125 includes, for example, a plotter that prints on a sheet material such as paper, a scanner that optically reads a document to generate image data, and a FAX communication device that performs FAX communication. Further, the image processing engine 125 may include, for example, a finisher for sorting printed sheet materials, an ADF (automatic document feeder) for automatically feeding a document, and the like.

接続I/F126は、通信路13を介して操作装置11と通信するためのインタフェースである。接続I/F126には、例えば、USB規格のインタフェースが用いられる。 The connection I/F 126 is an interface for communicating with the controller device 11 via the communication path 13. For the connection I/F 126, for example, a USB standard interface is used.

通信I/F127は、他の機器等と通信するためのインタフェースである。通信I/F127には、例えば、Wi−Fi規格の無線LAN等が用いられる。 The communication I/F 127 is an interface for communicating with other devices and the like. For the communication I/F 127, for example, a Wi-Fi standard wireless LAN or the like is used.

本実施形態に係る画像処理装置10は、図2に示すハードウェア構成を有することにより、後述する各種処理を実現することができる。 The image processing apparatus 10 according to the present embodiment has the hardware configuration shown in FIG. 2 and thus can realize various processes described later.

なお、図2では、画像処理装置10が操作装置11を有している構成を一例として示したが、これに限られず、例えば、タブレット端末、スマートフォン、携帯電話、PDA等の情報処理端末が画像処理装置10の操作装置として機能しても良い。すなわち、これらの情報処理端末は、操作装置11の通信I/F117又は本体装置12の通信I/F127を介して画像処理装置10と通信することにより、当該画像処理装置10を制御することができても良い。 Note that, in FIG. 2, the configuration in which the image processing device 10 has the operation device 11 is shown as an example, but the configuration is not limited to this, and, for example, an information processing terminal such as a tablet terminal, a smartphone, a mobile phone, or a PDA can display an image It may function as an operation device of the processing device 10. That is, these information processing terminals can control the image processing apparatus 10 by communicating with the image processing apparatus 10 via the communication I/F 117 of the operation device 11 or the communication I/F 127 of the main body device 12. May be.

<画像処理装置10のソフトウェア群の階層構造>
次に、本実施形態に係る画像処理装置10の操作装置11及び本体装置12に含まれるソフトウェア群の階層構造について、図3を参照しながら説明する。図3は、本実施形態に係る画像処理装置10の操作装置11及び本体装置12に含まれるソフトウェア群の階層構造の一例を示す図である。
<Hierarchical Structure of Software Group of Image Processing Device 10>
Next, a hierarchical structure of software groups included in the operating device 11 and the main body device 12 of the image processing apparatus 10 according to the present embodiment will be described with reference to FIG. FIG. 3 is a diagram showing an example of a hierarchical structure of software groups included in the operating device 11 and the main body device 12 of the image processing device 10 according to the present embodiment.

図3は、操作装置11に含まれるソフトウェア群の階層構造と、本体装置12に含まれるソフトウェア群の階層構造とを示している。 FIG. 3 shows the hierarchical structure of the software group included in the operation device 11 and the hierarchical structure of the software group included in the main body device 12.

まず、本体装置12に含まれるソフトウェア群(すなわち、本体装置12のROM122やHDD124に記憶されているプログラム群)の階層構造について説明する。本体装置12に含まれるソフトウェア群は、アプリケーション層221と、サービス層222と、OS層223とに大別することができる。 First, the hierarchical structure of the software group included in the main body device 12 (that is, the program group stored in the ROM 122 or the HDD 124 of the main body device 12) will be described. The software group included in the main body device 12 can be roughly divided into an application layer 221, a service layer 222, and an OS layer 223.

アプリケーション層221に区分されるソフトウェアは、ハードウェア資源を動作させて画像処理機能を実現させるためのソフトウェアである。具体的には、印刷アプリケーション、スキャンアプリケーション、コピーアプリケーション、及びFAXアプリケーション等が挙げられる。 The software classified into the application layer 221 is software for operating hardware resources to realize an image processing function. Specifically, a print application, a scan application, a copy application, a FAX application, and the like are included.

サービス層222に区分されるソフトウェアは、アプリケーション層221とOS層223との間を介在するソフトウェアである。当該ソフトウェアは、本体装置12が備えるハードウェア資源を、アプリケーション層221のソフトウェアが利用したり、本体装置12が備えるハードウェア資源の状態を通知したりするインタフェースとしての役割を果たす。 The software classified into the service layer 222 is software that intervenes between the application layer 221 and the OS layer 223. The software plays a role as an interface for the software of the application layer 221 to use the hardware resources included in the main body device 12 and to notify the state of the hardware resources included in the main body device 12.

具体的には、ハードウェア資源に対する実行要求を受け付けたり、受け付けた実行要求の調停を行ったりする。サービス層222が受け付ける実行要求には、例えば、画像処理エンジン125による画像処理の実行要求(スキャナによるスキャン実行要求やプロッタによる印刷実行要求等)が含まれる。 Specifically, the execution request for the hardware resource is accepted, and the accepted execution request is arbitrated. The execution request received by the service layer 222 includes, for example, an image processing execution request by the image processing engine 125 (scan execution request by the scanner, print execution request by the plotter, etc.).

なお、サービス層222に区分されるソフトウェアが果たす上記インタフェースとしての役割は、操作装置11のアプリケーション層211に対しても同様である。すなわち、操作装置11のアプリケーション層211に区分されるソフトウェアも、サービス層222にアクセスすることにより、本体装置12のハードウェア資源を動作させて、画像処理機能を実現させることができる。 It should be noted that the role of the above-mentioned interface played by the software divided into the service layer 222 is the same for the application layer 211 of the operation device 11. That is, the software that is divided into the application layer 211 of the operation device 11 can also operate the hardware resources of the main body device 12 by accessing the service layer 222 to realize the image processing function.

OS層223に区分されるソフトウェアは、基本ソフトウェア(OS:Operating System)と呼ばれるプログラムであり、本体装置12が有するハードウェア資源を制御する基本機能を提供する。OS層223に区分されるソフトウェアは、アプリケーション層221に区分されるソフトウェアからのハードウェア資源に対する実行要求を、サービス層222に区分されるソフトウェアを介して受け付けて、当該実行要求に応じた処理を実行する。 The software divided into the OS layer 223 is a program called basic software (OS: Operating System) and provides a basic function of controlling the hardware resources of the main body device 12. The software segmented in the OS layer 223 receives an execution request for the hardware resource from the software segmented in the application layer 221, via the software segmented in the service layer 222, and performs a process according to the execution request. Execute.

次に、操作装置11に含まれるソフトウェア群(すなわち、操作装置11のROM112やフラッシュメモリ114に記憶されているプログラム群)の階層構造について説明する。本体装置12と同様に、操作装置11に含まれるソフトウェア群も、アプリケーション層211と、サービス層212と、OS層213とに大別することができる。 Next, a hierarchical structure of a software group included in the operating device 11 (that is, a program group stored in the ROM 112 or the flash memory 114 of the operating device 11) will be described. Similar to the main body device 12, the software group included in the operation device 11 can be roughly divided into an application layer 211, a service layer 212, and an OS layer 213.

ただし、アプリケーション層211に区分されるソフトウェアが提供する機能やサービス層212が受け付け可能な実行要求の種類は、本体装置12とは異なる。操作装置11のアプリケーション層211に区分されるソフトウェアは、主として、各種操作や表示を行うためのユーザインタフェース機能を提供する。 However, the functions provided by the software classified into the application layer 211 and the types of execution requests that the service layer 212 can receive are different from those of the main body device 12. The software divided into the application layer 211 of the operation device 11 mainly provides a user interface function for performing various operations and displays.

なお、本実施形態では、操作装置11と本体装置12とで、OSは独立して動作するものとする。また、操作装置11と本体装置12とが相互に通信可能であれば、OSが同じ種類である必要はない。例えば、操作装置11ではOSにAndroid(登録商標)を用いる一方で、本体装置12ではOSにLinux(登録商標)を用いることも可能である。 In the present embodiment, the operating device 11 and the main body device 12 operate independently of each other. If the operating device 11 and the main body device 12 can communicate with each other, the OSs do not have to be of the same type. For example, the operating device 11 can use Android (registered trademark) as the OS, while the main body device 12 can use Linux (registered trademark) as the OS.

このように、本実施形態に係る画像処理装置10は、操作装置11と本体装置12とが異なるOSにより制御される。このため、操作装置11と本体装置12との間の通信は、一装置内のプロセス間通信ではなく、異なる情報処理装置間の通信として行われる。 As described above, in the image processing apparatus 10 according to the present embodiment, the operating device 11 and the main body device 12 are controlled by different OSs. Therefore, the communication between the operation device 11 and the main body device 12 is not communication between processes in one device but communication between different information processing devices.

ただし、本実施形態に係る画像処理装置10は、操作装置11と本体装置12とで異なる種類のOSが動作している場合に限られず、操作装置11と本体装置12とで同一種類のOSが動作していても良い。また、本実施形態に係る画像処理装置10は、操作装置11と本体装置12とでOSが独立して動作している場合に限られず、操作装置11及び本体装置12上で一のOSが動作していても良い。 However, the image processing apparatus 10 according to the present embodiment is not limited to the case where different types of OSs are operating on the operating device 11 and the main body device 12, and the operating device 11 and the main body device 12 may operate on the same type of OS. It may be working. The image processing apparatus 10 according to the present embodiment is not limited to the case where the operating device 11 and the main body device 12 operate independently of each other, and one operating system operates on the operating device 11 and the main body device 12. You can do it.

<情報処理装置40のハードウェア構成例>
次に、本実施形態に係る情報処理装置40のハードウェア構成について、図4を参照しながら説明する。図4は、本実施形態に係る情報処理装置40のハードウェア構成の一例を示す図である。
<Example of Hardware Configuration of Information Processing Device 40>
Next, the hardware configuration of the information processing device 40 according to the present embodiment will be described with reference to FIG. FIG. 4 is a diagram illustrating an example of the hardware configuration of the information processing device 40 according to the present embodiment.

図4に示すように、情報処理装置40は、入力装置31と、表示装置32と、外部I/F33と、RAM34と、ROM35と、CPU36と、通信I/F37と、補助記憶装置38とを有する。これら各ハードウェアは、それぞれがバスBを介して通信可能に接続されている。 As shown in FIG. 4, the information processing device 40 includes an input device 31, a display device 32, an external I/F 33, a RAM 34, a ROM 35, a CPU 36, a communication I/F 37, and an auxiliary storage device 38. Have. These pieces of hardware are connected to each other via a bus B so that they can communicate with each other.

入力装置31は、例えばキーボードやマウス、タッチパネル等であり、ユーザが各種操作を入力するのに用いられる。表示装置32は、例えばディスプレイ等であり、情報処理装置40の処理結果を表示する。 The input device 31 is, for example, a keyboard, a mouse, a touch panel, etc., and is used by the user to input various operations. The display device 32 is, for example, a display, and displays the processing result of the information processing device 40.

外部I/F33は、外部装置とのインタフェースである。外部装置には、記録媒体33a等がある。情報処理装置40は、外部I/F33を介して、記録媒体33a等の読み取りや書き込みを行うことができる。 The external I/F 33 is an interface with an external device. The external device includes a recording medium 33a and the like. The information processing device 40 can read or write the recording medium 33a or the like via the external I/F 33.

記録媒体33aには、例えば、フレキシブルディスク、CD(Compact Disc)、DVD(Digital Versatile Disk)、SDメモリカード(Secure Digital memory card)、USB(Universal Serial Bus)メモリカード等がある。 The recording medium 33a includes, for example, a flexible disk, a CD (Compact Disc), a DVD (Digital Versatile Disk), an SD memory card (Secure Digital memory card), and a USB (Universal Serial Bus) memory card.

RAM34は、プログラムやデータを一時保持する揮発性の半導体メモリである。ROM35は、電源を切ってもプログラムやデータを保持することができる不揮発性の半導体メモリである。ROM35には、例えば、OS設定やネットワーク設定等が格納されている。 The RAM 34 is a volatile semiconductor memory that temporarily holds programs and data. The ROM 35 is a non-volatile semiconductor memory that can retain programs and data even when the power is turned off. The ROM 35 stores, for example, OS settings and network settings.

CPU36は、ROM35や補助記憶装置38等からプログラムやデータをRAM34上に読み出して処理を実行する演算装置である。 The CPU 36 is an arithmetic device that reads programs and data from the ROM 35, the auxiliary storage device 38, and the like onto the RAM 34 and executes processing.

通信I/F37は、情報処理装置40をネットワークNに接続するためのインタフェースである。補助記憶装置38は、例えばHDDやSSD等であり、プログラムやデータを格納している不揮発性の記憶装置である。補助記憶装置38に格納されているプログラムやデータには、例えば、OS、当該OS上において各種機能を実現するアプリケーションプログラム等がある。 The communication I/F 37 is an interface for connecting the information processing device 40 to the network N. The auxiliary storage device 38 is, for example, an HDD, an SSD, or the like, and is a non-volatile storage device that stores programs and data. The programs and data stored in the auxiliary storage device 38 include, for example, an OS and application programs that implement various functions on the OS.

<ソフトウェア構成例>
次に、本実施形態に係る画像処理システム1に含まれる画像処理装置10及び情報処理装置40のソフトウェア構成について、図5を参照しながら説明する。図5は、本実施形態に係る画像処理システム1のソフトウェア構成の一例を示す図である。
<Software configuration example>
Next, the software configurations of the image processing device 10 and the information processing device 40 included in the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 5 is a diagram showing an example of the software configuration of the image processing system 1 according to the present embodiment.

≪画像処理装置10≫
図5に示すように、本実施形態に係る画像処理装置10の操作装置11は、Webブラウザ310と、印刷UIアプリケーション320と、スキャンUIアプリケーション330と、メールUIアプリケーション392とを有する。これらWebブラウザ310、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392は、CPU111により実行される。
<<Image processing device 10>>
As shown in FIG. 5, the operating device 11 of the image processing apparatus 10 according to the present embodiment includes a web browser 310, a print UI application 320, a scan UI application 330, and a mail UI application 392. The web browser 310, print UI application 320, scan UI application 330, and mail UI application 392 are executed by the CPU 111.

また、本実施形態に係る画像処理装置10の本体装置12は、WebAPI340と、印刷アプリケーション350と、スキャンアプリケーション360と、メール送信アプリケーション390とを有する。これらWebAPI340、印刷アプリケーション350、スキャンアプリケーション360、メール送信アプリケーション390は、CPU121により実行される。 Further, the main body device 12 of the image processing apparatus 10 according to the present embodiment has a WebAPI 340, a print application 350, a scan application 360, and a mail transmission application 390. The Web API 340, print application 350, scan application 360, and mail transmission application 390 are executed by the CPU 121.

Webブラウザ310は、Webサーバ20からWebコンテンツ(例えば、HTML、CSS(Cascading Style Sheets)、JavaScript、各種電子ファイル等)を取得することで、Webアプリケーションを実現する。 The web browser 310 realizes a web application by acquiring web contents (eg, HTML, CSS (Cascading Style Sheets), Javascript, various electronic files, etc.) from the web server 20.

例えば、Webブラウザ310は、SNSを提供するWebサーバ20からWebコンテンツを取得することで、SNSの閲覧やSNS上でのファイル共有等を行うWebアプリケーションを実現する。また、例えば、Webブラウザ310は、クラウドストレージサービスを提供するWebサーバ20からWebコンテンツを取得することで、ストレージの閲覧やストレージへのファイルのアップロード等を行うWebアプリケーションを実現する。 For example, the web browser 310 realizes a web application for browsing the SNS, sharing files on the SNS, and the like by acquiring the web content from the web server 20 that provides the SNS. Further, for example, the web browser 310 realizes a web application that browses the storage, uploads a file to the storage, and the like by acquiring the web content from the web server 20 that provides the cloud storage service.

なお、Webアプリケーションは、一般に、Webサーバ20から取得したJavaScript等のコンテンツをWebブラウザ310上で動作させて、Webサーバ20と協働した処理を実行させることで実現される。 Note that the web application is generally realized by causing content such as Javascript acquired from the web server 20 to operate on the web browser 310 and executing processing in cooperation with the web server 20.

Webブラウザ310には、ブラウザ機能部311と、制御部312とが含まれる。なお、以降では、Webコンテンツを単に「コンテンツ」とも表す。 The web browser 310 includes a browser function unit 311 and a control unit 312. Note that, hereinafter, the Web content will be simply referred to as “content”.

ブラウザ機能部311は、コンテンツの解釈及び表示等を行う。ブラウザ機能部311には、UI部313と、解釈部314とが含まれる。解釈部314は、UI部313により表示されたWebページ上でリンクが押下された場合、当該リンクに対応するHTMLタグを解釈して、制御部312に対して解釈結果に応じた通知を行う。 The browser function unit 311 interprets and displays content. The browser function unit 311 includes a UI unit 313 and an interpretation unit 314. When a link is pressed on the Web page displayed by the UI unit 313, the interpretation unit 314 interprets the HTML tag corresponding to the link and notifies the control unit 312 of the result of the interpretation.

UI部313は、Webサーバ20から取得したコンテンツに応じたWebページ等を表示する。また、UI部313は、Webページ上におけるユーザの各種操作(例えば、リンク押下)等を受け付ける。なお、ブラウザ機能部311は、例えば、WebView等を用いて実現することができる。 The UI unit 313 displays a web page or the like according to the content acquired from the web server 20. The UI unit 313 also receives various operations (for example, pressing a link) by the user on the Web page. The browser function unit 311 can be realized using, for example, WebView.

制御部312は、ブラウザ機能部311の解釈部314からの通知に応じて、画像処理装置10の画像処理機能を実行させる制御を行う。例えば、リンク先のコンテンツをWebサーバ20からダウンロードすることを示すダウンロード通知を解釈部314から受け取った場合、制御部312は、当該コンテンツをダウンロードして印刷する制御を行う。また、例えば、リンク先のコンテンツを表示させることを示す表示通知を解釈部314から受け取った場合であっても、当該コンテンツが所定の形式(例えば、JPEG形式)である場合、制御部312は、当該コンテンツをダウンロードして印刷する制御を行う。 The control unit 312 controls to execute the image processing function of the image processing apparatus 10 in response to the notification from the interpretation unit 314 of the browser function unit 311. For example, when a download notification indicating that the linked content is downloaded from the Web server 20 is received from the interpretation unit 314, the control unit 312 controls to download and print the content. Further, for example, even when the display notification indicating that the linked content is displayed is received from the interpretation unit 314, if the content is in a predetermined format (for example, JPEG format), the control unit 312 Control to download and print the content.

なお、Webブラウザ310は、Webアプリケーションを実現するブラウザ機能部311と、画像処理装置10の画像処理機能を制御する制御部312とを備えるため、いわゆるハイブリッドアプリケーションと言うこともできる。Webブラウザ310は、例えば、Java(登録商標)等のプログラミング言語で実装される。すなわち、Webブラウザ310を構成するブラウザアプリケーションは、その基礎部分がJavaアプリケーションプログラムから構成されている。このJavaアプリケーションが、操作装置11が提供するAPIを用いて、操作装置11が備えるブラウザ機能部311(例えば、WebView)を呼び出すことで、解釈部314及びUI部313を含むWebブラウザ310を構成している。基礎部分であるJavaアプリケーションプログラムは、制御部312を含み、この制御部312が制御を行うことで、Webコンテンツ解釈後の動作に柔軟性を持たせ、汎用的なHTMLで可能な動作(ダウンロード及びアップロード)だけでなく、画像処理(プリント、スキャン、メール送信)動作の要求ができるようになっている。 Since the web browser 310 includes a browser function unit 311 that realizes a web application and a control unit 312 that controls the image processing function of the image processing apparatus 10, it can be called a so-called hybrid application. The web browser 310 is implemented in a programming language such as Java (registered trademark), for example. That is, the basic part of the browser application that constitutes the Web browser 310 is composed of a Java application program. This Java application uses the API provided by the operation device 11 to call the browser function unit 311 (for example, WebView) included in the operation device 11 to configure the Web browser 310 including the interpretation unit 314 and the UI unit 313. ing. The Java application program, which is the basic part, includes a control unit 312, and the control unit 312 controls the operation so that the operation after Web content interpretation is flexible, and operations that can be performed by general-purpose HTML (download and Not only uploading but also image processing (printing, scanning, sending email) operations can be requested.

印刷UIアプリケーション320は、印刷に関するUI(ユーザインタフェース)を提供するアプリケーションプログラムである。印刷UIアプリケーション320は、例えば、印刷実行中であることを示す画面や印刷が完了したことを示す画面等を表示する。 The print UI application 320 is an application program that provides a UI (user interface) related to printing. The print UI application 320 displays, for example, a screen indicating that printing is being executed, a screen indicating that printing has been completed, and the like.

また、印刷UIアプリケーション320は、制御部312からの要求に応じて、WebAPI340を介して、印刷アプリケーション350に対して印刷の実行を要求する。 In addition, the print UI application 320 requests the print application 350 to execute printing via the WebAPI 340 in response to a request from the control unit 312.

スキャンUIアプリケーション330は、スキャンに関するUIを提供するアプリケーションプログラムである。スキャンUIアプリケーション330は、例えば、スキャン中であることを示す画面やスキャンが完了したことを示す画面、スキャンにより生成した画像データのメール送信中であることを示す画面やメール送信が完了したことを示す画面等を表示する。 The scan UI application 330 is an application program that provides a UI related to scanning. The scan UI application 330 displays, for example, a screen showing that scanning is in progress, a screen showing that scanning has been completed, a screen showing that image data generated by scanning is being sent by email, and completion of email sending. The screen shown is displayed.

また、スキャンUIアプリケーション330は、制御部312からの要求に応じて、WebAPI340を介して、スキャンアプリケーション360に対してスキャンの実行及びスキャンにより生成した画像データのメール送信を要求する。 In addition, the scan UI application 330 requests the scan application 360 to execute the scan and to send the image data generated by the scan by mail via the WebAPI 340 in response to the request from the control unit 312.

メールUIアプリケーション392は、メールに関するUIを提供するアプリケーションプログラムである。メールUIアプリケーション392は、例えば、メール送受信中であることを示す画面やメール送受信が完了したことを示す画面等を表示する。 The mail UI application 392 is an application program that provides a UI related to mail. The mail UI application 392 displays, for example, a screen indicating that mail transmission/reception is in progress, a screen indicating that mail transmission/reception is completed, and the like.

WebAPI340は、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392が画像処理の実行を要求するためのAPI(Application Programming Interface)である。 The WebAPI 340 is an API (Application Programming Interface) for the print UI application 320, the scan UI application 330, and the mail UI application 392 to request execution of image processing.

印刷アプリケーション350は、印刷UIアプリケーション320からの要求に応じて、画像処理エンジン125を制御して、印刷を実行する。 The print application 350 controls the image processing engine 125 to execute printing in response to a request from the print UI application 320.

スキャンアプリケーション360は、スキャンUIアプリケーション330からの要求に応じて、画像処理エンジン125を制御して、スキャンを実行する。また、スキャンアプリケーション360は、メール送信アプリケーション390に対して、スキャンにより生成した画像データのメール送信を要求する。 The scan application 360 controls the image processing engine 125 to execute a scan in response to a request from the scan UI application 330. Further, the scan application 360 requests the mail transmission application 390 to mail the image data generated by the scan.

メール送信アプリケーション390は、スキャンアプリケーション360からの要求に応じて、画像処理エンジン125を制御して、メール送信を実行する。 The mail transmission application 390 controls the image processing engine 125 in response to a request from the scan application 360 to execute mail transmission.

以降では、印刷UIアプリケーション320と、WebAPI340と、印刷アプリケーション350とを「印刷サービス部370」と表す。また、スキャンUIアプリケーション330と、WebAPI340と、スキャンアプリケーション360とを「スキャンサービス部380」と表す。また、メールUIアプリケーション392と、WebAPI340と、メール送信アプリケーション390とを「メールサービス部391」と表す。 Hereinafter, the print UI application 320, the web API 340, and the print application 350 will be referred to as a “print service unit 370”. Further, the scan UI application 330, the WebAPI 340, and the scan application 360 are referred to as a “scan service unit 380”. Further, the mail UI application 392, the WebAPI 340, and the mail transmission application 390 are referred to as a “mail service unit 391”.

なお、操作装置11には、例えば、コピーに関するUIを提供するアプリケーションやFAXに関するUIを提供するアプリケーション、OCR(Optical Character Recognition)に関するUIを提供するアプリケーション等が含まれていても良い。また、本体装置12には、例えば、コピーを実行するアプリケーションやFAXを実行するアプリケーション、OCRを実現するアプリケーション等が含まれていても良い。したがって、画像処理装置10には、例えば、コピーサービス部やFAXサービス部、OCRサービス等の様々な画像処理サービス部が含まれていても良い。 The operation device 11 may include, for example, an application that provides a UI related to copying, an application that provides a UI related to FAX, an application that provides a UI related to OCR (Optical Character Recognition), and the like. Further, the main body device 12 may include, for example, an application that executes copying, an application that executes FAX, an application that realizes OCR, and the like. Therefore, the image processing apparatus 10 may include various image processing service units such as a copy service unit, a FAX service unit, and an OCR service.

また、画像処理装置10には、画像処理サービス部以外にも、例えば、画像処理装置10が保持するアドレス帳に関する処理を実行するアドレス帳サービス部、ユーザが画像処理装置10を利用するための認証に関する処理を実行する認証サービス部等が含まれる。 In addition to the image processing service unit, the image processing device 10 includes, for example, an address book service unit that executes a process related to an address book held by the image processing device 10, and an authentication for a user to use the image processing device 10. An authentication service unit and the like for executing the processing regarding are included.

≪情報処理装置40≫
図5に示すように、本実施形態に係る情報処理装置40は、Webブラウザ410を有する。Webブラウザ410は、CPU36により実行される。
<<Information processing device 40>>
As shown in FIG. 5, the information processing device 40 according to the present embodiment has a web browser 410. The web browser 410 is executed by the CPU 36.

Webブラウザ410には、UI部411と、解釈部412とが含まれる。UI部411は、Webサーバ20から取得したコンテンツに応じたWebページ等を表示する。また、UI部411は、Webページ上におけるユーザの各種操作(例えば、リンク押下)等を受け付ける。 The web browser 410 includes a UI unit 411 and an interpretation unit 412. The UI unit 411 displays a web page or the like according to the content acquired from the web server 20. Further, the UI unit 411 receives various operations (for example, pressing a link) performed by the user on the web page.

解釈部412は、UI部411により表示されたWebページ上でリンクが押下された場合、当該リンクに対応するHTMLを解釈して、UI部411に対して解釈結果に応じた通知を行う。 When a link is pressed on the Web page displayed by the UI unit 411, the interpretation unit 412 interprets the HTML corresponding to the link and notifies the UI unit 411 of the result of the interpretation.

<画像処理装置10及び情報処理装置40の動作比較>
情報処理装置40に搭載されたWebブラウザ410のUI部411は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部412は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、UI部411に対して解釈結果に応じた通知(表示通知又はダウンロード通知)を行う。例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。ただし、例えば、aタグの属性「href」に指定されているファイルの拡張子がpdf等のWebブラウザ410で表示可能なファイルの拡張子であっても、属性「download」が指定されている場合には、ダウンロード通知となる。
<Operation Comparison of Image Processing Device 10 and Information Processing Device 40>
The UI unit 411 of the Web browser 410 installed in the information processing apparatus 40 receives the link pressing operation when the user presses the link on the Web page, for example. Next, the interpretation unit 412 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the UI unit 411 of a notification (display notification or download) according to the interpretation result. Notification). For example, if the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 410 (for example, if the extension is html, img, pdf, etc.), a display notification is given. .. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 410 (for example, when the extension is zip or the like), a download notification is given. However, for example, even when the extension of the file specified in the attribute “href” of the a tag is the extension of the file that can be displayed by the Web browser 410 such as pdf, the attribute “download” is specified. Will be a download notification.

そして、Webブラウザ410のUI部411は、表示通知を受け取った場合、ファイルを表示する。一方で、Webブラウザ410のUI部411は、ダウンロード通知を受け取った場合、例えば、ファイルをダウンロードするための画面(例えば、ダウンロードの開始又はキャンセルをユーザが選択するための画面)を表示する。 Then, when the UI unit 411 of the Web browser 410 receives the display notification, the UI unit 411 displays the file. On the other hand, when the UI unit 411 of the web browser 410 receives the download notification, the UI unit 411 displays, for example, a screen for downloading the file (for example, a screen for the user to select start or cancel of the download).

一方で、画像処理装置10に搭載されたWebブラウザ310のUI部313は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部314は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、制御部312に対して解釈結果に応じた通知(表示通知又はダウンロード)を行う。これは、情報処理装置40と同様に、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ310で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ310で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。 On the other hand, the UI unit 313 of the web browser 310 installed in the image processing apparatus 10 accepts the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 314 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the control unit 312 of a notification (display notification or download) according to the interpretation result. )I do. This is similar to the case of the information processing device 40, for example, when the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 310 (for example, the extension is html, img, pdf, etc.). If it is), it is a display notification. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 310 (for example, when the extension is zip or the like), a download notification is given.

そして、制御部312は、ダウンロード通知を受け取った場合、ダウンロード対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。一方で、制御部312は、表示通知を受け取った場合、表示対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。 When the control unit 312 receives the download notification, the control unit 312 determines whether the file to be downloaded is printable, and when the file is printable, downloads the file and prints the downloaded file. Take control. On the other hand, when the display unit receives the display notification, the control unit 312 determines whether or not the file to be displayed is printable, and when the file is printable, downloads the file and prints the downloaded file. Control.

このように、画像処理装置10に搭載されたWebブラウザ310は、情報処理装置40のWebブラウザ410でダウンロード対象又は表示対象と解釈されるファイルが印刷可能である場合、当該ファイルを印刷させるための制御を行う。これにより、画像処理装置10では、汎用的なHTMLを用いたWebアプリケーションにより、コンテンツのダウンロード及び印刷を行うことができる。 As described above, the web browser 310 installed in the image processing apparatus 10 is configured to print the file when the file that is interpreted as the download target or the display target by the web browser 410 of the information processing device 40 can be printed. Take control. As a result, the image processing apparatus 10 can download and print the content by the Web application using the general-purpose HTML.

また、情報処理装置40に搭載されたWebブラウザ410のUI部411は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部412は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、UI部411に対して解釈結果に応じた通知(メール送信通知)を行う。このメール送信通知は、aタグの属性「href」においてスキーム「mail to」で指定された電子メールアドレスにメール送信させる通知である。 The UI unit 411 of the web browser 410 installed in the information processing device 40 receives the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 412 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the UI unit 411 of a notification according to the interpretation result (mail transmission notification). I do. This e-mail transmission notification is a notification to be sent to the e-mail address specified by the scheme "mail to" in the attribute "href" of the a tag.

そして、Webブラウザ410のUI部411は、メール送信通知を受け取った場合、メールソフトを起動して、指定された電子メールアドレスが宛先欄に入力された新規メール作成画面を表示する。 Then, when the UI unit 411 of the Web browser 410 receives the email transmission notification, it activates the email software and displays a new email creation screen in which the designated email address is input in the destination field.

一方で、画像処理装置10に搭載されたWebブラウザ310のUI部313は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部314は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、制御部312に対して解釈結果に応じた通知(メール送信通知)を行う。このメール送信通知は、aタグの属性「href」においてスキーム「mail to」で指定された電子メールアドレスへ、スキャンにより生成した画像データをメール送信させる通知である。 On the other hand, the UI unit 313 of the web browser 310 installed in the image processing apparatus 10 accepts the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 314 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation has been performed, and notifies the control unit 312 of the interpretation result (mail transmission notification). I do. This e-mail transmission notification is a notification that e-mails the image data generated by scanning to the e-mail address specified by the scheme "mail to" in the attribute "href" of the a tag.

そして、制御部312は、メール送信通知を受け取った場合、スキャンにより画像データを生成するように制御した上で、生成された画像データを指定された電子メールアドレスにメール送信する。 Then, when the control unit 312 receives the mail transmission notification, the control unit 312 controls to generate the image data by scanning, and then mail-transmits the generated image data to the designated e-mail address.

このように、画像処理装置10に搭載されたWebブラウザ310は、情報処理装置40のWebブラウザ410でメールの送信先と解釈される電子メールアドレス宛へ、スキャンにより生成した画像データをメール送信する。これにより、画像処理装置10では、汎用的なHTMLを用いたWebアプリケーションにより、画像データの生成及びメール送信を行うことができる。 As described above, the web browser 310 installed in the image processing apparatus 10 sends the image data generated by the scan by email to the email address that is interpreted as the destination of the email by the web browser 410 of the information processing apparatus 40. .. As a result, the image processing apparatus 10 can generate image data and send it by e-mail by a Web application using general-purpose HTML.

<処理の詳細>
次に、本実施形態に係る画像処理システム1の処理の詳細について説明する。
<Details of processing>
Next, details of the processing of the image processing system 1 according to the present embodiment will be described.

(実施例1)
以降では、ユーザが画像処理装置10を用いて、汎用的なHTMLを用いたWebアプリケーションにより、Webサーバ20からコンテンツをダウンロードして印刷する処理について、図6を参照しながら説明する。図6は、本実施形態に係る印刷処理の一例を示すシーケンス図である。
(Example 1)
Hereinafter, a process in which the user uses the image processing apparatus 10 to download the content from the Web server 20 and print the content using a general-purpose Web application using HTML will be described with reference to FIG. 6. FIG. 6 is a sequence diagram showing an example of the printing process according to this embodiment.

まず、ブラウザ機能部311のUI部313は、例えば図7に示すWebページG110を表示する(ステップS601)。図7に示すWebページG110は、Webサーバ20から取得したコンテンツ(HTMLやCSS、JavaScript等)を解釈部314が解釈することで表示される。このようなコンテンツの取得は、例えば、WebページG110を表示するためのURL(Uniform Resource Locator)を入力したり、当該URLへのリンクを押下したりすることで行うことができる。 First, the UI unit 313 of the browser function unit 311 displays, for example, the web page G110 illustrated in FIG. 7 (step S601). The web page G110 illustrated in FIG. 7 is displayed by the interpretation unit 314 interpreting the content (HTML, CSS, Javascript, etc.) acquired from the web server 20. Such contents can be obtained by, for example, inputting a URL (Uniform Resource Locator) for displaying the Web page G110 or pressing a link to the URL.

図7に示すWebページG110には、Webサーバ20に格納されているPDF(Portable Document Format)ファイルへのリンクG111が含まれている。ここで、ユーザがリンクG111を押下したものとする。 The web page G110 shown in FIG. 7 includes a link G111 to a PDF (Portable Document Format) file stored in the web server 20. Here, it is assumed that the user has pressed the link G111.

ブラウザ機能部311のUI部313は、ユーザによるリンクG111の押下を受け付ける(ステップS602)。ここで、図7に示すWebページG110に含まれるリンクG111は、例えば、図8に示すように、属性「href」や属性「download」、属性「type」等が設定されたaタグ(アンカータグ)により実現される。図8に示すaタグの属性「href」には、相対パスにより、ファイル名「file.pdf」のPDFファイルの格納先URL(なお、スキームは「http」である)が指定されている。なお、aタグには、これら以外にも、種々の属性が設定されていても良い。 The UI unit 313 of the browser function unit 311 receives a press of the link G111 by the user (step S602). Here, the link G111 included in the Web page G110 shown in FIG. 7 is, for example, as shown in FIG. 8, an a tag (anchor tag) in which an attribute “href”, an attribute “download”, an attribute “type”, etc. are set. ) Is realized. In the attribute “href” of the a tag shown in FIG. 8, the storage destination URL (the scheme is “http”) of the PDF file with the file name “file.pdf” is specified by the relative path. In addition to these, various attributes may be set in the a tag.

ブラウザ機能部311のUI部313は、ユーザにより押下されたリンクG111を実現するaタグの解釈要求を解釈部314に送信する(ステップS603)。 The UI unit 313 of the browser function unit 311 transmits an interpretation request for the a tag that realizes the link G111 pressed by the user to the interpretation unit 314 (step S603).

ブラウザ機能部311の解釈部314は、リンクG111を実現するaタグを解釈する(ステップS604)。すなわち、解釈部314は、aタグを解釈することで、当該aタグの属性「href」に指定されたリンク先のコンテンツが、Webブラウザ310上に表示するコンテンツ又はダウンロードするコンテンツのいずれであるかを判定する。 The interpretation unit 314 of the browser function unit 311 interprets the a tag that realizes the link G111 (step S604). That is, the interpretation unit 314 interprets the a tag to determine whether the content of the link destination specified in the attribute “href” of the a tag is the content displayed on the Web browser 310 or the content to be downloaded. To judge.

Webブラウザ310上に表示するコンテンツ又はダウンロードするコンテンツのいずれであるかは、例えば、属性「href」に指定されたリンク先のコンテンツの拡張子で判定される。例えば、拡張子が「html」や「htm」、「jpeg」、「gif」等である場合、Webブラウザ310上に表示するコンテンツであると判定される。一方で、例えば、拡張子が「pdf」や「doc」、「xls」、「zip」等である場合、ダウンロードするコンテンツであると判定される。なお、Webブラウザ310上に表示するか又はダウンロードするかは、例えば、拡張子毎に、Webブラウザ310の設定ファイル等に定義される。なお、「jpeg」をダウンロード対象にする等、個々の拡張子に対してダウンロードするか表示するかの設定が可能である。 Whether it is the content displayed on the Web browser 310 or the content to be downloaded is determined by, for example, the extension of the content of the link destination specified in the attribute “href”. For example, if the extension is “html”, “htm”, “jpeg”, “gif”, etc., it is determined that the content is displayed on the Web browser 310. On the other hand, for example, when the extension is “pdf”, “doc”, “xls”, “zip”, etc., it is determined that the content is to be downloaded. It should be noted that whether to display or download on the Web browser 310 is defined in a setting file of the Web browser 310 for each extension, for example. It should be noted that it is possible to set whether to download or display each extension, for example, by setting "jpeg" as a download target.

上記のステップS604において、ダウンロードするコンテンツであると判定された場合、ブラウザ機能部311の解釈部314は、ダウンロード通知を制御部312に送信する(ステップS605)。解釈部314は、ブラウザが搭載されている機器にダウンロードを実行させるためのダウンロードAPIの一例として、例えば、onDwonloadStartを呼び出すことで、ダウンロード通知を行うことができる。なお、このとき、onDownloadStartの引数には、属性「href」に指定されたURLと、属性「type」に指定されたMIMEタイプとが指定される。onDwonloadStartは、操作装置11で提供するAPI(操作部API、操作装置API)の1つである。 When it is determined in step S604 that the content is to be downloaded, the interpretation unit 314 of the browser function unit 311 sends a download notification to the control unit 312 (step S605). The interpretation unit 314 can issue a download notification by calling, for example, onDwonloadStart, as an example of a download API for causing a device equipped with a browser to execute the download. At this time, the URL specified in the attribute “href” and the MIME type specified in the attribute “type” are specified as the arguments of onDownloadStart. onDwonloadStart is one of the APIs (operation unit API, operation device API) provided by the operation device 11.

制御部312は、ダウンロード対象のコンテンツ(すなわち、属性「href」に指定されたリンク先のコンテンツ)が印刷可能であるか否かを確認する(ステップS606)。 The control unit 312 confirms whether or not the content to be downloaded (that is, the content of the link destination designated by the attribute “href”) can be printed (step S606).

ダウンロード対象のコンテンツが印刷可能であるか否かは、例えば、属性「type」に指定されているMIMEタイプや当該コンテンツの拡張子等により判定される。例えば、属性「type」に指定されているMIMEタイプが「application/pdf」や「application/msword」、「application/msexcel」等である場合、印刷可能であると判定される。一方で、例えば、属性「type」に指定されているMIMEタイプが「application/zip」等である場合(すなわち、コンテンツが圧縮されている場合)には、印刷可能でないと判定される。これ以外にも、例えば、ダウンロード対象のコンテンツが暗号化されている場合等には、印刷可能でないと判定される。 Whether or not the content to be downloaded can be printed is determined by, for example, the MIME type specified in the attribute "type", the extension of the content, or the like. For example, if the MIME type specified in the attribute “type” is “application/pdf”, “application/msword”, “application/msexcel”, or the like, it is determined that printing is possible. On the other hand, for example, when the MIME type specified in the attribute “type” is “application/zip” or the like (that is, when the content is compressed), it is determined that printing is not possible. In addition to this, for example, when the content to be downloaded is encrypted, it is determined that printing is not possible.

ただし、例えば、コンテンツが圧縮されている場合、当該コンテンツをダウンロード及び解凍した上で、解凍後のコンテンツが印刷可能であるか否かを確認しても良い。このとき、解凍後のコンテンツが印刷可能でない場合は、例えば、エラー画面等をWebブラウザ310上に表示すれば良い。解凍後のコンテンツが印刷可能でない場合には、例えば、解凍後のコンテンツが暗号化されている、動画ファイル(例えば、拡張子「.mp4」等)や音声ファイル(例えば、拡張子「.mp3」等)等が挙げられる。 However, for example, when the content is compressed, the content may be downloaded and decompressed, and then it may be confirmed whether or not the decompressed content is printable. At this time, if the decompressed content is not printable, an error screen or the like may be displayed on the Web browser 310, for example. When the decompressed content is not printable, for example, a movie file (for example, extension “.mp4” or the like) or an audio file (for example, extension “.mp3”) in which the decompressed content is encrypted. Etc.) and the like.

なお、MIMEタイプは、例えば、onDownloadStartの引数に指定される。また、コンテンツの拡張子は、例えば、onDownloadStartの引数に指定されるURLから特定することができる。 The MIME type is specified as an argument of onDownloadStart, for example. Further, the extension of the content can be specified, for example, from the URL specified in the argument of onDownloadStart.

以降では、上記のステップS606において、ダウンロード対象のコンテンツが印刷可能であると判定されたものとして説明する。なお、上記のステップS606において、ダウンロード対象のコンテンツが印刷可能でないと判定された場合、制御部312は、例えば、ダウンロード許可通知を解釈部314に返信する。これにより、例えば、ユーザに対して保存先を指定させるためのダイアログが表示された上で、ブラウザ機能部311により、当該コンテンツがWebサーバ20からダウンロードされる。 In the following description, it is assumed that the content to be downloaded is determined to be printable in step S606 described above. If it is determined in step S606 that the download target content is not printable, the control unit 312 returns a download permission notification to the interpretation unit 314, for example. As a result, for example, after the dialog for prompting the user to specify the save destination is displayed, the browser function unit 311 downloads the content from the Web server 20.

ただし、ダウンロード対象のコンテンツが圧縮や暗号化されていることで印刷可能でないと判定された場合には、解凍後のコンテンツや復号後のコンテンツが印刷可能であるか否かを判定しても良い。このとき、コンテンツの解凍や復号は、制御部312が行っても良いし、外部のサーバ等に依頼しても良い。なお、コンテンツの解凍を開始するための開始操作や復号に用いられるパスワードの入力操作等がユーザにより行われても良い。 However, if it is determined that the download target content is compressed or encrypted and thus cannot be printed, it may be determined whether the decompressed content or the decrypted content is printable. .. At this time, the control unit 312 may perform the decompression and decryption of the content, or may request the external server or the like. The user may perform a start operation for starting the decompression of the content, an input operation for a password used for decryption, and the like.

これにより、解凍後のコンテンツや復号後のコンテンツが印刷可能である場合には、後述するステップS607〜ステップS619が実行される。 As a result, when the decompressed content and the decrypted content can be printed, steps S607 to S619 described below are executed.

制御部312は、ダウンロード対象のコンテンツが印刷可能であると判定された場合、ダウンロード中画面の表示要求をUI部313に送信する(ステップS607)。 When it is determined that the content to be downloaded can be printed, the control unit 312 transmits a display request for the downloading screen to the UI unit 313 (step S607).

ブラウザ機能部311のUI部313は、ダウンロード中画面の表示要求を受信すると、例えば図7に示すダウンロード中画面G120を表示する(ステップS608)。図7に示すダウンロード中画面G120が表示されることで、ユーザは、コンテンツがダウンロード中であることを知ることができる。 When the UI unit 313 of the browser function unit 311 receives the display request for the downloading screen, for example, the downloading screen G120 shown in FIG. 7 is displayed (step S608). By displaying the downloading screen G120 shown in FIG. 7, the user can know that the content is being downloaded.

制御部312は、ダウンロード対象のコンテンツ(すなわち、aタグの属性「href」に指定されたリンク先のコンテンツ)のダウンロード要求をWebサーバ20に送信する(ステップS609)。これにより、当該コンテンツがWebサーバ20からダウンロードされる。Webサーバ20からダウンロードされたコンテンツは、例えばフラッシュメモリ114内の予め指定された記憶領域に保存される。 The control unit 312 transmits a download request for the content to be downloaded (that is, the content of the link destination specified by the attribute “href” of the a tag) to the Web server 20 (step S609). As a result, the content is downloaded from the Web server 20. The content downloaded from the Web server 20 is stored in, for example, a predesignated storage area in the flash memory 114.

なお、制御部312は、ダウンロードしたコンテンツに対して、例えば、画像処理装置10のユーザを識別するユーザID等を付加しても良い。また、制御部312は、ダウンロードしたコンテンツに対して、例えば、印刷設定を示す情報を付加しても良い。 The control unit 312 may add, for example, a user ID for identifying the user of the image processing apparatus 10 to the downloaded content. Further, the control unit 312 may add information indicating print settings to the downloaded content, for example.

制御部312は、Webサーバ20からコンテンツをダウンロードすると、ダウンロード完了画面の表示要求をUI部313に送信する(ステップS610)。 When the content is downloaded from the Web server 20, the control unit 312 sends a display completion screen display request to the UI unit 313 (step S610).

ブラウザ機能部311のUI部313は、ダウンロード完了画面の表示要求を受信すると、例えば図7に示すダウンロード完了画面G130を表示する(ステップS611)。図7に示すダウンロード完了画面G130が表示されることで、ユーザは、コンテンツのダウンロードが完了したことを知ることができる。 Upon receiving the download completion screen display request, the UI unit 313 of the browser function unit 311 displays, for example, the download completion screen G130 shown in FIG. 7 (step S611). By displaying the download completion screen G130 shown in FIG. 7, the user can know that the download of the content has been completed.

また、図7に示すダウンロード完了画面G130には、印刷実行ボタンG131が含まれている。ユーザは、印刷実行ボタンG131を押下することで、ダウンロードしたコンテンツの印刷を開始することができる。ここで、ユーザにより印刷実行ボタンG131が押下されたものとする。 Further, the download completion screen G130 shown in FIG. 7 includes a print execution button G131. The user can start printing the downloaded content by pressing the print execution button G131. Here, it is assumed that the user has pressed the print execution button G131.

ブラウザ機能部311のUI部313は、ユーザによる印刷実行ボタンG131の押下を受け付ける(ステップS612)。なお、印刷実行ボタンG131が押下されなかった場合(又は後述するキャンセルボタンG141が押下された場合)、ダウンロードされたコンテンツは削除されても良いし、画像処理装置10に保存されても良い。 The UI unit 313 of the browser function unit 311 receives the press of the print execution button G131 by the user (step S612). When the print execution button G131 is not pressed (or the cancel button G141 described later is pressed), the downloaded content may be deleted or may be saved in the image processing apparatus 10.

ブラウザ機能部311のUI部313は、ダウンロードされたコンテンツの印刷実行要求を制御部312に送信する(ステップS613)。 The UI unit 313 of the browser function unit 311 transmits a print execution request for the downloaded content to the control unit 312 (step S613).

制御部312は、ブラウザ機能部311から印刷実行要求を受信すると、当該印刷実行要求を印刷サービス部370に送信する(ステップS614)。当該印刷実行要求には、上記のステップS609でダウンロードされたコンテンツの保存先を示す情報が含まれる。当該印刷実行要求には、これ以外にも、例えば、予め決められた印刷設定を示す情報(すなわち、デフォルトの印刷設定を示す情報や制御部312により決定された印刷設定を示す情報等)が含まれていても良い。 Upon receiving the print execution request from the browser function unit 311, the control unit 312 transmits the print execution request to the print service unit 370 (step S614). The print execution request includes information indicating the storage destination of the content downloaded in step S609 described above. In addition to this, the print execution request includes, for example, information indicating predetermined print settings (that is, information indicating default print settings, information indicating print settings determined by the control unit 312, etc.). It may be.

なお、制御部312は、例えば、機器の他のアプリケーションを呼び出すためのアプリ連携APIの一例として、intentを用いて、印刷サービス部370の印刷UIアプリケーション320を呼び出すことができる。intentは、操作装置11で提供するAPI(操作部API、操作装置API)の1つである。呼び出された印刷UIアプリケーション320を用いて、例えば、画像処理機能を実行するための印刷設定、印刷実行ボタン、印刷中、印刷キャンセル等の表示を行っても良い。 Note that the control unit 312 can call the print UI application 320 of the print service unit 370 using intent as an example of an application cooperation API for calling another application of the device. The intent is one of the APIs (operation unit API, operation device API) provided by the operation device 11. The called print UI application 320 may be used to display, for example, print settings for executing an image processing function, a print execution button, printing, print cancel, and the like.

印刷サービス部370は、制御部312から印刷実行要求を受信すると、例えば図7に示す印刷実行中画面G140を表示する(ステップS615)。図7に示す印刷実行中画面G140は、印刷UIアプリケーション320により表示される。図7に示す印刷実行中画面G140が表示されることで、ユーザは、ダウンロードしたコンテンツが印刷中であることを知ることができる。 Upon receiving the print execution request from the control unit 312, the print service unit 370 displays the print in-execution screen G140 shown in FIG. 7, for example (step S615). The print execution screen G140 shown in FIG. 7 is displayed by the print UI application 320. By displaying the print execution screen G140 shown in FIG. 7, the user can know that the downloaded content is being printed.

次に、印刷サービス部370は、上記のステップS609でダウンロードされたコンテンツの印刷を実行する(ステップS616)。印刷の実行は、印刷UIアプリケーション320が、WebAPI340を介して、印刷アプリケーション350に対して印刷要求を送信することで行うことができる。これにより、Webサーバ20からダウンロードされたコンテンツが印刷される。 Next, the print service unit 370 prints the content downloaded in step S609 (step S616). The printing can be performed by the print UI application 320 by sending a print request to the print application 350 via the WebAPI 340. As a result, the content downloaded from the web server 20 is printed.

なお、図7に示す印刷実行中画面G140には、キャンセルボタンG141が含まれる。ユーザによりキャンセルボタンG141が押下された場合、印刷UIアプリケーション320は、WebAPI340を介して、印刷中止要求を印刷アプリケーション350に送信する。これにより、ダウンロードしたコンテンツの印刷が中止される。 The print execution screen G140 shown in FIG. 7 includes a cancel button G141. When the cancel button G141 is pressed by the user, the print UI application 320 transmits a print cancel request to the print application 350 via the WebAPI 340. As a result, printing of the downloaded content is stopped.

印刷が完了すると、印刷アプリケーション350は、当該印刷要求に対する応答を印刷UIアプリケーション320に送信する。一方で、例えば、印刷中にエラーが発生した場合、印刷アプリケーション350は、エラーが発生したことを示す通知を印刷UIアプリケーション320に送信する。印刷UIアプリケーション320は、エラーが発生したことを示す通知を受信すると、例えば、エラーが発生したことを示す画面を表示する。 Upon completion of printing, the print application 350 sends a response to the print request to the print UI application 320. On the other hand, for example, when an error occurs during printing, the print application 350 transmits a notification indicating that the error has occurred to the print UI application 320. Upon receiving the notification indicating that an error has occurred, the print UI application 320 displays, for example, a screen indicating that an error has occurred.

次に、印刷サービス部370は、上記のステップS616で実行された印刷が完了すると、印刷完了通知を制御部312に送信する(ステップS617)。印刷完了通知は、印刷UIアプリケーション320により送信される。 Next, when the printing executed in step S616 is completed, the print service unit 370 sends a print completion notification to the control unit 312 (step S617). The print completion notification is transmitted by the print UI application 320.

制御部312は、印刷完了通知を印刷サービス部370から受信すると、当該印刷完了通知をUI部313に送信する(ステップS618)。 Upon receiving the print completion notification from the print service unit 370, the control unit 312 transmits the print completion notification to the UI unit 313 (step S618).

ブラウザ機能部311のUI部313は、印刷完了通知を受信すると、例えば図7に示す印刷完了画面G150を表示する(ステップS619)。図7に示す印刷完了画面G150が表示されることで、ユーザは、コンテンツの印刷が完了したことを知ることができる。 Upon receiving the print completion notification, the UI unit 313 of the browser function unit 311 displays, for example, the print completion screen G150 shown in FIG. 7 (step S619). By displaying the print completion screen G150 shown in FIG. 7, the user can know that the printing of the content is completed.

以上のステップS605〜ステップS619により、ステップS604でリンク先のコンテンツが、ダウンロードするコンテンツであると判定された場合に、当該コンテンツが印刷される。 When the content of the link destination is determined to be the content to be downloaded in step S604 through the above steps S605 to S619, the content is printed.

一方で、上記のステップS604において、Webブラウザ310上に表示するコンテンツであると判定された場合、ブラウザ機能部311の解釈部314は、表示通知を制御部312に送信する(ステップS620)。解釈部314は、例えば、ブラウザのUIで表示している画面を更新するための画面更新APIの一例として、shouldOverrideUrlLoadingを呼び出すことで、表示通知を行うことができる。なお、このとき、shouldOverrideUrlLoadingの引数には、属性「href」に指定されたURLが指定される。shouldOverrideUrlLoadingは、操作装置11で提供するAPI(操作部API、操作装置API)の1つである。 On the other hand, when it is determined in step S604 that the content is to be displayed on the web browser 310, the interpretation unit 314 of the browser function unit 311 transmits a display notification to the control unit 312 (step S620). The interpretation unit 314 can issue a display notification by calling, for example, a shoutOverrideUrlLoading as an example of a screen update API for updating the screen displayed on the UI of the browser. At this time, the URL specified in the attribute “href” is specified as the argument of the methodOverrideUrlLoading. The methodOverrideUrlLoading is one of the APIs (operation unit API, operation device API) provided by the operation device 11.

制御部312は、表示対象のコンテンツ(すなわち、属性「href」に指定されたリンク先のコンテンツ)が印刷可能であるか否かを確認する(ステップS621)。 The control unit 312 confirms whether or not the content to be displayed (that is, the content of the link destination designated by the attribute “href”) is printable (step S621).

表示対象のコンテンツが印刷可能であるか否かは、例えば、当該コンテンツの拡張子等により判定される。例えば、当該コンテンツの拡張子が「jpg」や「jpeg」、「tiff」等である場合、印刷可能であると判定される。一方、例えば、当該コンテンツの拡張子が「html」や「htm」等である場合には、印刷可能でないと判定される。 Whether or not the display target content can be printed is determined by, for example, the extension of the content. For example, when the extension of the content is “jpg”, “jpeg”, “tiff”, etc., it is determined that printing is possible. On the other hand, for example, when the extension of the content is “html” or “htm”, it is determined that printing is not possible.

ただし、例えば、当該コンテンツの拡張子が「html」や「htm」等である場合には、当該コンテンツをWebブラウザ310上に表示すると共に、印刷実行ボタンを表示させても良い。これにより、ユーザは、当該印刷実行ボタンを押下することで、Webブラウザ310上に表示されているコンテンツ(Webページ)を印刷することができる。 However, for example, when the extension of the content is “html” or “htm”, the content may be displayed on the Web browser 310 and the print execution button may be displayed. As a result, the user can print the content (web page) displayed on the web browser 310 by pressing the print execution button.

なお、コンテンツの拡張子は、例えば、shouldOverrideUrlLoadingの引数に指定されるURLから特定することができる。 Note that the extension of the content can be specified, for example, from the URL specified in the argument of the methodOverrideUrlLoading.

ただし、表示対象のコンテンツが印刷対象であるか否を、例えば、属性「type」に指定されているMIMEタイプから判定しても良い。この場合、属性「type」に指定されているMIMEタイプが「image/jpeg」や「image/gif」、「image/png」等である場合、印刷可能である判定される。一方で、例えば、属性「type」に指定されているMIMEタイプが「text/html」等である場合には、印刷可能でないと判定される。 However, whether or not the content to be displayed is a print target may be determined from, for example, the MIME type specified in the attribute “type”. In this case, if the MIME type specified in the attribute "type" is "image/jpeg", "image/gif", "image/png", or the like, it is determined that printing is possible. On the other hand, for example, when the MIME type specified in the attribute “type” is “text/html” or the like, it is determined that printing is not possible.

以降では、上記のステップS621において、表示対象のコンテンツが印刷可能であると判定されたものとして説明する。なお、上記のステップS621において、表示対象のコンテンツが印刷可能でないと判定された場合、制御部312は、例えば、表示許可通知を解釈部314に返信する。これにより、例えば、ブラウザ機能部311により、当該コンテンツがWebサーバ20から取得された上で、Webブラウザ310上に表示される。 In the following description, it is assumed that the content to be displayed is determined to be printable in step S621. When it is determined in step S621 that the content to be displayed is not printable, the control unit 312 returns a display permission notification to the interpretation unit 314, for example. Thereby, for example, the browser function unit 311 acquires the content from the Web server 20 and then displays the content on the Web browser 310.

制御部312は、表示対象のコンテンツが印刷可能であると判定された場合、印刷実行通知を解釈部314に送信する(ステップS622)。そして、画像処理装置10は、ステップS607〜ステップS619を実行する。このように、ユーザにより押下されたリンクのリンク先コンテンツが表示対象のコンテンツである場合であっても、例えば、当該コンテンツがJPEG形式の画像データ等であるときには、当該コンテンツが印刷される。 When it is determined that the display target content can be printed, the control unit 312 transmits a print execution notification to the interpretation unit 314 (step S622). Then, the image processing apparatus 10 executes steps S607 to S619. As described above, even when the link destination content of the link pressed by the user is the content to be displayed, for example, when the content is image data in the JPEG format or the like, the content is printed.

以上のように、本実施形態に係る画像処理装置10は、汎用的なHTMLタグであるaタグで実現されるリンクがユーザにより押下された場合に、リンク先のコンテンツの種別に応じて、当該コンテンツをダウンロード及び印刷することができる。このように、本実施形態に係る画像処理装置10では、印刷機能を実現するための専用のHTMLタグを用いずに、当該印刷機能が実現される。 As described above, in the image processing apparatus 10 according to the present embodiment, when the link realized by the a tag which is a general-purpose HTML tag is pressed by the user, the image processing apparatus 10 according to the type of the linked content is Content can be downloaded and printed. As described above, in the image processing apparatus 10 according to the present embodiment, the print function is realized without using a dedicated HTML tag for realizing the print function.

したがって、例えば、Webサーバ20が提供するWebアプリケーションの開発者等は、専用のJavaScriptやHTML等の知識を必要とすることなく、画像処理装置10特有の画像処理機能を実現させるWebアプリケーションを開発することができる。 Therefore, for example, a developer of a web application provided by the web server 20 develops a web application that realizes an image processing function unique to the image processing apparatus 10 without requiring knowledge such as dedicated Java Script or HTML. be able to.

なお、図6で説明した印刷処理は、JavaScript等を用いる場合の他に、例えば、PHPを用いて実現することもできる。例えば、図9に示すようなPHPコードを作成し、「dl.php」という名称でWebサーバ20側に保存しておくと共に、Webブラウザ310が受け取るHTML中に、例えば、<a href="./dl.php">ダウンロード</a>と定義しておく。これにより、このHTML中に定義されたダウンロードリンクをユーザが押下した場合、Webサーバ20上で「dl.php」が実行され、Webサーバ20からWebブラウザ310に対してダウンロード指示を示すHTTPヘッダが送信される。 The printing process described with reference to FIG. 6 can be realized by using PHP, for example, in addition to the case of using Javascript or the like. For example, a PHP code as shown in FIG. 9 is created and saved under the name “dl.php” on the Web server 20 side, and in the HTML received by the Web browser 310, for example, <a href=“. /Dl.php">download</a>. As a result, when the user presses the download link defined in the HTML, "dl.php" is executed on the web server 20, and the HTTP header indicating the download instruction from the web server 20 to the web browser 310 is displayed. Sent.

ここで、図9に示すPHPコードの場合、ダウンロード指示を示すHTTPヘッダには、「Content−Type:application/force−download」と、「Content−disposition:attachment;filename="myfile.pdf"」とが含まれる。これより、上記のステップS604において、Webブラウザ310の解釈部314により、「myfile.pdf」がダウンロードするコンテンツであると判定される。 Here, in the case of the PHP code shown in FIG. 9, the HTTP header indicating the download instruction includes “Content-Type: application/force-download” and “Content-disposition: attachment; filename=“myfile. pdf"" is included. From this, in step S604, the interpretation unit 314 of the Web browser 310 determines that "myfile.pdf" is the content to be downloaded.

(実施例1の他の例(その1))
次に、印刷処理の他の例(その1)について、図10を参照しながら説明する。図10は、本実施形態に係る印刷処理の他の例(その1)を示すシーケンス図である。なお、図10におけるステップS601〜ステップS622は、図6と同様であるため、その説明を省略する。
(Other Example of Example 1 (Part 1))
Next, another example (1) of the printing process will be described with reference to FIG. FIG. 10 is a sequence diagram showing another example (1) of the print processing according to the present embodiment. Note that steps S601 to S622 in FIG. 10 are the same as those in FIG. 6, so description thereof will be omitted.

ステップS614に続いて、印刷サービス部370は、ブラウザ機能部311から印刷実行要求を受信すると、例えば図11に示す印刷設定画面G210を表示する(ステップS1001)。図11に示す印刷設定画面G210は、印刷UIアプリケーション320により表示される。 Following step S614, when the print service unit 370 receives the print execution request from the browser function unit 311, the print service unit 370 displays, for example, the print setting screen G210 shown in FIG. 11 (step S1001). The print setting screen G210 shown in FIG. 11 is displayed by the print UI application 320.

図11に示す印刷設定画面G210には、印刷設定欄G211と、印刷実行ボタンG212とが含まれる。ユーザは、印刷設定欄G211において、例えば、「部数」、「カラー」、「印刷面」、「用紙サイズ」等の種々の印刷設定を指定することができる。ここで、ユーザが印刷設定欄G211において印刷設定を指定する操作(印刷設定操作)を行った上で、印刷実行ボタンG212を押下したものとする。 The print setting screen G210 shown in FIG. 11 includes a print setting field G211 and a print execution button G212. The user can specify various print settings such as “number of copies”, “color”, “print surface”, and “paper size” in the print setting field G211. Here, it is assumed that the user performs an operation (print setting operation) of designating print settings in the print setting field G211, and then presses the print execution button G212.

印刷サービス部370は、ユーザによる印刷設定操作及び印刷実行ボタンG212の押下を受け付ける(ステップS1002)。印刷設定操作及び印刷実行ボタンG212の押下は、印刷UIアプリケーション320により受け付けられる。これにより、ステップS616において、ユーザにより指定された印刷設定でコンテンツが印刷される。 The print service unit 370 receives the print setting operation and the press of the print execution button G212 by the user (step S1002). The print setting operation and the press of the print execution button G212 are accepted by the print UI application 320. As a result, in step S616, the content is printed with the print settings specified by the user.

(実施例1の他の例(その2))
次に、印刷処理の他の例(その2)について、図12を参照しながら説明する。図12は、本実施形態に係る印刷処理の他の例(その2)を示すシーケンス図である。
(Another Example of Example 1 (Part 2))
Next, another example (2) of the printing process will be described with reference to FIG. FIG. 12 is a sequence diagram showing another example (No. 2) of the print processing according to this embodiment.

図12に示す印刷処理では、図6のステップS610〜ステップS613が実行されない。すなわち、図12に示す印刷処理では、aタグで実現されるリンクがユーザにより押下された場合、ユーザによる印刷実行ボタンの押下が行われることなく、リンク先のコンテンツのダウンロード及び印刷が行われる。これにより、ユーザは、一度の操作(aタグで実現されるリンクの押下操作)を行うことで、リンク先のコンテンツを印刷することができるようになる。 In the printing process shown in FIG. 12, steps S610 to S613 in FIG. 6 are not executed. That is, in the print processing illustrated in FIG. 12, when the user presses the link realized by the a tag, the content of the link destination is downloaded and printed without the user pressing the print execution button. As a result, the user can print the linked content by performing the operation once (pressing the link realized by the a tag).

また、図12に示す印刷処理では、ステップS609に続いて、制御部312は、ダウンロード中画面の消去要求をUI部313に送信する(ステップS1201)。そして、UI部313は、ダウンロード中画面の消去要求を受信すると、ダウンロード中画面G120を消去する(ステップS1202)。 Further, in the print processing illustrated in FIG. 12, following step S609, the control unit 312 transmits a deletion request for the screen during download to the UI unit 313 (step S1201). When the UI unit 313 receives the deletion request for the downloading screen, the UI unit 313 deletes the downloading screen G120 (step S1202).

(実施例1の他の例(その3))
次に、印刷処理の他の例(その3)について、図13を参照しながら説明する。図13は、本実施形態に係る印刷処理の他の例(その3)を示すシーケンス図である。なお、図13におけるステップS601〜ステップS622は、図6と同様であるため、その説明を省略する。
(Other example of Example 1 (3))
Next, another example (3) of the printing process will be described with reference to FIG. FIG. 13 is a sequence diagram showing another example (No. 3) of the print processing according to this embodiment. Note that steps S601 to S622 in FIG. 13 are the same as those in FIG. 6, so description thereof will be omitted.

ステップS614に続いて、印刷サービス部370は、ステップS609でダウンロードしたコンテンツに対して所定の画像処理を実行する(ステップS1301)。ここで、印刷サービス部370により実行される画像処理としては、例えば、コンテンツに対して所定の情報(例えばダウンロード先のURLや時刻等)を付加する処理、データ形式の変換処理等が挙げられる。これにより、ステップS616において、画像処理が行われた後のコンテンツが印刷される。 Following step S614, the print service unit 370 executes predetermined image processing on the content downloaded in step S609 (step S1301). Here, as the image processing executed by the print service unit 370, for example, processing of adding predetermined information (for example, download destination URL or time) to the content, data format conversion processing, and the like can be mentioned. As a result, in step S616, the content after the image processing is printed.

次に、印刷処理の実行時におけるWebブラウザ310の動作の一例について、図14を参照しながら説明する。図14は、印刷処理の実行時におけるWebブラウザ310の動作の一例を示すフローチャートである。 Next, an example of the operation of the Web browser 310 at the time of executing the print process will be described with reference to FIG. FIG. 14 is a flowchart showing an example of the operation of the web browser 310 when executing the print processing.

まず、Webブラウザ310は、図6のステップS601で説明したように、Webサーバ20からコンテンツ(Webページ)を取得し、リンクを含む画面を表示する(ステップS1401)。 First, the web browser 310 acquires content (web page) from the web server 20 and displays a screen including a link, as described in step S601 of FIG. 6 (step S1401).

次に、Webブラウザ310は、図6のステップS602で説明したように、ユーザによるリンクの押下を受け付ける(ステップS1402)。Webブラウザ310は、リンクの押下を受け付けると、ダウンロードを示す所定のタグ名(aタグ)を検出する(ステップS1403)。 Next, the web browser 310 accepts the pressing of the link by the user as described in step S602 of FIG. 6 (step S1402). Upon receiving the link press, the Web browser 310 detects a predetermined tag name (a tag) indicating download (step S1403).

次に、Webブラウザ310は、図6のステップS604で説明したように、リンク先のコンテンツ(ファイル)のファイル形式(拡張子)が、ダウンロードする形式又はWebブラウザ310上に表示する形式のいずれであるかを判定する(ステップS1404)。ここで、ダウンロードする形式としては、例えば、「PDF」、「JPEG」、「doc」、「xls」、「zip」、「mp3」、「mp4」等の拡張子のファイル形式が挙げられる。また、Webブラウザ310上に表示する形式としては、例えば、「html」、「gif」、「png」等の拡張子のファイル形式が挙げられる。 Next, the web browser 310 uses the file format (extension) of the linked content (file) in the download format or the format displayed on the web browser 310, as described in step S604 of FIG. It is determined whether there is any (step S1404). Here, examples of the format to be downloaded include file formats with extensions such as "PDF", "JPEG", "doc", "xls", "zip", "mp3", "mp4". Examples of the format displayed on the Web browser 310 include file formats with extensions such as "html", "gif", and "png".

ステップS1404において、ファイル形式がダウンロードする形式であると判定された場合、Webブラウザ310は、図6のステップS606で説明したように、当該ファイル形式が、ダウンロード後に印刷できる形式又は印刷できない形式のいずれであるかを判定する(ステップS1405)。ここで、ダウンロード後に印刷できる形式としては、例えば、「PDF」、「JPEG」、「doc」、「xls」等の拡張子のファイル形式が挙げられる。また、ダウンロード後に印刷できない形式としては、例えば、「zip」、「mp3」、「mp4」等の拡張子のファイル形式が挙げられる。 When it is determined in step S1404 that the file format is the download format, the web browser 310 determines whether the file format is the printable format or the unprintable format after the download, as described in step S606 of FIG. Is determined (step S1405). Here, examples of formats that can be printed after downloading include file formats with extensions such as “PDF”, “JPEG”, “doc”, and “xls”. In addition, examples of formats that cannot be printed after downloading include file formats with extensions such as “zip”, “mp3”, and “mp4”.

ステップS1405において、ファイル形式がダウンロード後に印刷できる形式であると判定された場合、Webブラウザ310は、図6のステップS609で説明したように、コンテンツ(ファイル)をダウンロードする(ステップS1406)。すなわち、このとき、Webブラウザ310は、コンテンツを表示しない。ただし、例えば、ビューワアプリ等の別のアプリケーションにより、当該コンテンツを表示しても良い。この場合、後述するステップS1408で印刷実行ボタンが押下された後に、当該別のアプリケーションにより当該コンテンツを表示しても良い。 When it is determined in step S1405 that the file format is a printable format after downloading, the web browser 310 downloads the content (file) as described in step S609 of FIG. 6 (step S1406). That is, at this time, the web browser 310 does not display the content. However, for example, the content may be displayed by another application such as a viewer application. In this case, the content may be displayed by the other application after the print execution button is pressed in step S1408 described later.

次に、Webブラウザ310は、図6のステップS611で説明したように、印刷実行ボタンが含まれる画面(例えばダウンロード完了画面)を表示する(ステップS1407)。 Next, the web browser 310 displays a screen including a print execution button (for example, a download completion screen) as described in step S611 of FIG. 6 (step S1407).

次に、Webブラウザ310は、上記のステップS1407で表示された画面に含まれる印刷実行ボタンの押下を受け付けたか否かを判定する(ステップS1408)。なお、このとき、Webブラウザ310は、印刷設定を行うための印刷設定画面上における印刷実行ボタンの押下を受け付けても良い。 Next, the Web browser 310 determines whether or not the press of the print execution button included in the screen displayed in step S1407 has been accepted (step S1408). At this time, the Web browser 310 may accept the press of the print execution button on the print setting screen for making print settings.

ステップS1408において、印刷実行ボタンの押下を受け付けたと判定された場合、Webブラウザ310は、図6のステップS613で説明したように、コンテンツの印刷を実行する(ステップS1409)。 If it is determined in step S1408 that the press of the print execution button has been accepted, the web browser 310 executes printing of the content as described in step S613 of FIG. 6 (step S1409).

ステップS1408において、印刷実行ボタンの押下を受け付けたと判定されなかった場合(例えば、印刷がキャンセルされた場合等)、Webブラウザ310は、コンテンツの印刷は実行しない(ステップS1410)。この場合、Webブラウザ310は、当該コンテンツを消去する。なお、Webブラウザ310は、印刷がキャンセルされた場合以外である場合、例えば、エラー画面等を表示しても良い。 When it is not determined in step S1408 that the press of the print execution button has been accepted (for example, when the printing is canceled), the web browser 310 does not execute the content printing (step S1410). In this case, the web browser 310 erases the content. Note that the Web browser 310 may display an error screen, for example, when the printing is not canceled.

ステップS1405において、ファイル形式がダウンロード後に印刷できない形式であると判定された場合、Webブラウザ310は、ダウンロードして所定の処理を行ってから印刷を実行する(ステップS1411)。例えば、拡張子が「zip」である場合、コンテンツ(ファイル)を解凍して、解凍後のファイルの印刷を実行する。ただし、例えば、解凍後のファイルも印刷できない形式である場合(例えば、解凍後のファイルの拡張子が「mp3」や「mp4」等である場合)、Webブラウザ310は、印刷を行わない。 When it is determined in step S1405 that the file format is a format that cannot be printed after downloading, the web browser 310 downloads the file, performs a predetermined process, and then executes printing (step S1411). For example, when the extension is “zip”, the content (file) is decompressed and the decompressed file is printed. However, for example, when the file after decompression is also in a format that cannot be printed (for example, when the extension of the file after decompression is “mp3”, “mp4”, etc.), the Web browser 310 does not print.

ステップS1404において、ファイル形式がWebブラウザ310に表示する形式であると判定された場合、Webブラウザ310は、当該ファイル形式が、印刷する形式又は印刷しない形式のいずれであるかを判定する(ステップS1412)。ここで、印刷する形式としては、例えば、「gif」、「png」等の拡張子のファイル形式が挙げられる。また、印刷しない形式としては、例えば、「html」等の拡張子のファイル形式が挙げられる。 When it is determined in step S1404 that the file format is the format to be displayed on the web browser 310, the web browser 310 determines whether the file format is a print format or a non-print format (step S1412). ). Here, examples of the format for printing include file formats with extensions such as “gif” and “png”. Further, examples of the format that is not printed include a file format with an extension such as "html".

ステップS1412において、ファイル形式が印刷する形式であると判定された場合、Webブラウザ310は、当該コンテンツ(ファイル)をダウンロードして表示する(ステップS1413)。このとき、Webブラウザ310は、表示したコンテンツを印刷するための印刷実行ボタンも画面上に表示する。 When it is determined in step S1412 that the file format is the print format, the web browser 310 downloads and displays the content (file) (step S1413). At this time, the Web browser 310 also displays a print execution button for printing the displayed content on the screen.

次に、Webブラウザ310は、上記のステップS1413で表示された画面に含まれる印刷実行ボタンの押下を受け付けたか否かを判定する(ステップS1414)。なお、このとき、Webブラウザ310は、印刷設定を行うための印刷設定画面上における印刷実行ボタンの押下を受け付けても良い。 Next, the web browser 310 determines whether or not the press of the print execution button included in the screen displayed in step S1413 is accepted (step S1414). At this time, the Web browser 310 may accept the press of the print execution button on the print setting screen for making print settings.

ステップS1414において、印刷実行ボタンの押下を受け付けたと判定された場合、Webブラウザ310は、コンテンツの印刷を実行する(ステップS1415)。 If it is determined in step S1414 that the press of the print execution button has been accepted, the web browser 310 executes printing of the content (step S1415).

ステップS1414において、印刷実行ボタンの押下を受け付けたと判定されなかった場合(例えば、印刷がキャンセルされた場合等)、Webブラウザ310は、コンテンツの印刷は実行しない(ステップS1416)。この場合、Webブラウザ310は、当該コンテンツを消去する。なお、Webブラウザ310は、印刷がキャンセルされた場合以外である場合、例えば、エラー画面等を表示しても良い。 When it is not determined in step S1414 that the press of the print execution button has been accepted (for example, when printing has been canceled), the web browser 310 does not execute printing of the content (step S1416). In this case, the web browser 310 erases the content. Note that the Web browser 310 may display an error screen, for example, when the printing is not canceled.

ステップS1412において、ファイル形式が印刷しない形式であると判定された場合、Webブラウザ310は、当該コンテンツ(ファイル)をダウンロードして表示する(ステップS1417)。このとき、Webブラウザ310は、上記のステップS1413と異なり、表示したコンテンツを印刷するための印刷実行ボタンは画面上に表示しない。 When it is determined in step S1412 that the file format is a non-printing format, the web browser 310 downloads and displays the content (file) (step S1417). At this time, the Web browser 310 does not display the print execution button for printing the displayed content on the screen, unlike step S1413 described above.

(実施例2)
以降では、ユーザが画像処理装置10を用いて、汎用的なHTMLを用いたWebアプリケーションにより、スキャンにより生成した画像データをメールサーバ30に送信する処理について、図15を参照しながら説明する。図15は、本実施形態に係るスキャン及びメール送信処理の一例を示すシーケンス図である。
(Example 2)
Hereinafter, a process in which the user uses the image processing apparatus 10 to transmit the image data generated by scanning to the mail server 30 by the Web application using a general-purpose HTML will be described with reference to FIG. 15. FIG. 15 is a sequence diagram showing an example of scanning and mail transmission processing according to this embodiment.

まず、ブラウザ機能部311のUI部313は、例えば図16に示すWebページG510を表示する(ステップS2101)。図16に示すWebページG510は、Webサーバ20から取得したコンテンツ(HTMLやCSS、JavaScript等)を解釈部314が解釈することで表示される。このようなコンテンツの取得は、例えば、WebページG510を表示するためのURLを入力したり、当該URLへのリンクを押下したりすることで行うことができる。 First, the UI unit 313 of the browser function unit 311 displays, for example, the Web page G510 shown in FIG. 16 (step S2101). The web page G510 illustrated in FIG. 16 is displayed by the interpretation unit 314 interpreting the content (HTML, CSS, Javascript, etc.) acquired from the web server 20. Such contents can be obtained by, for example, inputting a URL for displaying the web page G510 or pressing a link to the URL.

図16に示すWebページG510には、リンク先として指定された電子メールアドレス宛にメールを送信するためのリンクG511が含まれている。ここで、ユーザがリンクG511を押下したものとする。なお、画像処理装置10のスキャナには、スキャン対象の原稿がセットされているものとする。 The web page G510 shown in FIG. 16 includes a link G511 for sending a mail to the electronic mail address designated as the link destination. Here, it is assumed that the user has pressed the link G511. It is assumed that a document to be scanned is set on the scanner of the image processing apparatus 10.

ブラウザ機能部311のUI部313は、ユーザによるリンクG511の押下を受け付ける(ステップS2102)。ここで、図16に示すWebページG510に含まれるリンクG511は、例えば、図17に示すように、属性「href」が設定されたaタグにより実現される。図17に示すaタグの属性「href」には、スキーム「mail to」で、電子メールアドレスが指定されている。なお、aタグには、これ以外にも、種々の属性が設定されていても良い。 The UI unit 313 of the browser function unit 311 receives a press of the link G511 by the user (step S2102). Here, the link G511 included in the Web page G510 shown in FIG. 16 is realized by, for example, an a tag in which the attribute “href” is set as shown in FIG. In the attribute “href” of the a tag shown in FIG. 17, an electronic mail address is designated by the scheme “mail to”. In addition to the above, various attributes may be set in the a tag.

ブラウザ機能部311のUI部313は、ユーザにより押下されたリンクG511を実現するaタグの解釈要求を解釈部314に送信する(ステップS2103)。 The UI unit 313 of the browser function unit 311 transmits an interpretation request for the a tag that realizes the link G511 pressed by the user to the interpretation unit 314 (step S2103).

ブラウザ機能部311の解釈部314は、リンクG511を実現するaタグを解釈する(ステップS2104)。すなわち、解釈部314は、aタグを解釈することで、当該aタグの属性「href」に指定されたスキーム「mail to」からスキャン及びメール送信を特定する。 The interpretation unit 314 of the browser function unit 311 interprets the a tag that realizes the link G511 (step S2104). That is, the interpretation unit 314 interprets the a tag to specify scanning and mail transmission from the scheme "mail to" specified in the attribute "href" of the a tag.

次に、ブラウザ機能部311の解釈部314は、メール送信通知を制御部312に送信する(ステップS2105)。解釈部314は、例えば、操作装置11のWebブラウザ310又はアプリケーションの内部に保持されているメール送信ライブラリのAPIをコールすることで、メール送信通知を行うことができる。又は、解釈部314は、例えば、本体装置12が保持されているメール送信プログラム(又はメール送信モジュール等)を、WebAPIを介してコールすることで、メール送信通知を行っても良い。なお、このとき、コールされるAPIの引数には、属性「href」に指定された電子メールアドレスが指定される。 Next, the interpretation unit 314 of the browser function unit 311 transmits a mail transmission notification to the control unit 312 (step S2105). The interpretation unit 314 can perform the mail transmission notification by calling the API of the mail transmission library held inside the Web browser 310 of the operation device 11 or the application, for example. Alternatively, the interpretation unit 314 may notify the mail transmission by calling the mail transmission program (or the mail transmission module or the like) stored in the main body device 12 via the WebAPI, for example. At this time, the e-mail address specified in the attribute “href” is specified as the argument of the API to be called.

制御部312は、メール送信通知を受信すると、スキャン実行及び指定された電子メールアドレスへのメール送信要求をスキャンサービス部380に送信する(ステップS2106)。なお、制御部312は、例えば、intentを用いて、スキャンサービス部380のスキャンUIアプリケーション330を呼び出すことができる。 Upon receiving the mail transmission notification, the control unit 312 transmits a scan execution request and a mail transmission request to the designated e-mail address to the scan service unit 380 (step S2106). Note that the control unit 312 can call the scan UI application 330 of the scan service unit 380 using, for example, intent.

スキャンサービス部380は、制御部312からスキャン実行及びメール送信要求を受信すると、例えば図16に示すスキャン中画面G320を表示する(ステップS1507)。図16に示すスキャン中画面G320は、スキャンUIアプリケーション330により表示される。図16に示すスキャン中画面G320が表示されることで、ユーザは、原稿がスキャン中であることを知ることができる。 When the scan execution unit 380 receives the scan execution and mail transmission request from the control unit 312, the scan service unit 380 displays, for example, a scanning screen G320 shown in FIG. 16 (step S1507). The in-scan screen G320 shown in FIG. 16 is displayed by the scan UI application 330. The scanning screen G320 shown in FIG. 16 is displayed, so that the user can know that the document is being scanned.

次に、スキャンサービス部380は、スキャナにセットされた原稿のスキャンを実行して画像データを生成する(ステップS1508)。スキャンの実行は、スキャンUIアプリケーション330が、WebAPI340を介して、スキャンアプリケーション360に対してスキャン要求を送信することで行うことができる。これにより、スキャナにセットされた原稿から画像データが生成される。スキャンにより生成された画像データは、例えばフラッシュメモリ114内の予め指定された記憶領域に保存される。 Next, the scan service unit 380 scans the document set on the scanner to generate image data (step S1508). The scan can be executed by the scan UI application 330 by transmitting a scan request to the scan application 360 via the WebAPI 340. As a result, image data is generated from the original set on the scanner. The image data generated by the scan is stored in, for example, a previously designated storage area in the flash memory 114.

スキャン中にエラーが発生した場合、スキャンアプリケーション360は、エラーが発生したことを示す通知をスキャンUIアプリケーション330に送信する。スキャンUIアプリケーション330は、エラーが発生したことを示す通知を受信すると、例えば、エラーが発生したことを示す画面を表示する。 When an error occurs during scanning, the scan application 360 sends a notification indicating that an error has occurred to the scan UI application 330. When the scan UI application 330 receives the notification indicating that an error has occurred, the scan UI application 330 displays, for example, a screen indicating that an error has occurred.

なお、図16に示すスキャン中画面G320には、キャンセルボタンG321が含まれる。ユーザによりキャンセルボタンG321が押下された場合、スキャンUIアプリケーション330は、WebAPI340を介して、スキャン要求をスキャンアプリケーション360に送信する。これにより、原稿のスキャンが中止される。 The in-scan screen G320 shown in FIG. 16 includes a cancel button G321. When the cancel button G321 is pressed by the user, the scan UI application 330 transmits a scan request to the scan application 360 via the WebAPI 340. As a result, the scanning of the document is stopped.

ステップS1508に続いて、スキャンサービス部380は、例えば図16に示すスキャン完了及びメール送信中画面G520を表示する(ステップS2107)。そして、スキャンサービス部380のスキャンアプリケーション360は、スキャン結果(例えば、スキャンにより生成された画像データ又は当該画像データの保存先を示す情報)をメールサービス部391のメール送信アプリケーション390に送信する。 Following step S1508, the scan service unit 380 displays, for example, the scan completion and email transmission screen G520 shown in FIG. 16 (step S2107). Then, the scan application 360 of the scan service unit 380 transmits the scan result (for example, the image data generated by the scan or the information indicating the storage destination of the image data) to the mail transmission application 390 of the mail service unit 391.

メールサービス部391のメール送信アプリケーション390は、スキャン結果を受信すると、スキャンにより生成された画像データを、aタグの属性「href」に指定された電子メールアドレス宛にメール送信する(ステップS2108)。これにより、スキャンにより生成された画像データが指定された電子メールアドレス宛にメール送信される。 Upon receiving the scan result, the mail transmission application 390 of the mail service unit 391 sends the image data generated by the scan to the electronic mail address specified in the attribute “href” of the a tag (step S2108). As a result, the image data generated by the scan is mail-transmitted to the specified e-mail address.

なお、図16に示すスキャン完了及びメール送信中画面G520には、キャンセルボタンG521が含まれる。ユーザによりキャンセルボタンG521が押下された場合、スキャンUIアプリケーション330は、メール送信中止要求をメール送信アプリケーション390に送信する。これにより、画像データのメール送信が中止される。 A scan button G521 is included in the scan completion and mail transmission screen G520 shown in FIG. When the user presses the cancel button G521, the scan UI application 330 transmits a mail transmission stop request to the mail transmission application 390. As a result, the mail transmission of the image data is stopped.

スキャンアプリケーション360は、メール送信アプリケーション390にスキャン結果を送信後、メール送信完了通知をUI部313に送信する(ステップS2109)。なお、スキャンアプリケーション360は、メール送信アプリケーション390からメール送信完了通知を受信後、UI部313にメール送信完了通知を送信するようにしてもよい(この場合、Webアプリケーション側では、メール送信完了を前提として動作することが可能となる)。 The scan application 360 transmits a scan result to the mail transmission application 390, and then transmits a mail transmission completion notification to the UI unit 313 (step S2109). Note that the scan application 360 may transmit the mail transmission completion notification to the UI unit 313 after receiving the mail transmission completion notification from the mail transmission application 390 (in this case, the Web application side presupposes the mail transmission completion). Will be able to work as).

ブラウザ機能部311のUI部313は、メール送信完了通知を受信すると、例えば図16に示すメール送信完了画面G530を表示する(ステップS2110)。図16に示すメール送信完了画面G530が表示されることで、ユーザは、原稿のスキャン及びスキャンにより生成された画像データのメール送信が完了したことを知ることができる。 Upon receiving the mail transmission completion notification, the UI unit 313 of the browser function unit 311 displays, for example, a mail transmission completion screen G530 shown in FIG. 16 (step S2110). Since the mail transmission completion screen G530 shown in FIG. 16 is displayed, the user can know that the original document has been scanned and the image data generated by the scanning has been completely transmitted by mail.

以上のように、本実施形態に係る画像処理装置10は、汎用的なHTMLタグであるaタグで実現されるリンクがユーザにより押下された場合に、スキャナにより原稿を読み取って画像データを生成し、生成した画像データをメール送信することができる。このように、本実施形態に係る画像処理装置10では、スキャン機能を実現するための専用のHTMLタグを用いずに、当該スキャン機能が実現される。 As described above, the image processing apparatus 10 according to the present embodiment scans a document with a scanner and generates image data when a user presses a link realized by a tag which is a general-purpose HTML tag. , The generated image data can be sent by mail. As described above, in the image processing apparatus 10 according to the present embodiment, the scan function is realized without using a dedicated HTML tag for realizing the scan function.

したがって、例えば、Webサーバ20が提供するWebアプリケーションの開発者等は、専用のJavaScriptやHTML等の知識を必要とすることなく、画像処理装置10特有の画像処理機能を実現させるWebアプリケーションを開発することができる。 Therefore, for example, a developer of a web application provided by the web server 20 develops a web application that realizes an image processing function unique to the image processing apparatus 10 without requiring knowledge such as dedicated Java Script or HTML. be able to.

(実施例2の他の例(その1))
次に、スキャン処理の他の例(その1)について、図18を参照しながら説明する。図18は、本実施形態に係るスキャン処理の他の例(その1)を示すシーケンス図である。以下、図15の実施例2と異なる点を説明する。
(Other Example of Example 2 (Part 1))
Next, another example (1) of the scanning process will be described with reference to FIG. FIG. 18 is a sequence diagram showing another example (No. 1) of the scan processing according to this embodiment. Hereinafter, differences from the second embodiment of FIG. 15 will be described.

ステップS2106に続いて、スキャンサービス部380は、制御部312からスキャン実行及びメール送信要求を受信すると、例えば図19に示すスキャン設定画面G410を表示する(ステップS1801)。図19に示すスキャン設定画面G410は、スキャンUIアプリケーション330により表示される。 Following step S2106, when the scan service unit 380 receives the scan execution and mail transmission request from the control unit 312, the scan service unit 380 displays, for example, the scan setting screen G410 shown in FIG. 19 (step S1801). The scan setting screen G410 shown in FIG. 19 is displayed by the scan UI application 330.

図19に示すスキャン設定画面G410には、スキャン設定欄G411と、スキャン実行ボタンG412とが含まれる。ユーザは、スキャン設定欄G411において、例えば、「原稿種類」、「解像度」、「原稿セット方向」、「原稿面」、「読み取りサイズ」、「ファイル形式」等の種々のスキャン設定を指定することができる。ここで、ユーザがスキャン設定欄G411においてスキャン設定を指定する操作(スキャン設定操作)を行った上で、スキャン実行ボタンG412を押下したものとする。 The scan setting screen G410 shown in FIG. 19 includes a scan setting field G411 and a scan execution button G412. In the scan setting field G411, the user can specify various scan settings such as "document type", "resolution", "document setting direction", "document surface", "read size", and "file format". You can Here, it is assumed that the user performs an operation (scan setting operation) for specifying scan settings in the scan setting field G411 and then presses the scan execution button G412.

スキャンサービス部380は、ユーザによるスキャン設定操作及びスキャン実行ボタンG412の押下を受け付ける(ステップS1802)。スキャン設定操作及びスキャン実行ボタンG412の押下は、スキャンUIアプリケーション330により受け付けられる。これにより、ステップS1508において、ユーザにより指定されたスキャン設定で原稿がスキャンされる。 The scan service unit 380 receives the scan setting operation and the press of the scan execution button G412 by the user (step S1802). The scan setting operation and the pressing of the scan execution button G412 are accepted by the scan UI application 330. As a result, in step S1508, the document is scanned according to the scan settings designated by the user.

図20は、本実施形態に係る汎用HTMLタグの解釈に基づく画像処理の一例を示すシーケンス図である。 FIG. 20 is a sequence diagram showing an example of image processing based on the interpretation of the general-purpose HTML tag according to this embodiment.

ステップS1において、UI部313は、ユーザによるWebページ上のリンクの押下を受け付ける。 In step S1, the UI unit 313 receives a user's press of a link on the Web page.

ステップS2において、UI部313は、解釈部314に、S1で押下されたリンクに対応するHTMLタグの解釈を要求する。 In step S2, the UI unit 313 requests the interpretation unit 314 to interpret the HTML tag corresponding to the link pressed in S1.

ステップS3において、解釈部314は、S2で要求されたHTMLタグを解釈する。具体的には、解釈部314は、アンカータグ(aタグ)の属性「href」が「mail to」で開始しているか否かを判断する。 In step S3, the interpretation unit 314 interprets the HTML tag requested in S2. Specifically, the interpretation unit 314 determines whether or not the attribute “href” of the anchor tag (a tag) starts with “mail to”.

ステップS4において、解釈部314は、S3でアンカータグ(aタグ)の属性「href」が「mail to」で開始している場合、「mail to」以降の文字列(つまり、電子メールアドレス)を抽出する。 In step S4, when the attribute "href" of the anchor tag (a tag) starts with "mail to" in step S3, the interpretation unit 314 outputs a character string after "mail to" (that is, an email address). Extract.

ステップS5において、解釈部314は、上述したメール送信通知を制御部312に通知する。 In step S5, the interpretation unit 314 notifies the control unit 312 of the above-described mail transmission notification.

ステップS6において、制御部312は、スキャン実行及びメール送信をスキャンUIアプリケーション330に要求する。この際、制御部312は、パラメータとしてS3で抽出した電子メールアドレスを付与する。 In step S6, the control unit 312 requests the scan UI application 330 to execute the scan and send the mail. At this time, the control unit 312 gives the e-mail address extracted in S3 as a parameter.

ステップS7において、スキャンUIアプリケーション330は、スキャンの実行をスキャンアプリケーション360に要求する。この際、制御部312は、パラメータとしてS3で抽出した電子メールアドレスを付与する。 In step S7, the scan UI application 330 requests the scan application 360 to execute the scan. At this time, the control unit 312 gives the e-mail address extracted in S3 as a parameter.

ステップS8において、スキャンアプリケーション360は、S7で要求されたスキャンを実行して、画像データを生成する。 In step S8, the scan application 360 executes the scan requested in S7 to generate image data.

ステップS9において、スキャンアプリケーション360は、S8でスキャンにより生成した画像データのメール送信をメール送信アプリケーション390に要求する。 In step S9, the scan application 360 requests the email transmission application 390 to email the image data generated by the scan in step S8.

ステップS10において、メール送信アプリケーション390は、S9で要求されたメール送信を行う。つまり、メール送信アプリケーション390は、S8でスキャンにより生成した画像のデータを、S6でパラメータとして付与された電子メールアドレス宛にメール送信する。 In step S10, the mail transmission application 390 transmits the mail requested in S9. That is, the mail transmission application 390 mail-transmits the data of the image generated by the scan in S8 to the electronic mail address assigned as the parameter in S6.

なお、ステップS3においてアンカータグ(aタグ)の属性「href」が「mail to」で開始しない場合、(実施例1)で説明した処理が実行されうる。例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。そして、制御部312は、ダウンロード通知を受け取った場合、ダウンロード対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。一方で、制御部312は、表示通知を受け取った場合、表示対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。 If the attribute “href” of the anchor tag (a tag) does not start with “mail to” in step S3, the process described in (Example 1) may be executed. For example, if the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 410 (for example, if the extension is html, img, pdf, etc.), a display notification is given. .. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 410 (for example, when the extension is zip or the like), a download notification is given. When the control unit 312 receives the download notification, the control unit 312 determines whether the file to be downloaded is printable, and when the file is printable, downloads the file and prints the downloaded file. Take control. On the other hand, when the display unit receives the display notification, the control unit 312 determines whether or not the file to be displayed is printable, and when the file is printable, downloads the file and prints the downloaded file. Control.

次に、スキャン及びメール送信処理の実行時におけるWebブラウザ310の動作の一例について、図21を参照しながら説明する。図21は、スキャン及びメール送信処理の実行時におけるWebブラウザ310の動作の一例を示すフローチャートである。 Next, an example of the operation of the web browser 310 at the time of executing the scan and mail transmission processing will be described with reference to FIG. FIG. 21 is a flowchart showing an example of the operation of the web browser 310 when executing the scan and mail transmission processing.

まず、Webブラウザ310は、図15のステップS2101で説明したように、Webサーバ20からコンテンツ(Webページ)を取得し、リンクを含む画面を表示する(ステップS2401)。 First, the web browser 310 acquires content (web page) from the web server 20 and displays a screen including a link, as described in step S2101 of FIG. 15 (step S2401).

次に、Webブラウザ310は、図15のステップS2102で説明したように、ユーザによるリンクの押下を受け付ける(ステップS2402)。Webブラウザ310は、リンクの押下を受け付けると、メール送信に関する所定のタグ(aタグ)を検出する(ステップS2403)。Webブラウザ310は、aタグを検出すると、図15のステップS2105で説明したように、メール送信通知を行う(ステップS2404)。 Next, the web browser 310 receives the user's pressing of the link, as described in step S2102 of FIG. 15 (step S2402). When the web browser 310 receives the press of the link, the web browser 310 detects a predetermined tag (a tag) related to the mail transmission (step S2403). When the Web browser 310 detects the a tag, the Web browser 310 sends a mail transmission notification as described in step S2105 of FIG. 15 (step S2404).

次に、Webブラウザ310は、図15のステップS2106で説明したように、スキャン実行及びメール送信要求を行う(ステップS2405)。 Next, the Web browser 310 performs the scan execution and the mail transmission request as described in step S2106 of FIG. 15 (step S2405).

その後、図15のステップS1508で説明したように、スキャンアプリケーション360が、スキャンを実行して画像データを生成する。そして、図15のステップS2108で説明したように、メール送信アプリケーション390が、スキャンにより生成した画像データをメール送信する(ステップS2406)。 After that, as described in step S1508 of FIG. 15, the scan application 360 executes a scan to generate image data. Then, as described in step S2108 of FIG. 15, the mail transmission application 390 transmits the image data generated by the scan by mail (step S2406).

<アンカータグの例>
以下、スキャン及びメール送信処理において用いられうるアンカータグ(aタグ)の例である。
<Example of anchor tag>
The following is an example of an anchor tag (a tag) that can be used in scanning and email transmission processing.

例1<a href="mailto:aaa@bb.cc?subject=test title">メール</a>
例2<a href="mailto:aaa@bb.cc?cc=ddd@ee.ff">メール</a>
例3<a href="mailto:aaa@bb.cc?bcc=ggg@hh.ii">メール</a>
例4<a href="mailto:aaa@bb.cc?body=test body">メール</a>
本発明の一実施形態では、メールに件名を設定したり(例1の場合)、cc(カーボンコピー)の電子メールアドレスを設定したり(例2の場合)、bcc(ブラインドカーボンコピー)の電子メールアドレスを設定したり(例3の場合)、本文を設定(例4の場合)したりするアンカータグ(aタグ)が用いられてもよい。例1〜例4は、単独で用いられてもよいし、組み合わされて用いられてもよい。
Example 1 <a href="mailto:aaa@bb.cc?subject=test title"> Email </a>
Example 2 <a href="mailto:aaa@bb.cc?cc=ddd@ee.ff"> Email </a>
Example 3 <a href="mailto:aaa@bb.cc?bcc=ggg@hh.ii"> Email </a>
Example 4 <a href="mailto:aaa@bb.cc?body=test body"> Email </a>
In an embodiment of the present invention, a subject is set for a mail (in the case of Example 1), an e-mail address of cc (carbon copy) is set (in the case of Example 2), an electronic mail of bcc (blind carbon copy) is set. An anchor tag (a tag) that sets a mail address (in the case of Example 3) or sets a body (in the case of Example 4) may be used. Examples 1 to 4 may be used alone or in combination.

<他のソフトウェア構成例>
次に、本実施形態に係る画像処理システム1に含まれる画像処理装置10及び情報処理装置40のソフトウェア構成の他の例について、図22を参照しながら説明する。図22は、本実施形態に係る画像処理システム1のソフトウェア構成の他の例を示す図である。
<Other software configuration example>
Next, another example of the software configuration of the image processing device 10 and the information processing device 40 included in the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 22 is a diagram showing another example of the software configuration of the image processing system 1 according to this embodiment.

図22に示すように、本実施形態に係る画像処理装置10の操作装置11は、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392の代わりに、操作部APIアプリケーション400を有していても良い。 As shown in FIG. 22, the operation device 11 of the image processing device 10 according to the present embodiment has an operation unit API application 400 instead of the print UI application 320, the scan UI application 330, and the mail UI application 392. Is also good.

操作部APIアプリケーション400は、印刷やスキャン等の画像処理に関するUIを提供するアプリケーションプログラムである。操作部APIアプリケーション400は、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392等の画像処理に関するUIを提供するアプリケーションと同様の機能を有する。 The operation unit API application 400 is an application program that provides a UI related to image processing such as printing and scanning. The operation unit API application 400 has the same function as an application that provides a UI related to image processing, such as a print UI application 320, a scan UI application 330, and a mail UI application 392.

したがって、図22に示すソフトウェア構成の場合、上記で説明した実施例1及び実施例2において、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392を操作部APIアプリケーション400と読み替えれば良い。操作部APIアプリケーション400を用いることで、印刷やスキャン等の種々の画像処理に関するUIを統一的に提供することができる。 Therefore, in the case of the software configuration shown in FIG. 22, the print UI application 320, the scan UI application 330, and the mail UI application 392 in the first and second embodiments described above may be read as the operation unit API application 400. By using the operation unit API application 400, it is possible to uniformly provide UIs relating to various image processes such as printing and scanning.

また、操作部APIアプリケーション400は、画像処理に関するUIを提供するアプリケーションをサードベンダ等が開発するためのAPI群を備えている。サードベンダ等は、操作部APIアプリケーション400のAPI群を利用することで、WebAPI340の仕様に関する知識を必要とすることなく、画像に関するUIを提供するアプリケーションを容易に開発することができるようになる。すなわち、操作部APIアプリケーション400は、WebAPI340をラッピングしたAPI群をサードベンダ等に提供するアプリケーションプログラムとも言うことができる。 In addition, the operation unit API application 400 includes an API group for developing an application that provides a UI related to image processing by a third vendor or the like. By using the API group of the operation unit API application 400, a third vendor or the like can easily develop an application that provides a UI related to an image without requiring knowledge about the specifications of the WebAPI 340. That is, the operation unit API application 400 can also be referred to as an application program that provides an API group wrapping the WebAPI 340 to a third vendor or the like.

なお、図22に示すソフトウェア構成では、操作装置11が、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392の代わりに、操作部APIアプリケーション400を有している構成を示したが、これに限られない。操作装置11は、印刷UIアプリケーション320、スキャンUIアプリケーション330、メールUIアプリケーション392に加えて、操作部APIアプリケーション400を有していても良い。 In the software configuration shown in FIG. 22, the operation device 11 has the operation unit API application 400 instead of the print UI application 320, the scan UI application 330, and the mail UI application 392. Not limited to The operation device 11 may include an operation unit API application 400 in addition to the print UI application 320, the scan UI application 330, and the mail UI application 392.

本発明の一実施形態は、例えば、店舗のホームページ等で顧客からメールにて問い合わせを受ける場合に利用可能である。問い合わせにおいて手書きの情報を載せたい場合、従来であればその手書きの情報を写真等で電子化のうえメールに添付する必要があったが、本発明の一実施形態であれば、手書きの情報をスキャンしてメールに添付することができる。 One embodiment of the present invention can be used, for example, when a customer receives an inquiry by e-mail from a home page of a store or the like. When it is desired to put handwritten information in an inquiry, conventionally, it was necessary to digitize the handwritten information and attach it to a mail, but in the embodiment of the present invention, the handwritten information should be Can be scanned and attached to an email.

<実施形態2>
複合機(MFP:Multifunction Peripheral)等の画像処理装置において、Webブラウザ上で動作するWebアプリケーションを利用して、印刷やスキャン等の各種画像処理機能を実現する技術が従来から知られている(例えば特許文献1参照)。
<Embodiment 2>
BACKGROUND ART In an image processing apparatus such as a multi-function peripheral (MFP), a technique for realizing various image processing functions such as printing and scanning by using a web application running on a web browser has been conventionally known (for example, See Patent Document 1).

ところで、上述したような印刷やスキャン等の各種画像処理機能は、複合機等の画像処理装置特有の機能である。このような画像処理装置特有の機能を実現させるWebアプリケーションでは、画像処理装置専用のJavaScript(登録商標)を用いてHTML(HyperText Markup Language)が記述されている必要がある。 By the way, the various image processing functions such as printing and scanning as described above are functions peculiar to the image processing apparatus such as a multifunction peripheral. In a Web application that realizes such a function unique to an image processing apparatus, it is necessary to describe HTML (HyperText Markup Language) using Java Script (registered trademark) dedicated to the image processing apparatus.

一方で、スマートフォンやタブレット端末、PC(パーソナルコンピュータ)等の情報処理装置が利用するWebアプリケーションでは、汎用的なHTMLで記述されている。汎用的なHTMLでは、上述したような印刷やスキャン等の画像処理装置特有の機能を実現させるためのHTMLタグ等が用意されていない。 On the other hand, Web applications used by information processing devices such as smartphones, tablet terminals, and PCs (personal computers) are described in general-purpose HTML. A general-purpose HTML does not have an HTML tag or the like for realizing the above-described functions peculiar to the image processing apparatus such as printing and scanning.

このため、汎用的なHTMLを用いたWebアプリケーションでは、印刷やスキャン等の画像処理装置特有の機能を実現させることが困難であった。 For this reason, it is difficult for a general-purpose Web application using HTML to realize functions unique to the image processing apparatus, such as printing and scanning.

本発明の実施の形態は、上記の点に鑑みてなされたものであり、汎用的なHTMLを利用して画像処理装置特有の機能を実現させることを目的とする。 The embodiment of the present invention has been made in view of the above points, and an object thereof is to realize a function peculiar to an image processing apparatus by using a general-purpose HTML.

本発明の実施の形態によれば、汎用的なHTMLを利用して画像処理装置特有の機能を実現させることができる。 According to the embodiment of the present invention, it is possible to realize a function peculiar to an image processing apparatus by using a general-purpose HTML.

以下、本発明の実施の形態について、図面を参照しながら説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

<全体構成例>
まず、本実施形態に係る画像処理システム1の全体構成について、図23を参照しながら説明する。図23は、本実施形態に係る画像処理システム1の全体構成の一例を示す図である。
<Overall configuration example>
First, the overall configuration of the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 23 is a diagram showing an example of the overall configuration of the image processing system 1 according to the present embodiment.

図23に示すように、本実施形態に係る画像処理システム1には、1以上の画像処理装置10と、1以上のWebサーバ20と、1以上のファクス受信機30と、情報処理装置40とが含まれる。また、画像処理装置10とWebサーバ20とは、例えばインターネット等の広域的なネットワークNを介して通信可能に接続されている。また、画像処理装置10とファクス受信機30とは、例えば電話回線やインターネット等のネットワークNを介して通信可能に接続されている。 As shown in FIG. 23, the image processing system 1 according to the present embodiment includes one or more image processing apparatuses 10, one or more Web servers 20, one or more fax receivers 30, and an information processing apparatus 40. Is included. The image processing apparatus 10 and the Web server 20 are communicably connected via a wide area network N such as the Internet. Further, the image processing apparatus 10 and the fax receiver 30 are communicably connected via a network N such as a telephone line or the Internet.

画像処理装置10は、Webブラウザが搭載された複合機等の電子機器である。画像処理装置10のユーザは、Webサーバ20が提供するWebアプリケーションを利用して、例えば、Webサーバ20からダウンロードした電子データを印刷したり、スキャンにより生成した画像データをファクス受信機30にファクス送信したりすることができる。 The image processing apparatus 10 is an electronic device such as a multi-function peripheral equipped with a web browser. The user of the image processing apparatus 10 uses the Web application provided by the Web server 20 to print, for example, electronic data downloaded from the Web server 20 or fax image data generated by scanning to the fax receiver 30. You can

Webサーバ20は、ネットワークNを介して、汎用的なHTMLを用いたWebアプリケーションを提供するコンピュータ又はコンピュータシステムである。汎用的なHTMLとは、W3C(World Wide Web Consortium)で規定されたHTML5やHTML 5.1等のことである。また、汎用的とは、例えば画像処理装置等の機器でのみ解釈可能や処理可能なように定義されたコンテンツ(拡張HTMLや拡張JavaScript等の拡張されたコンテンツ)とは異なり、汎用Webブラウザであれば機器の種類を問わず解釈や処理が可能なコンテンツを指す。汎用HTMLは、個人端末であるPCや携帯端末、スマートフォン等で利用可能であり、一般的なWebサーバやWebアプリケーションに共通して用いられている。 The web server 20 is a computer or a computer system that provides a web application using general-purpose HTML via the network N. The general-purpose HTML is HTML5 or HTML 5.1 defined by W3C (World Wide Web Consortium). Further, general-purpose is a general-purpose Web browser, unlike content (extended contents such as extended HTML and extended Javascript) defined so that it can be interpreted and processed only by a device such as an image processing device. For example, it refers to content that can be interpreted and processed regardless of the type of device. The general-purpose HTML can be used in a personal terminal such as a PC, a mobile terminal, and a smartphone, and is commonly used in general web servers and web applications.

Webサーバ20によりWebアプリケーションが提供されることで、種々のWebサービスが実現される。このようなWebサービスとしては、例えば、クラウドストレージサービス、SNS(Social Networking Service)、クラウドプリントサービス、ブログサービス、掲示板サービス、オンラインゲームサービス、オンラインショッピングサービス等が挙げられる。 Various web services are realized by providing a web application by the web server 20. Examples of such Web services include cloud storage services, SNS (Social Networking Services), cloud print services, blog services, bulletin board services, online game services, online shopping services, and the like.

ファクス受信機30は、電話回線やインターネット等のネットワークNを介して、画像処理装置10がファクス送信した画像データを受信する機器(ファクシミリ、FAXとも呼ばれる)である。なお、ファクス受信機30は、電話回線を用いるファクスに限られず、インターネットを用いるインターネットファクスであっても良い。 The fax receiver 30 is a device (also called a facsimile or FAX) that receives image data faxed by the image processing apparatus 10 via a network N such as a telephone line or the Internet. The fax receiver 30 is not limited to a fax using a telephone line, but may be an internet fax using the internet.

情報処理装置40は、Webブラウザが搭載されたPC(パーソナルコンピュータ)やスマートフォン、タブレット端末等である。 The information processing device 40 is a PC (personal computer) equipped with a web browser, a smartphone, a tablet terminal, or the like.

なお、図23に示す画像処理システム1の構成は一例であって、他の構成であっても良い。例えば、画像処理装置10は、複合機に限られず、例えば、デジタルカメラ、印刷装置、スキャナ装置、コピー機、プロジェクタ、ファクシミリ、電子会議用端末、電子黒板装置等であっても良い。すなわち、画像処理装置10は、Webサーバ20との間でデータの入力及び出力の少なくとも一方を行う電子機器であれば良い。また、例えば、画像処理システム1には、情報処理装置40が含まれていなくても良い。 The configuration of the image processing system 1 shown in FIG. 23 is an example, and other configurations may be used. For example, the image processing apparatus 10 is not limited to the multi-function peripheral, and may be, for example, a digital camera, a printing device, a scanner device, a copying machine, a projector, a facsimile, an electronic conference terminal, an electronic blackboard device, or the like. That is, the image processing apparatus 10 may be any electronic device that inputs and/or outputs data with the Web server 20. Further, for example, the image processing system 1 may not include the information processing device 40.

<画像処理装置10のハードウェア構成例>
本実施形態に係る画像処理装置10のハードウェア構成については<実施形態1>と同様であるので説明を省略する。
<Example of Hardware Configuration of Image Processing Device 10>
The hardware configuration of the image processing apparatus 10 according to the present embodiment is the same as that of <Embodiment 1>, and thus the description thereof is omitted.

<画像処理装置10のソフトウェア群の階層構造>
本実施形態に係る画像処理装置10の操作装置11及び本体装置12に含まれるソフトウェア群の階層構造については<実施形態1>と同様であるので説明を省略する。
<Hierarchical Structure of Software Group of Image Processing Device 10>
The hierarchical structure of the software group included in the operating device 11 and the main body device 12 of the image processing apparatus 10 according to the present embodiment is the same as that in <Embodiment 1>, and therefore description thereof is omitted.

<情報処理装置40のハードウェア構成例>
本実施形態に係る情報処理装置40のハードウェア構成については<実施形態1>と同様であるので説明を省略する。
<Example of Hardware Configuration of Information Processing Device 40>
The hardware configuration of the information processing apparatus 40 according to the present embodiment is the same as that in <Embodiment 1>, and thus the description thereof is omitted.

<ソフトウェア構成例>
次に、本実施形態に係る画像処理システム1に含まれる画像処理装置10及び情報処理装置40のソフトウェア構成について、図24を参照しながら説明する。図24は、本実施形態に係る画像処理システム1のソフトウェア構成の一例を示す図である。
<Software configuration example>
Next, the software configurations of the image processing device 10 and the information processing device 40 included in the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 24 is a diagram showing an example of the software configuration of the image processing system 1 according to the present embodiment.

≪画像処理装置10≫
図24に示すように、本実施形態に係る画像処理装置10の操作装置11は、Webブラウザ310と、印刷UIアプリケーション320と、スキャンUIアプリケーション330とを有する。これらWebブラウザ310、印刷UIアプリケーション320及びスキャンUIアプリケーション330は、CPU111により実行される。
<<Image processing device 10>>
As illustrated in FIG. 24, the operation device 11 of the image processing device 10 according to the present embodiment includes a web browser 310, a print UI application 320, and a scan UI application 330. The Web browser 310, the print UI application 320, and the scan UI application 330 are executed by the CPU 111.

また、本実施形態に係る画像処理装置10の本体装置12は、WebAPI340と、印刷アプリケーション350と、スキャンアプリケーション360と、ファクス送信アプリケーション390とを有する。これらWebAPI340、印刷アプリケーション350、スキャンアプリケーション360、ファクス送信アプリケーション390は、CPU121により実行される。 Further, the main body device 12 of the image processing apparatus 10 according to the present embodiment has a WebAPI 340, a print application 350, a scan application 360, and a fax transmission application 390. The Web API 340, print application 350, scan application 360, and fax transmission application 390 are executed by the CPU 121.

Webブラウザ310は、Webサーバ20からWebコンテンツ(例えば、HTML、CSS(Cascading Style Sheets)、JavaScript、各種電子ファイル等)を取得することで、Webアプリケーションを実現する。 The web browser 310 realizes a web application by acquiring web contents (eg, HTML, CSS (Cascading Style Sheets), Javascript, various electronic files, etc.) from the web server 20.

例えば、Webブラウザ310は、SNSを提供するWebサーバ20からWebコンテンツを取得することで、SNSの閲覧やSNS上でのファイル共有等を行うWebアプリケーションを実現する。また、例えば、Webブラウザ310は、クラウドストレージサービスを提供するWebサーバ20からWebコンテンツを取得することで、ストレージの閲覧やストレージへのファイルのアップロード等を行うWebアプリケーションを実現する。 For example, the web browser 310 realizes a web application for browsing the SNS, sharing files on the SNS, and the like by acquiring the web content from the web server 20 that provides the SNS. Further, for example, the web browser 310 realizes a web application that browses the storage, uploads a file to the storage, and the like by acquiring the web content from the web server 20 that provides the cloud storage service.

なお、Webアプリケーションは、一般に、Webサーバ20から取得したJavaScript等のコンテンツをWebブラウザ310上で動作させて、Webサーバ20と協働した処理を実行させることで実現される。 Note that the web application is generally realized by causing content such as Javascript acquired from the web server 20 to operate on the web browser 310 and executing processing in cooperation with the web server 20.

Webブラウザ310には、ブラウザ機能部311と、制御部312とが含まれる。なお、以降では、Webコンテンツを単に「コンテンツ」とも表す。 The web browser 310 includes a browser function unit 311 and a control unit 312. Note that, hereinafter, the Web content will be simply referred to as “content”.

ブラウザ機能部311は、コンテンツの解釈及び表示等を行う。ブラウザ機能部311には、UI部313と、解釈部314とが含まれる。解釈部314は、UI部313により表示されたWebページ上でリンクが押下された場合、当該リンクに対応するHTMLタグを解釈して、制御部312に対して解釈結果に応じた通知を行う。 The browser function unit 311 interprets and displays content. The browser function unit 311 includes a UI unit 313 and an interpretation unit 314. When a link is pressed on the Web page displayed by the UI unit 313, the interpretation unit 314 interprets the HTML tag corresponding to the link and notifies the control unit 312 of the result of the interpretation.

UI部313は、Webサーバ20から取得したコンテンツに応じたWebページ等を表示する。また、UI部313は、Webページ上におけるユーザの各種操作(例えば、リンク押下)等を受け付ける。なお、ブラウザ機能部311は、例えば、WebView等を用いて実現することができる。 The UI unit 313 displays a web page or the like according to the content acquired from the web server 20. The UI unit 313 also receives various operations (for example, pressing a link) by the user on the Web page. The browser function unit 311 can be realized using, for example, WebView.

制御部312は、ブラウザ機能部311の解釈部314からの通知に応じて、画像処理装置10の画像処理機能を実行させる制御を行う。例えば、リンク先のコンテンツをWebサーバ20からダウンロードすることを示すダウンロード通知を解釈部314から受け取った場合、制御部312は、当該コンテンツをダウンロードして印刷する制御を行う。また、例えば、リンク先のコンテンツを表示させることを示す表示通知を解釈部314から受け取った場合であっても、当該コンテンツが所定の形式(例えば、JPEG形式)である場合、制御部312は、当該コンテンツをダウンロードして印刷する制御を行う。 The control unit 312 controls to execute the image processing function of the image processing apparatus 10 in response to the notification from the interpretation unit 314 of the browser function unit 311. For example, when a download notification indicating that the linked content is downloaded from the Web server 20 is received from the interpretation unit 314, the control unit 312 controls to download and print the content. Further, for example, even when the display notification indicating that the linked content is displayed is received from the interpretation unit 314, if the content is in a predetermined format (for example, JPEG format), the control unit 312 Control to download and print the content.

なお、Webブラウザ310は、Webアプリケーションを実現するブラウザ機能部311と、画像処理装置10の画像処理機能を制御する制御部312とを備えるため、いわゆるハイブリッドアプリケーションと言うこともできる。Webブラウザ310は、例えば、Java(登録商標)等のプログラミング言語で実装される。すなわち、Webブラウザ310を構成するブラウザアプリケーションは、その基礎部分がJavaアプリケーションプログラムから構成されている。このJavaアプリケーションが、操作装置11が提供するAPIを用いて、操作装置11が備えるブラウザ機能部311(例えば、WebView)を呼び出すことで、解釈部314及びUI部313を含むWebブラウザ310を構成している。基礎部分であるJavaアプリケーションプログラムは、制御部312を含み、この制御部312が制御を行うことで、Webコンテンツ解釈後の動作に柔軟性を持たせ、汎用的なHTMLで可能な動作(ダウンロード及びアップロード)だけでなく、画像処理(プリント、スキャン、ファクス送信)動作の要求ができるようになっている。 Since the web browser 310 includes a browser function unit 311 that realizes a web application and a control unit 312 that controls the image processing function of the image processing apparatus 10, it can be called a so-called hybrid application. The web browser 310 is implemented in a programming language such as Java (registered trademark), for example. That is, the basic part of the browser application that constitutes the Web browser 310 is composed of a Java application program. This Java application uses the API provided by the operation device 11 to call the browser function unit 311 (for example, WebView) included in the operation device 11 to configure the Web browser 310 including the interpretation unit 314 and the UI unit 313. ing. The Java application program, which is the basic part, includes a control unit 312, and the control unit 312 controls the operation so that the operation after Web content interpretation has flexibility, and operations that can be performed by a general-purpose HTML (download and Not only uploading but also image processing (printing, scanning, faxing) operations can be requested.

印刷UIアプリケーション320は、印刷に関するUI(ユーザインタフェース)を提供するアプリケーションプログラムである。印刷UIアプリケーション320は、例えば、印刷実行中であることを示す画面や印刷が完了したことを示す画面等を表示する。 The print UI application 320 is an application program that provides a UI (user interface) related to printing. The print UI application 320 displays, for example, a screen indicating that printing is being executed, a screen indicating that printing has been completed, and the like.

また、印刷UIアプリケーション320は、制御部312からの要求に応じて、WebAPI340を介して、印刷アプリケーション350に対して印刷の実行を要求する。 In addition, the print UI application 320 requests the print application 350 to execute printing via the WebAPI 340 in response to a request from the control unit 312.

スキャンUIアプリケーション330は、スキャンに関するUIを提供するアプリケーションプログラムである。スキャンUIアプリケーション330は、例えば、スキャン中であることを示す画面やスキャンが完了したことを示す画面、スキャンにより生成した画像データのファクス送信中であることを示す画面やファクス送信が完了したことを示す画面等を表示する。 The scan UI application 330 is an application program that provides a UI related to scanning. The scan UI application 330 displays, for example, a screen indicating that scanning is in progress, a screen indicating that scanning has been completed, a screen indicating that fax transmission of image data generated by scanning is in progress, or that fax transmission has been completed. The screen shown is displayed.

また、スキャンUIアプリケーション330は、制御部312からの要求に応じて、WebAPI340を介して、スキャンアプリケーション360に対してスキャンの実行及びスキャンにより生成した画像データのファクス送信を要求する。 In addition, the scan UI application 330 requests the scan application 360 to execute scan and fax transmission of image data generated by the scan via the WebAPI 340 in response to a request from the control unit 312.

WebAPI340は、印刷UIアプリケーション320やスキャンUIアプリケーション330が画像処理の実行を要求するためのAPI(Application Programming Interface)である。 The WebAPI 340 is an API (Application Programming Interface) for the print UI application 320 and the scan UI application 330 to request execution of image processing.

印刷アプリケーション350は、印刷UIアプリケーション320からの要求に応じて、画像処理エンジン125を制御して、印刷を実行する。 The print application 350 controls the image processing engine 125 to execute printing in response to a request from the print UI application 320.

スキャンアプリケーション360は、スキャンUIアプリケーション330からの要求に応じて、画像処理エンジン125を制御して、スキャンを実行する。また、スキャンアプリケーション360は、ファクス送信アプリケーション390に対して、スキャンにより生成した画像データのファクス送信を要求する。 The scan application 360 controls the image processing engine 125 to execute a scan in response to a request from the scan UI application 330. Further, the scan application 360 requests the fax transmission application 390 to fax the image data generated by scanning.

ファクス送信アプリケーション390は、スキャンアプリケーション360からの要求に応じて、画像処理エンジン125を制御して、ファクス送信を実行する。 The fax transmission application 390 controls the image processing engine 125 in response to a request from the scan application 360 to execute fax transmission.

以降では、印刷UIアプリケーション320と、WebAPI340と、印刷アプリケーション350とを「印刷サービス部370」と表す。また、スキャンUIアプリケーション330と、WebAPI340と、スキャンアプリケーション360と、ファクス送信アプリケーション390とを「スキャンサービス部380」と表す。 Hereinafter, the print UI application 320, the web API 340, and the print application 350 will be referred to as a “print service unit 370”. Further, the scan UI application 330, the WebAPI 340, the scan application 360, and the fax transmission application 390 are referred to as a “scan service unit 380”.

なお、操作装置11には、例えば、コピーに関するUIを提供するアプリケーションやFAXに関するUIを提供するアプリケーション、OCR(Optical Character Recognition)に関するUIを提供するアプリケーション等が含まれていても良い。また、本体装置12には、例えば、コピーを実行するアプリケーションやFAXを実行するアプリケーション、OCRを実現するアプリケーション等が含まれていても良い。したがって、画像処理装置10には、例えば、コピーサービス部やFAXサービス部、OCRサービス等の様々な画像処理サービス部が含まれていても良い。 The operation device 11 may include, for example, an application that provides a UI related to copying, an application that provides a UI related to FAX, an application that provides a UI related to OCR (Optical Character Recognition), and the like. Further, the main body device 12 may include, for example, an application that executes copying, an application that executes FAX, an application that realizes OCR, and the like. Therefore, the image processing apparatus 10 may include various image processing service units such as a copy service unit, a FAX service unit, and an OCR service.

また、画像処理装置10には、画像処理サービス部以外にも、例えば、画像処理装置10が保持するアドレス帳に関する処理を実行するアドレス帳サービス部、ユーザが画像処理装置10を利用するための認証に関する処理を実行する認証サービス部等が含まれる。 In addition to the image processing service unit, the image processing device 10 includes, for example, an address book service unit that executes a process related to an address book held by the image processing device 10, and an authentication for a user to use the image processing device 10. An authentication service unit and the like for executing the processing regarding are included.

≪情報処理装置40≫
図24に示すように、本実施形態に係る情報処理装置40は、Webブラウザ410を有する。Webブラウザ410は、CPU36により実行される。
<<Information processing device 40>>
As shown in FIG. 24, the information processing device 40 according to the present embodiment has a web browser 410. The web browser 410 is executed by the CPU 36.

Webブラウザ410には、UI部411と、解釈部412とが含まれる。UI部411は、Webサーバ20から取得したコンテンツに応じたWebページ等を表示する。また、UI部411は、Webページ上におけるユーザの各種操作(例えば、リンク押下)等を受け付ける。 The web browser 410 includes a UI unit 411 and an interpretation unit 412. The UI unit 411 displays a web page or the like according to the content acquired from the web server 20. Further, the UI unit 411 receives various operations (for example, pressing a link) performed by the user on the web page.

解釈部412は、UI部411により表示されたWebページ上でリンクが押下された場合、当該リンクに対応するHTMLを解釈して、UI部411に対して解釈結果に応じた通知を行う。 When a link is pressed on the Web page displayed by the UI unit 411, the interpretation unit 412 interprets the HTML corresponding to the link and notifies the UI unit 411 of the result of the interpretation.

<画像処理装置10及び情報処理装置40の動作比較>
情報処理装置40に搭載されたWebブラウザ410のUI部411は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部412は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、UI部411に対して解釈結果に応じた通知(表示通知又はダウンロード通知)を行う。例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。ただし、例えば、aタグの属性「href」に指定されているファイルの拡張子がpdf等のWebブラウザ410で表示可能なファイルの拡張子であっても、属性「download」が指定されている場合には、ダウンロード通知となる。
<Operation Comparison of Image Processing Device 10 and Information Processing Device 40>
The UI unit 411 of the Web browser 410 installed in the information processing apparatus 40 receives the link pressing operation when the user presses the link on the Web page, for example. Next, the interpretation unit 412 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the UI unit 411 of a notification (display notification or download) according to the interpretation result. Notification). For example, if the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 410 (for example, if the extension is html, img, pdf, etc.), a display notification is given. .. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 410 (for example, when the extension is zip or the like), a download notification is given. However, for example, even when the extension of the file specified in the attribute “href” of the a tag is the extension of the file that can be displayed by the Web browser 410 such as pdf, the attribute “download” is specified. Will be a download notification.

そして、Webブラウザ410のUI部411は、表示通知を受け取った場合、ファイルを表示する。一方で、Webブラウザ410のUI部411は、ダウンロード通知を受け取った場合、例えば、ファイルをダウンロードするための画面(例えば、ダウンロードの開始又はキャンセルをユーザが選択するための画面)を表示する。 Then, when the UI unit 411 of the Web browser 410 receives the display notification, the UI unit 411 displays the file. On the other hand, when the UI unit 411 of the web browser 410 receives the download notification, the UI unit 411 displays, for example, a screen for downloading the file (for example, a screen for the user to select start or cancel of the download).

一方で、画像処理装置10に搭載されたWebブラウザ310のUI部313は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部314は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、制御部312に対して解釈結果に応じた通知(表示通知又はダウンロード)を行う。これは、情報処理装置40と同様に、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ310で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ310で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。 On the other hand, the UI unit 313 of the web browser 310 installed in the image processing apparatus 10 accepts the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 314 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the control unit 312 of a notification (display notification or download) according to the interpretation result. )I do. This is similar to the case of the information processing device 40, for example, when the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 310 (for example, the extension is html, img, pdf, etc.). If it is), it is a display notification. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 310 (for example, when the extension is zip or the like), a download notification is given.

そして、制御部312は、ダウンロード通知を受け取った場合、ダウンロード対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。一方で、制御部312は、表示通知を受け取った場合、表示対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。 When the control unit 312 receives the download notification, the control unit 312 determines whether the file to be downloaded is printable, and when the file is printable, downloads the file and prints the downloaded file. Take control. On the other hand, when the display unit receives the display notification, the control unit 312 determines whether or not the file to be displayed is printable, and when the file is printable, downloads the file and prints the downloaded file. Control.

このように、画像処理装置10に搭載されたWebブラウザ310は、情報処理装置40のWebブラウザ410でダウンロード対象又は表示対象と解釈されるファイルが印刷可能である場合、当該ファイルを印刷させるための制御を行う。これにより、画像処理装置10では、汎用的なHTMLを用いたWebアプリケーションにより、コンテンツのダウンロード及び印刷を行うことができる。 As described above, the web browser 310 installed in the image processing apparatus 10 is configured to print the file when the file that is interpreted as the download target or the display target by the web browser 410 of the information processing device 40 can be printed. Take control. As a result, the image processing apparatus 10 can download and print the content by the Web application using the general-purpose HTML.

また、情報処理装置40に搭載されたWebブラウザ410のUI部411は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部412は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、UI部411に対して解釈結果に応じた通知(電話発信通知)を行う。この電話発信通知は、aタグの属性「href」においてスキーム「tel」で指定された電話番号に架電させる通知である。 The UI unit 411 of the web browser 410 installed in the information processing device 40 receives the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 412 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the UI unit 411 of a notification according to the interpretation result (telephone call notification). I do. This telephone call notification is a notification to call the telephone number specified by the scheme "tel" in the attribute "href" of the a tag.

そして、Webブラウザ410のUI部411は、電話発信通知を受け取った場合、指定された電話番号に架電するよう処理を実行する。 Then, when the UI unit 411 of the Web browser 410 receives the telephone call notification, the UI unit 411 executes processing to call the designated telephone number.

一方で、画像処理装置10に搭載されたWebブラウザ310のUI部313は、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作を受け付ける。次に、解釈部314は、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、制御部312に対して解釈結果に応じた通知(ファクス送信通知)を行う。このファクス送信通知は、aタグの属性「href」においてスキーム「tel」で指定された電話番号へ、スキャンにより生成した画像データをファクス送信させる通知である。 On the other hand, the UI unit 313 of the web browser 310 installed in the image processing apparatus 10 accepts the link pressing operation when the user presses the link on the web page, for example. Next, the interpretation unit 314 interprets the HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed, and notifies the control unit 312 of a notification according to the interpretation result (fax transmission notification). I do. This fax transmission notification is a notification for faxing the image data generated by scanning to the telephone number specified by the scheme "tel" in the attribute "href" of the a tag.

そして、制御部312は、ファクス送信通知を受け取った場合、スキャンにより画像データを生成するように制御した上で、生成された画像データを指定された電話番号にファクス送信する。 When the control unit 312 receives the fax transmission notification, the control unit 312 controls to generate the image data by scanning, and then faxes the generated image data to the designated telephone number.

このように、画像処理装置10に搭載されたWebブラウザ310は、情報処理装置40のWebブラウザ410で電話の発信先と解釈される電話番号宛へ、スキャンにより生成した画像データをファクス送信する。これにより、画像処理装置10では、汎用的なHTMLを用いたWebアプリケーションにより、画像データの生成及びファクス送信を行うことができる。 In this way, the web browser 310 installed in the image processing apparatus 10 faxes the image data generated by scanning to the telephone number that is interpreted as the destination of the call by the web browser 410 of the information processing apparatus 40. As a result, the image processing apparatus 10 can perform image data generation and fax transmission by a Web application using general-purpose HTML.

<処理の詳細>
次に、本実施形態に係る画像処理システム1の処理の詳細について説明する。
<Details of processing>
Next, details of the processing of the image processing system 1 according to the present embodiment will be described.

(実施例1)
実施例1については<実施形態1>と同様であるので説明を省略する。
(Example 1)
Example 1 is similar to <Embodiment 1>, and therefore its description is omitted.

(実施例2)
以降では、ユーザが画像処理装置10を用いて、汎用的なHTMLを用いたWebアプリケーションにより、スキャンにより生成した画像データをファクス受信機30に送信する処理について、図25を参照しながら説明する。図25は、本実施形態に係るスキャン及びファクス送信処理の一例を示すシーケンス図である。
(Example 2)
Hereinafter, a process in which the user uses the image processing apparatus 10 to transmit the image data generated by scanning to the fax receiver 30 by the Web application using the general-purpose HTML will be described with reference to FIG. 25. FIG. 25 is a sequence diagram showing an example of the scan and fax transmission processing according to this embodiment.

まず、ブラウザ機能部311のUI部313は、例えば図26に示すWebページG510を表示する(ステップS2101)。図26に示すWebページG510は、Webサーバ20から取得したコンテンツ(HTMLやCSS、JavaScript等)を解釈部314が解釈することで表示される。このようなコンテンツの取得は、例えば、WebページG510を表示するためのURLを入力したり、当該URLへのリンクを押下したりすることで行うことができる。 First, the UI unit 313 of the browser function unit 311 displays, for example, the web page G510 shown in FIG. 26 (step S2101). The web page G510 shown in FIG. 26 is displayed by the interpretation unit 314 interpreting the content (HTML, CSS, Javascript, etc.) acquired from the web server 20. Such contents can be obtained by, for example, inputting a URL for displaying the web page G510 or pressing a link to the URL.

図26に示すWebページG510には、リンク先として指定された電話番号宛にファクスを送信するためのリンクG511が含まれている。ここで、ユーザがリンクG511を押下したものとする。なお、画像処理装置10のスキャナには、スキャン対象の原稿がセットされているものとする。 The Web page G510 shown in FIG. 26 includes a link G511 for transmitting a fax to the telephone number designated as the link destination. Here, it is assumed that the user has pressed the link G511. It is assumed that a document to be scanned is set on the scanner of the image processing apparatus 10.

ブラウザ機能部311のUI部313は、ユーザによるリンクG511の押下を受け付ける(ステップS2102)。ここで、図26に示すWebページG510に含まれるリンクG511は、例えば、図27に示すように、属性「href」が設定されたaタグにより実現される。図27に示すaタグの属性「href」には、スキーム「tel」で、電話番号が指定されている。なお、aタグには、これ以外にも、種々の属性が設定されていても良い。 The UI unit 313 of the browser function unit 311 receives a press of the link G511 by the user (step S2102). Here, the link G511 included in the web page G510 shown in FIG. 26 is realized by, for example, an a tag in which the attribute “href” is set, as shown in FIG. The telephone number is specified by the scheme "tel" in the attribute "href" of the a tag shown in FIG. In addition to the above, various attributes may be set in the a tag.

ブラウザ機能部311のUI部313は、ユーザにより押下されたリンクG511を実現するaタグの解釈要求を解釈部314に送信する(ステップS2103)。 The UI unit 313 of the browser function unit 311 transmits an interpretation request for the a tag that realizes the link G511 pressed by the user to the interpretation unit 314 (step S2103).

ブラウザ機能部311の解釈部314は、リンクG511を実現するaタグを解釈する(ステップS2104)。すなわち、解釈部314は、aタグを解釈することで、当該aタグの属性「href」に指定されたスキーム「tel」からスキャン及びファクス送信を特定する。 The interpretation unit 314 of the browser function unit 311 interprets the a tag that realizes the link G511 (step S2104). That is, the interpretation unit 314 interprets the a tag to specify the scan and fax transmission from the scheme “tel” specified in the attribute “href” of the a tag.

次に、ブラウザ機能部311の解釈部314は、ファクス送信通知を制御部312に送信する(ステップS2105)。解釈部314は、例えば、操作装置11のWebブラウザ310又はアプリケーションの内部に保持されているファクス送信ライブラリのAPIをコールすることで、ファクス送信通知を行うことができる。又は、解釈部314は、例えば、本体装置12が保持されているファクス送信プログラム(又はファクス送信モジュール等)を、WebAPIを介してコールすることで、ファクス送信通知を行っても良い。なお、このとき、コールされるAPIの引数には、属性「href」に指定された電話番号が指定される。 Next, the interpretation unit 314 of the browser function unit 311 transmits a fax transmission notification to the control unit 312 (step S2105). The interpretation unit 314 can issue a fax transmission notification by, for example, calling the API of the fax transmission library held inside the Web browser 310 of the operation device 11 or the application. Alternatively, the interpretation unit 314 may perform the fax transmission notification by calling the fax transmission program (or the fax transmission module or the like) held by the main body device 12 via the WebAPI, for example. At this time, the telephone number specified in the attribute “href” is specified as the argument of the API to be called.

制御部312は、ファクス送信通知を受信すると、スキャン実行及び指定された電話番号へのファクス送信要求をスキャンサービス部380に送信する(ステップS2106)。なお、制御部312は、例えば、intentを用いて、スキャンサービス部380のスキャンUIアプリケーション330を呼び出すことができる。 Upon receiving the fax transmission notification, the control unit 312 transmits a scan execution request and a fax transmission request to the designated telephone number to the scan service unit 380 (step S2106). Note that the control unit 312 can call the scan UI application 330 of the scan service unit 380 using, for example, intent.

スキャンサービス部380は、制御部312からスキャン実行及びファクス送信要求を受信すると、例えば図26に示すスキャン中画面G320を表示する(ステップS1507)。図26に示すスキャン中画面G320は、スキャンUIアプリケーション330により表示される。図26に示すスキャン中画面G320が表示されることで、ユーザは、原稿がスキャン中であることを知ることができる。 When the scan service unit 380 receives the scan execution and fax transmission request from the control unit 312, the scan service unit 380 displays the in-scan screen G320 shown in FIG. 26, for example (step S1507). The scanning screen G320 shown in FIG. 26 is displayed by the scan UI application 330. By displaying the scanning screen G320 shown in FIG. 26, the user can know that the document is being scanned.

次に、スキャンサービス部380は、スキャナにセットされた原稿のスキャンを実行して画像データを生成する(ステップS1508)。スキャンの実行は、スキャンUIアプリケーション330が、WebAPI340を介して、スキャンアプリケーション360に対してスキャン要求を送信することで行うことができる。これにより、スキャナにセットされた原稿から画像データが生成される。スキャンにより生成された画像データは、例えばフラッシュメモリ114内の予め指定された記憶領域に保存される。 Next, the scan service unit 380 scans the document set on the scanner to generate image data (step S1508). The scan can be executed by the scan UI application 330 by transmitting a scan request to the scan application 360 via the WebAPI 340. As a result, image data is generated from the original set on the scanner. The image data generated by the scan is stored in, for example, a previously designated storage area in the flash memory 114.

スキャン中にエラーが発生した場合、スキャンアプリケーション360は、エラーが発生したことを示す通知をスキャンUIアプリケーション330に送信する。スキャンUIアプリケーション330は、エラーが発生したことを示す通知を受信すると、例えば、エラーが発生したことを示す画面を表示する。 When an error occurs during scanning, the scan application 360 sends a notification indicating that an error has occurred to the scan UI application 330. When the scan UI application 330 receives the notification indicating that an error has occurred, the scan UI application 330 displays, for example, a screen indicating that an error has occurred.

なお、図26に示すスキャン中画面G320には、キャンセルボタンG321が含まれる。ユーザによりキャンセルボタンG321が押下された場合、スキャンUIアプリケーション330は、WebAPI340を介して、スキャン要求をスキャンアプリケーション360に送信する。これにより、原稿のスキャンが中止される。 The in-scan screen G320 shown in FIG. 26 includes a cancel button G321. When the cancel button G321 is pressed by the user, the scan UI application 330 transmits a scan request to the scan application 360 via the WebAPI 340. As a result, the scanning of the document is stopped.

ステップS1508に続いて、スキャンサービス部380は、例えば図26に示すスキャン完了及びファクス送信中画面G520を表示する(ステップS2107)。そして、スキャンサービス部380のスキャンアプリケーション360は、スキャン結果(例えば、スキャンにより生成された画像データ又は当該画像データの保存先を示す情報)をファクス送信アプリケーション390に送信する。 Following step S1508, the scan service unit 380 displays the scan completion and fax transmission screen G520 shown in FIG. 26, for example (step S2107). Then, the scan application 360 of the scan service unit 380 transmits the scan result (for example, the image data generated by the scan or information indicating the storage destination of the image data) to the fax transmission application 390.

ファクス送信アプリケーション390は、スキャン結果を受信すると、スキャンにより生成された画像データを、aタグの属性「href」に指定された電話番号宛にファクス送信する(ステップS2108)。これにより、スキャンにより生成された画像データが指定された電話番号宛にファクス送信される。なお、ファクス送信アプリケーション390は、ファクス送信のための複数の送信回線(例えば、電話回線、インターネットなど)の中から選択した送信回線を用いるようにしてもよい。 Upon receiving the scan result, the fax transmission application 390 faxes the image data generated by the scan to the telephone number specified in the attribute “href” of the a tag (step S2108). As a result, the image data generated by scanning is faxed to the specified telephone number. Note that the fax transmission application 390 may use a transmission line selected from a plurality of transmission lines for fax transmission (for example, a telephone line, the Internet, etc.).

なお、図26に示すスキャン完了及びファクス送信中画面G520には、キャンセルボタンG521が含まれる。ユーザによりキャンセルボタンG521が押下された場合、スキャンUIアプリケーション330は、ファクス送信中止要求をファクス送信アプリケーション390に送信する。これにより、画像データのファクス送信が中止される。 The scan completion and fax transmission screen G520 shown in FIG. 26 includes a cancel button G521. When the user presses the cancel button G521, the scan UI application 330 transmits a fax transmission stop request to the fax transmission application 390. As a result, the fax transmission of the image data is stopped.

ファクス送信アプリケーション390は、ファクス送信が完了すると、ファクス送信完了通知をUI部313に送信する(ステップS2109)。 When the fax transmission is completed, the fax transmission application 390 transmits a fax transmission completion notification to the UI unit 313 (step S2109).

ブラウザ機能部311のUI部313は、ファクス送信完了通知を受信すると、例えば図26に示すファクス送信完了画面G530を表示する(ステップS2110)。図26に示すファクス送信完了画面G530が表示されることで、ユーザは、原稿のスキャン及びスキャンにより生成された画像データのファクス送信が完了したことを知ることができる。なお、画像処理装置10は、スキャンにより生成された画像データのファクス送信の履歴を記録して用紙に印刷することもできる。 Upon receiving the fax transmission completion notification, the UI unit 313 of the browser function unit 311 displays the fax transmission completion screen G530 shown in FIG. 26, for example (step S2110). By displaying the fax transmission completion screen G530 shown in FIG. 26, the user can know that the original document has been scanned and the fax transmission of the image data generated by the scanning has been completed. The image processing apparatus 10 can also record a fax transmission history of image data generated by scanning and print it on paper.

以上のように、本実施形態に係る画像処理装置10は、汎用的なHTMLタグであるaタグで実現されるリンクがユーザにより押下された場合に、スキャナにより原稿を読み取って画像データを生成し、生成した画像データをファクス送信することができる。このように、本実施形態に係る画像処理装置10では、スキャン機能を実現するための専用のHTMLタグを用いずに、当該スキャン機能が実現される。 As described above, the image processing apparatus 10 according to the present embodiment scans a document with a scanner and generates image data when a user presses a link realized by a tag which is a general-purpose HTML tag. The generated image data can be faxed. As described above, in the image processing apparatus 10 according to the present embodiment, the scan function is realized without using a dedicated HTML tag for realizing the scan function.

したがって、例えば、Webサーバ20が提供するWebアプリケーションの開発者等は、専用のJavaScriptやHTML等の知識を必要とすることなく、画像処理装置10特有の画像処理機能を実現させるWebアプリケーションを開発することができる。 Therefore, for example, a developer of a web application provided by the web server 20 develops a web application that realizes an image processing function unique to the image processing apparatus 10 without requiring knowledge such as dedicated Java Script or HTML. be able to.

(実施例2の他の例(その1))
次に、スキャン処理の他の例(その1)について、図28を参照しながら説明する。図28は、本実施形態に係るスキャン処理の他の例(その1)を示すシーケンス図である。以下、図25の実施例2と異なる点を説明する。
(Other Example of Example 2 (Part 1))
Next, another example (1) of the scan processing will be described with reference to FIG. FIG. 28 is a sequence diagram showing another example (No. 1) of the scan processing according to this embodiment. Hereinafter, differences from the second embodiment of FIG. 25 will be described.

ステップS2106に続いて、スキャンサービス部380は、ブラウザ機能部311からスキャン実行及びファクス送信要求を受信すると、例えば図29に示すスキャン設定画面G410を表示する(ステップS1801)。図29に示すスキャン設定画面G410は、スキャンUIアプリケーション330により表示される。 Following step S2106, when the scan service unit 380 receives the scan execution and fax transmission request from the browser function unit 311, the scan service unit 380 displays, for example, the scan setting screen G410 shown in FIG. 29 (step S1801). The scan setting screen G410 shown in FIG. 29 is displayed by the scan UI application 330.

図29に示すスキャン設定画面G410には、スキャン設定欄G411と、スキャン実行ボタンG412とが含まれる。ユーザは、スキャン設定欄G411において、例えば、「原稿種類」、「解像度」、「原稿セット方向」、「原稿面」、「読み取りサイズ」、「ファイル形式」等の種々のスキャン設定を指定することができる。ここで、ユーザがスキャン設定欄G411においてスキャン設定を指定する操作(スキャン設定操作)を行った上で、スキャン実行ボタンG412を押下したものとする。 The scan setting screen G410 shown in FIG. 29 includes a scan setting field G411 and a scan execution button G412. In the scan setting field G411, the user can specify various scan settings such as "document type", "resolution", "document setting direction", "document surface", "read size", and "file format". You can Here, it is assumed that the user performs an operation (scan setting operation) for specifying scan settings in the scan setting field G411 and then presses the scan execution button G412.

スキャンサービス部380は、ユーザによるスキャン設定操作及びスキャン実行ボタンG412の押下を受け付ける(ステップS1802)。スキャン設定操作及びスキャン実行ボタンG412の押下は、スキャンUIアプリケーション330により受け付けられる。これにより、ステップS1508において、ユーザにより指定されたスキャン設定で原稿がスキャンされる。 The scan service unit 380 receives the scan setting operation and the press of the scan execution button G412 by the user (step S1802). The scan setting operation and the pressing of the scan execution button G412 are accepted by the scan UI application 330. As a result, in step S1508, the document is scanned according to the scan settings designated by the user.

図30は、本実施形態に係る汎用HTMLタグの解釈に基づく画像処理の一例を示すシーケンス図である。 FIG. 30 is a sequence diagram showing an example of image processing based on the interpretation of the general-purpose HTML tag according to this embodiment.

ステップS1において、UI部313は、ユーザによるWebページ上のリンクの押下を受け付ける。 In step S1, the UI unit 313 receives a user's press of a link on the Web page.

ステップS2において、UI部313は、解釈部314に、S1で押下されたリンクに対応するHTMLタグの解釈を要求する。 In step S2, the UI unit 313 requests the interpretation unit 314 to interpret the HTML tag corresponding to the link pressed in S1.

ステップS3において、解釈部314は、S2で要求されたHTMLタグを解釈する。具体的には、解釈部314は、アンカータグ(aタグ)の属性「href」が「tel」で開始しているか否かを判断する。 In step S3, the interpretation unit 314 interprets the HTML tag requested in S2. Specifically, the interpretation unit 314 determines whether or not the attribute “href” of the anchor tag (a tag) starts with “tel”.

ステップS4において、解釈部314は、S3でアンカータグ(aタグ)の属性「href」が「tel」で開始している場合、「tel」以降の文字列(つまり、電話番号)を抽出する。 In step S4, if the attribute "href" of the anchor tag (a tag) starts with "tel" in step S3, the interpretation unit 314 extracts a character string after "tel" (that is, a telephone number).

ステップS5において、解釈部314は、上述したファクス送信通知を制御部312に通知する。 In step S5, the interpretation unit 314 notifies the control unit 312 of the above fax transmission notification.

ステップS6において、制御部312は、スキャン実行及びファクス送信をスキャンUIアプリケーション330に要求する。この際、制御部312は、パラメータとしてS3で抽出した電話番号を付与する。 In step S6, the control unit 312 requests the scan UI application 330 to perform scan and fax transmission. At this time, the control unit 312 gives the telephone number extracted in S3 as a parameter.

ステップS7において、スキャンUIアプリケーション330は、スキャンの実行をスキャンアプリケーション360に要求する。この際、制御部312は、パラメータとしてS3で抽出した電話番号を付与する。 In step S7, the scan UI application 330 requests the scan application 360 to execute the scan. At this time, the control unit 312 gives the telephone number extracted in S3 as a parameter.

ステップS8において、スキャンアプリケーション360は、S7で要求されたスキャンを実行して、画像データを生成する。 In step S8, the scan application 360 executes the scan requested in S7 to generate image data.

ステップS9において、スキャンアプリケーション360は、S8でスキャンにより生成した画像データのファクス送信をファクス送信アプリケーション390に要求する。 In step S9, the scan application 360 requests the fax transmission application 390 to fax the image data generated by scanning in step S8.

ステップS10において、ファクス送信アプリケーション390は、S9で要求されたファクス送信を行う。つまり、ファクス送信アプリケーション390は、S8でスキャンにより生成した画像のデータを、S6でパラメータとして付与された電話番号宛にファクス送信する。 In step S10, the fax transmission application 390 performs the fax transmission requested in step S9. That is, the fax transmission application 390 faxes the image data generated by scanning in S8 to the telephone number assigned as a parameter in S6.

なお、ステップS3においてアンカータグ(aタグ)の属性「href」が「tel」で開始しない場合、(実施例1)で説明した処理が実行されうる。例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能なファイルである場合(例えば、拡張子がhtmlやimg、pdf等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能でないファイルである場合(例えば、拡張子がzip等である場合)には、ダウンロード通知となる。そして、制御部312は、ダウンロード通知を受け取った場合、ダウンロード対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。一方で、制御部312は、表示通知を受け取った場合、表示対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。 If the attribute "href" of the anchor tag (a tag) does not start with "tel" in step S3, the process described in the first embodiment may be executed. For example, if the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 410 (for example, if the extension is html, img, pdf, etc.), a display notification is given. .. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 410 (for example, when the extension is zip or the like), a download notification is given. When the control unit 312 receives the download notification, the control unit 312 determines whether the file to be downloaded is printable, and when the file is printable, downloads the file and prints the downloaded file. Take control. On the other hand, when the display unit receives the display notification, the control unit 312 determines whether or not the file to be displayed is printable, and when the file is printable, downloads the file and prints the downloaded file. Control.

次に、スキャン及びファクス送信処理の実行時におけるWebブラウザ310の動作の一例について、図31を参照しながら説明する。図31は、スキャン及びファクス送信処理の実行時におけるWebブラウザ310の動作の一例を示すフローチャートである。 Next, an example of the operation of the Web browser 310 when executing the scan and fax transmission processing will be described with reference to FIG. FIG. 31 is a flowchart showing an example of the operation of the web browser 310 when executing the scan and fax transmission processing.

まず、Webブラウザ310は、図25のステップS2101で説明したように、Webサーバ20からコンテンツ(Webページ)を取得し、リンクを含む画面を表示する(ステップS2401)。 First, the web browser 310 acquires content (web page) from the web server 20 and displays a screen including a link, as described in step S2101 of FIG. 25 (step S2401).

次に、Webブラウザ310は、図25のステップS2102で説明したように、ユーザによるリンクの押下を受け付ける(ステップS2402)。Webブラウザ310は、リンクの押下を受け付けると、電話発信に関する所定のタグ(aタグ)を検出する(ステップS2403)。Webブラウザ310は、aタグを検出すると、図25のステップS2105で説明したように、ファクス送信通知を行う(ステップS2404)。 Next, the web browser 310 receives the user's pressing of the link, as described in step S2102 of FIG. 25 (step S2402). Upon receiving the press of the link, the web browser 310 detects a predetermined tag (a tag) relating to the telephone call (step S2403). When the Web browser 310 detects the tag a, it sends a fax transmission notification as described in step S2105 of FIG. 25 (step S2404).

次に、Webブラウザ310は、図25のステップS2106で説明したように、スキャン実行及びファクス送信要求を行う(ステップS2405)。 Next, the Web browser 310 makes a scan execution request and a fax transmission request as described in step S2106 of FIG. 25 (step S2405).

その後、図25のステップS1508で説明したように、スキャンアプリケーション360が、スキャンを実行して画像データを生成する。そして、図25のステップS2108で説明したように、ファクス送信アプリケーション390が、スキャンにより生成した画像データをファクス送信する(ステップS2406)。 After that, as described in step S1508 of FIG. 25, the scan application 360 executes the scan to generate the image data. Then, as described in step S2108 of FIG. 25, the fax transmission application 390 faxes the image data generated by scanning (step S2406).

<他のソフトウェア構成例>
次に、本実施形態に係る画像処理システム1に含まれる画像処理装置10及び情報処理装置40のソフトウェア構成の他の例について、図32を参照しながら説明する。図32は、本実施形態に係る画像処理システム1のソフトウェア構成の他の例を示す図である。
<Other software configuration example>
Next, another example of the software configuration of the image processing device 10 and the information processing device 40 included in the image processing system 1 according to the present embodiment will be described with reference to FIG. FIG. 32 is a diagram showing another example of the software configuration of the image processing system 1 according to the present embodiment.

図32に示すように、本実施形態に係る画像処理装置10の操作装置11は、印刷UIアプリケーション320及びスキャンUIアプリケーション330の代わりに、操作部APIアプリケーション400を有していても良い。 As illustrated in FIG. 32, the operation device 11 of the image processing device 10 according to the present embodiment may include an operation unit API application 400 instead of the print UI application 320 and the scan UI application 330.

操作部APIアプリケーション400は、印刷やスキャン等の画像処理に関するUIを提供するアプリケーションプログラムである。操作部APIアプリケーション400は、印刷UIアプリケーション320やスキャンUIアプリケーション330等の画像処理に関するUIを提供するアプリケーションと同様の機能を有する。 The operation unit API application 400 is an application program that provides a UI related to image processing such as printing and scanning. The operation unit API application 400 has the same function as an application that provides a UI related to image processing, such as the print UI application 320 and the scan UI application 330.

したがって、図32に示すソフトウェア構成の場合、上記で説明した実施例1及び実施例2において、印刷UIアプリケーション320及びスキャンUIアプリケーション330を操作部APIアプリケーション400と読み替えれば良い。操作部APIアプリケーション400を用いることで、印刷やスキャン等の種々の画像処理に関するUIを統一的に提供することができる。 Therefore, in the case of the software configuration shown in FIG. 32, the print UI application 320 and the scan UI application 330 in the first and second embodiments described above may be read as the operation unit API application 400. By using the operation unit API application 400, it is possible to uniformly provide UIs relating to various image processes such as printing and scanning.

また、操作部APIアプリケーション400は、画像処理に関するUIを提供するアプリケーションをサードベンダ等が開発するためのAPI群を備えている。サードベンダ等は、操作部APIアプリケーション400のAPI群を利用することで、WebAPI340の仕様に関する知識を必要とすることなく、画像に関するUIを提供するアプリケーションを容易に開発することができるようになる。すなわち、操作部APIアプリケーション400は、WebAPI340をラッピングしたAPI群をサードベンダ等に提供するアプリケーションプログラムとも言うことができる。 In addition, the operation unit API application 400 includes an API group for developing an application that provides a UI related to image processing by a third vendor or the like. By using the API group of the operation unit API application 400, a third vendor or the like can easily develop an application that provides a UI related to an image without requiring knowledge about the specifications of the WebAPI 340. That is, the operation unit API application 400 can also be referred to as an application program that provides an API group wrapping the WebAPI 340 to a third vendor or the like.

なお、図32に示すソフトウェア構成では、操作装置11が、印刷UIアプリケーション320及びスキャンUIアプリケーション330の代わりに、操作部APIアプリケーション400を有している構成を示したが、これに限られない。操作装置11は、印刷UIアプリケーション320及びスキャンUIアプリケーション330に加えて、操作部APIアプリケーション400を有していても良い。 Note that the software configuration illustrated in FIG. 32 illustrates the configuration in which the operation device 11 includes the operation unit API application 400 instead of the print UI application 320 and the scan UI application 330, but the configuration is not limited to this. The operation device 11 may include an operation unit API application 400 in addition to the print UI application 320 and the scan UI application 330.

本発明の一実施形態は、例えば、次のようなシーンで利用可能である。店舗サイト等のWebアプリケーションをMFP等の画像処理装置10の操作装置11のWebブラウザ310で開いた際に掲載されているファクス番号へ、画像処理装置10の操作装置11から簡単にスキャン及びファクス送信することができる。また、取引先のWebページに掲載されているファクス番号に見積書をファクス送信するなどの作業が簡単になる。これによって、例えば、MFPなどの画像処理装置10でのジョブ実行を意識せずに作成されたWebページを画像処理装置10の操作装置11のWebブラウザ310に表示したときでも、ユーザは簡単にジョブの実行を指示可能になる。また、Webページの開発者は、MFP等の画像処理装置10にジョブ実行させる専用のWebページを作成しなくても、画像処理装置10とWebページ(Webアプリケーション)とが連携することができる。 One embodiment of the present invention can be used in the following scenes, for example. From the operating device 11 of the image processing apparatus 10 to easily scan and send a fax to the fax number published when the Web application of the store site or the like is opened by the web browser 310 of the operating device 11 of the image processing apparatus 10 such as an MFP. can do. Further, the work of faxing the quotation to the fax number posted on the Web page of the supplier becomes simple. As a result, for example, even when a web page created without being aware of job execution in the image processing apparatus 10 such as an MFP is displayed on the web browser 310 of the operation device 11 of the image processing apparatus 10, the user can easily execute the job. Can be instructed to execute. Further, the developer of the Web page can cooperate with the image processing apparatus 10 and the Web page (Web application) without creating a dedicated Web page for causing the image processing apparatus 10 such as the MFP to execute the job.

<実施形態3>
近年、MFP(Multifunction Peripheral:複合機)等の画像形成装置において、操作パネルにWebブラウザがインストールされ、Webサーバから受信したコンテンツ等を表示する技術が知られている。ここで、MFPとは、コピー機能、プリンタ機能、スキャナ機能、およびファックス機能のうち少なくとも2つの機能を有する複合機である。
<Embodiment 3>
2. Description of the Related Art In recent years, in an image forming apparatus such as an MFP (Multifunction Peripheral), a web browser is installed on an operation panel, and a technique for displaying content and the like received from a web server is known. Here, the MFP is a multifunction peripheral having at least two functions of a copy function, a printer function, a scanner function, and a fax function.

このような、操作パネルにWebブラウザがインストールされたMFPとして、Webブラウザ上で動作するWebアプリケーションを利用して、印刷およびスキャン等の各種画像形成機能を実現する技術が開示されている。 A technique for realizing various image forming functions such as printing and scanning by using a Web application operating on the Web browser as the MFP having the Web browser installed on the operation panel is disclosed.

しかしながら、Webブラウザ上で動作するWebアプリケーションを利用して、印刷およびスキャン等の各種画像形成機能を実現するためには、画像形成機能特有のJavaScript(登録商標)等を用いてHTML(HyperText Markup Language)を記述する必要がある。この場合、Webアプリケーションにおいて上述の画像形成機能特有のHTMLを記述することなく、スキャンおよび印刷の機能を呼び出すようにすると、スキャンおよび印刷のUI(User Interface)が個々に起動することになる。したがって、個々のUIにおいてスキャンおよび印刷の設定を行わなければならず、かつ、スキャン動作および印刷動作を連続して実行させることができないという問題があった。 However, in order to realize various image forming functions such as printing and scanning by using a web application that operates on a web browser, HTML (HyperText Markup Language) is used by using Javascript (registered trademark) peculiar to the image forming function. ) Must be described. In this case, if the scan and print functions are called without describing the HTML specific to the image forming function in the Web application, the scan and print UIs (User Interfaces) are individually activated. Therefore, there is a problem that the scan and print settings must be set in each UI, and the scan and print operations cannot be continuously executed.

本発明は、上記に鑑みてなされたものであって、ジョブの設定を1回のみとしてスキャン動作および印刷動作を一連の動作で実行することができる画像形成装置、画像処理システム、画像処理方法およびプログラムを提供することを目的とする。 The present invention has been made in view of the above, and an image forming apparatus, an image processing system, an image processing method, and an image processing apparatus capable of executing a scanning operation and a printing operation in a series of operations by setting a job only once. The purpose is to provide the program.

本発明によれば、ジョブの設定を1回のみとしてスキャン動作および印刷動作を一連の動作で実行することができる。 According to the present invention, it is possible to execute the scanning operation and the printing operation in a series of operations by setting the job only once.

以下に、図面を参照しながら、本発明に係る画像形成装置、画像処理システム、画像処理方法およびプログラムの実施形態を詳細に説明する。また、以下の実施形態によって本発明が限定されるものではなく、以下の実施形態における構成要素には、当業者が容易に想到できるもの、実質的に同一のもの、およびいわゆる均等の範囲のものが含まれる。さらに、以下の実施形態の要旨を逸脱しない範囲で構成要素の種々の省略、置換、変更および組み合わせを行うことができる。 Embodiments of an image forming apparatus, an image processing system, an image processing method, and a program according to the present invention will be described in detail below with reference to the drawings. The present invention is not limited to the following embodiments, and constituent elements in the following embodiments include those that can be easily conceived by those skilled in the art, those that are substantially the same, and those that are within a so-called equivalent range Is included. Furthermore, various omissions, replacements, changes and combinations of the constituent elements can be made without departing from the scope of the following embodiments.

(画像処理システムの構成)
図33は、実施形態に係る画像処理システムの構成の一例を示す図である。図33を参照しながら、本実施形態に係る画像処理システム1の構成について説明する。
(Structure of image processing system)
FIG. 33 is a diagram showing an example of the configuration of the image processing system according to the embodiment. The configuration of the image processing system 1 according to the present embodiment will be described with reference to FIG.

図33に示すように、本実施形態に係る画像処理システム1は、1以上のMFP(MFP10a、10b、・・・)と、Webサーバ20(第1サーバ、第2サーバの一例)と、を含む。なお、図33では、MFP10a、10b、・・・が示されているが、これらのうち任意の通信端末を示す場合または総称する場合、単に「MFP10」と称する。また、MFP10とWebサーバ20とは、例えば、インターネット等の広域的なネットワークNを介して互いに通信可能となっている。なお、ネットワークNは、有線だけなく無線によるネットワークが含まれるものとしてもよい。 As shown in FIG. 33, the image processing system 1 according to this embodiment includes one or more MFPs (MFPs 10a, 10b,...) And a web server 20 (one example of a first server and a second server). Including. Although MFPs 10a, 10b,... Are shown in FIG. 33, they are simply referred to as “MFP10” when any communication terminal among them is shown or collectively referred to. Further, the MFP 10 and the Web server 20 can communicate with each other via a wide area network N such as the Internet. The network N may include not only a wired network but also a wireless network.

MFP10は、Webブラウザがインストールされた画像形成装置である。MFP10のユーザは、Webサーバ20から提供されるWebアプリケーションを利用して、例えば、スキャンにより生成したが画像データをWebサーバ20へアップロードし、Webサーバ20からダウンロードした画像データを印刷したりすることができる。 The MFP 10 is an image forming apparatus in which a web browser is installed. The user of the MFP 10 uses a web application provided by the web server 20 to upload image data generated by scanning to the web server 20 and print the image data downloaded from the web server 20, for example. You can

Webサーバ20は、ネットワークNを介して、汎用的なHTMLを用いたWebアプリケーションをMFP10へ提供する情報処理装置または情報処理システムである。ここで、汎用的なHTMLとは、W3C(World Wide Web Consortium)で規定されたHTML5またはHTML 5.1等である。また、汎用的とは、例えば、画像形成装置等の機器でのみ解釈可能なように定義されたコンテンツ(拡張HTML、拡張JavaScript(登録商標)等の拡張されたコンテンツ)とは異なり、汎用のWebブラウザであれば機器の種類を問わず、解釈可能なコンテンツであることを示す。 The web server 20 is an information processing device or an information processing system that provides a web application using general-purpose HTML to the MFP 10 via the network N. Here, the general-purpose HTML is HTML5 or HTML5.1 defined by W3C (World Wide Web Consortium). Further, general-purpose is different from general-purpose Web unlike, for example, contents (extended contents such as extended HTML and extended JavaScript (registered trademark)) defined so that it can be interpreted only by a device such as an image forming apparatus. Indicates that the content can be interpreted by any browser regardless of device type.

Webサーバ20によりWebアプリケーションが提供されることで、種々のWebサービスが実現される。このようなWebサービスとしては、例えば、クラウドストレージサービス、SNS(Social Networking Service)、クラウドプリントサービス、ブログサービス、掲示板サービス、オンラインゲームサービス、オンラインショッピングサービス等が挙げられる。 Various web services are realized by providing a web application by the web server 20. Examples of such a Web service include a cloud storage service, an SNS (Social Networking Service), a cloud print service, a blog service, a bulletin board service, an online game service, an online shopping service, and the like.

なお、図33に示す画像処理システム1の構成は一例であって、他の構成であってもよい。例えば、画像処理システム1には、MFP10以外の画像処理装置が含まれるものとしてもよい。また、Webサーバ20は、MFP10にWebアプリケーションを提供すると共に、後述するように、MFP10から送信されたスキャナで読み取られた画像に対して画像処理を行う機能を有しているが、当該画像処理は、Webサーバ20(第1サーバ)とは異なるサーバ(第2サーバの一例)が行うものとしてもよい。 Note that the configuration of the image processing system 1 shown in FIG. 33 is an example, and other configurations may be used. For example, the image processing system 1 may include an image processing device other than the MFP 10. The web server 20 has a function of providing a web application to the MFP 10 and performing image processing on an image read by a scanner transmitted from the MFP 10 as described later. May be performed by a server (an example of a second server) different from the web server 20 (first server).

(MFPのハードウェア構成)
図34は、実施形態に係るMFPのハードウェア構成の一例を示す図である。図34を参照しながら、本実施形態に係るMFP10のハードウェア構成について説明する。
(MFP hardware configuration)
FIG. 34 is a diagram illustrating an example of the hardware configuration of the MFP according to the embodiment. The hardware configuration of the MFP 10 according to the present embodiment will be described with reference to FIG. 34.

図34に示すように、MFP10は、ユーザの操作を受け付ける操作部11と、スキャナ機能およびプリンタ機能等の各種の画像形成機能を実現する本体12と、を備える。ここで、ユーザの操作を受け付けるとは、ユーザの操作に応じて入力される情報(画面の座標値を示す信号等を含む)を受け付けることを含む概念である。 As shown in FIG. 34, the MFP 10 includes an operation unit 11 that receives a user operation, and a main body 12 that implements various image forming functions such as a scanner function and a printer function. Here, accepting a user's operation is a concept including accepting information (including a signal indicating a coordinate value of a screen) input according to the user's operation.

操作部11および本体12は、専用の通信路13を介して、相互に通信可能に接続されている。通信路13は、例えば、USB(Universal Serial Bus)規格のものを用いることができるが、これに限定されるものではなく、有線か無線かを問わず任意の規格のものであってよい。本体12は、操作部11で受け付けた操作に応じた動作を行う。また、本体12は、外部装置とも通信可能であり、外部装置から受信した指示に応じた動作を行うこともできる。 The operation unit 11 and the main body 12 are communicably connected to each other via a dedicated communication path 13. The communication path 13 can use, for example, a USB (Universal Serial Bus) standard, but the communication path 13 is not limited to this, and may be any standard regardless of whether it is wired or wireless. The main body 12 performs an operation according to the operation received by the operation unit 11. Further, the main body 12 can communicate with an external device and can also perform an operation according to an instruction received from the external device.

<操作部のハードウェア構成>
図34に示すように、操作部11は、CPU(Central Processing Unit)111と、ROM(Read Only Memory)112と、RAM(Random Access Memory)113と、フラッシュメモリ114と、操作パネル115と、接続I/F116と、通信I/F117と、バス118と、を備えている。
<Hardware configuration of operation unit>
As shown in FIG. 34, the operation unit 11 includes a CPU (Central Processing Unit) 111, a ROM (Read Only Memory) 112, a RAM (Random Access Memory) 113, a flash memory 114, an operation panel 115, and a connection. The I/F 116, the communication I/F 117, and the bus 118 are provided.

CPU111は、操作部11の動作を統括的に制御する演算装置である。CPU111は、RAM113をワークエリア(作業領域)としてROM112またはフラッシュメモリ114等に格納されたプログラムを実行することにより、操作部11全体の動作を制御する。例えば、CPU111は、ユーザから受け付けた入力に応じた情報(画像)を操作パネル115に表示させる等の各種機能を実現する。 The CPU 111 is an arithmetic device that controls the operation of the operation unit 11 as a whole. The CPU 111 controls the overall operation of the operation unit 11 by executing a program stored in the ROM 112, the flash memory 114, or the like, using the RAM 113 as a work area (work area). For example, the CPU 111 realizes various functions such as displaying information (image) corresponding to the input received from the user on the operation panel 115.

ROM112は、例えば、操作部111の起動時に実行されるBIOS(Basic Input/Output System)、および各種の設定等を記憶する不揮発性のメモリである。RAM113は、CPU111のワークエリア等として用いられる揮発性のメモリである。フラッシュメモリ114は、例えば、OS(Operating System)、アプリケーションプログラム、および各種データ等を記憶する不揮発性の記憶装置である。 The ROM 112 is a non-volatile memory that stores, for example, a BIOS (Basic Input/Output System) executed when the operation unit 111 is activated, and various settings. The RAM 113 is a volatile memory used as a work area or the like of the CPU 111. The flash memory 114 is, for example, a non-volatile storage device that stores an OS (Operating System), application programs, various data, and the like.

操作パネル115は、ユーザの操作に応じた各種の入力を受け付けると共に、各種の情報(例えば、受け付けた操作に応じた情報、MFP10の動作状況を示す情報、および設定情報等)を表示する、入力機能および表示機能を有する装置である。操作パネル115は、例えば、タッチパネル機能を搭載した液晶表示装置(LCD:Liquid Crystal Display)で構成される。なお、操作パネル115は、液晶表示装置に限定されるものではなく、例えば、タッチパネル機能が搭載された有機EL(Electro−Luminescence)の表示装置で構成されていてもよい。また、操作パネル115は、タッチパネル機能に加えてまたはこれに代えて、ハードウェアキー等の操作部、またはランプ等の表示部を設けることもできる。 The operation panel 115 receives various inputs according to the user's operation, and displays various information (for example, information according to the received operation, information indicating the operation status of the MFP 10, setting information, etc.). It is a device having a function and a display function. The operation panel 115 is composed of, for example, a liquid crystal display device (LCD: Liquid Crystal Display) having a touch panel function. The operation panel 115 is not limited to the liquid crystal display device, and may be configured of, for example, an organic EL (Electro-Luminescence) display device having a touch panel function. The operation panel 115 may be provided with an operation unit such as a hardware key or a display unit such as a lamp, in addition to or instead of the touch panel function.

接続I/F116は、通信路13を介して、本体12と通信するためのインターフェースである。 The connection I/F 116 is an interface for communicating with the main body 12 via the communication path 13.

通信I/F117は、操作部11をネットワークNに接続し、ネットワークNに接続された外部装置との通信を行うためのネットワークインターフェースである。通信I/F117は、例えば、イーサネット(登録商標)に対応し、TCP(Transmission Control Protocol)/IP(Internet Protocol)等に準拠した通信が可能なインターフェースである。 The communication I/F 117 is a network interface for connecting the operation unit 11 to the network N and performing communication with an external device connected to the network N. The communication I/F 117 is, for example, an interface that is compatible with Ethernet (registered trademark) and that can perform communication based on TCP (Transmission Control Protocol)/IP (Internet Protocol) and the like.

バス118は、上述の各構成要素を互いに接続し、アドレス信号、データ信号、および各種制御信号等を伝送する伝送路である。 The bus 118 is a transmission line that connects the above-described components to each other and transmits an address signal, a data signal, various control signals, and the like.

なお、図34に示した操作部11のハードウェア構成は一例を示すものであり、図34に示した構成要素以外の構成要素を含むものとしてもよい。 Note that the hardware configuration of the operation unit 11 illustrated in FIG. 34 is an example, and may include components other than the components illustrated in FIG. 34.

<本体のハードウェア構成>
図34に示すように、本体12は、CPU121と、ROM122と、RAM123と、ストレージ124と、スキャナエンジン125と、プリンタエンジン126と、接続I/F127と、通信I/F128と、バス129と、を備えている。
<Hardware configuration of the main unit>
As shown in FIG. 34, the main body 12 includes a CPU 121, a ROM 122, a RAM 123, a storage 124, a scanner engine 125, a printer engine 126, a connection I/F 127, a communication I/F 128, and a bus 129. Is equipped with.

CPU121は、本体12の動作を統括的に制御する演算装置である。CPU121は、RAM123をワークエリア(作業領域)としてROM122またはストレージ124等に格納されたプログラムを実行することにより、本体12全体の動作を制御する。例えば、CPU121は、コピー機能、スキャナ機能、ファックス機能、およびプリンタ機能等の各種機能を実現する。 The CPU 121 is an arithmetic unit that totally controls the operation of the main body 12. The CPU 121 controls the overall operation of the main body 12 by executing a program stored in the ROM 122, the storage 124, or the like, using the RAM 123 as a work area (work area). For example, the CPU 121 realizes various functions such as a copy function, a scanner function, a fax function, and a printer function.

ROM122は、例えば、本体12の起動時に実行されるBIOS、および各種の設定等を記憶する不揮発性のメモリである。RAM123は、CPU121のワークエリア等として用いられる揮発性のメモリである。ストレージ124は、例えば、OS、アプリケーションプログラム、および各種データ等を記憶する不揮発性の記憶装置である。ストレージ124は、例えば、HDD(Hard Disk Drive)またはSSD(Solid State Drive)等で構成される。 The ROM 122 is, for example, a non-volatile memory that stores a BIOS executed when the main body 12 is started up, various settings, and the like. The RAM 123 is a volatile memory used as a work area or the like of the CPU 121. The storage 124 is, for example, a non-volatile storage device that stores an OS, application programs, various data, and the like. The storage 124 is composed of, for example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive).

スキャナエンジン125は、画像形成機能のうち、原稿をスキャンして画像として読み取るスキャナ機能を実現させるための、汎用的な情報処理および通信以外の処理を行うハードウェアである。プリンタエンジン126は、画像形成機能のうち、用紙等の印刷媒体への印刷を行うプリンタ機能を実現させるための、汎用的な情報処理および通信以外の処理を行うハードウェアである。 The scanner engine 125 is hardware that performs processing other than general-purpose information processing and communication for realizing a scanner function of scanning an original document as an image among the image forming functions. The printer engine 126 is hardware that performs general-purpose information processing and processing other than communication for realizing a printer function of performing printing on a print medium such as paper among the image forming functions.

接続I/F127は、通信路13を介して、操作部11と通信するためのインターフェースである。 The connection I/F 127 is an interface for communicating with the operation unit 11 via the communication path 13.

通信I/F128は、本体12をネットワークNに接続し、ネットワークNに接続された外部装置との通信を行うためのネットワークインターフェースである。通信I/F128は、例えば、イーサネットに対応し、TCP/IP等に準拠した通信が可能なインターフェースである。 The communication I/F 128 is a network interface for connecting the main body 12 to the network N and performing communication with an external device connected to the network N. The communication I/F 128 is, for example, an interface that supports Ethernet and is capable of communication based on TCP/IP or the like.

バス129は、上述の各構成要素を互いに接続し、アドレス信号、データ信号、および各種制御信号等を伝送する伝送路である。 The bus 129 is a transmission line that connects the above-described components to each other and transmits an address signal, a data signal, various control signals, and the like.

なお、図34に示した本体12のハードウェア構成は一例を示すものであり、図34に示した構成要素以外の構成要素を含むものとしてもよい。例えば、印刷済みの印刷媒体を仕分けるフィニッシャ、または原稿を自動給送するADF(Auto Document Feeder:自動原稿給送装置)のような特定のオプションが含まれていてもよい。 The hardware configuration of the main body 12 shown in FIG. 34 is an example, and may include components other than the components shown in FIG. 34. For example, a specific option such as a finisher for sorting printed print media or an ADF (Auto Document Feeder) for automatically feeding an original may be included.

(Webサーバのハードウェア構成)
図35は、実施形態に係るWebサーバのハードウェア構成の一例を示す図である。図35を参照しながら、本実施形態に係るWebサーバ20のハードウェア構成について説明する。
(Web server hardware configuration)
FIG. 35 is a diagram illustrating an example of the hardware configuration of the Web server according to the embodiment. The hardware configuration of the Web server 20 according to the present embodiment will be described with reference to FIG. 35.

図35に示すように、Webサーバ20は、CPU201と、ROM202と、RAM203と、補助記憶装置205と、メディアドライブ207と、ディスプレイ208と、ネットワークI/F209と、キーボード211と、マウス212と、DVD(Digital Versatile Disc)ドライブ214と、を備えている。 As shown in FIG. 35, the web server 20 includes a CPU 201, a ROM 202, a RAM 203, an auxiliary storage device 205, a media drive 207, a display 208, a network I/F 209, a keyboard 211, a mouse 212, and A DVD (Digital Versatile Disc) drive 214 is provided.

CPU201は、Webサーバ20全体の動作を制御する演算装置である。ROM202は、Webサーバ20用のプログラムを記憶している不揮発性記憶装置である。RAM203は、CPU201のワークエリアとして使用される揮発性記憶装置である。 The CPU 201 is an arithmetic device that controls the operation of the entire Web server 20. The ROM 202 is a non-volatile storage device that stores a program for the Web server 20. The RAM 203 is a volatile storage device used as a work area of the CPU 201.

補助記憶装置205は、MFP10によりスキャン機能で読み取られた画像等を記憶するHDDまたはSSD等の記憶装置である。メディアドライブ207は、CPU201の制御に従って、フラッシュメモリ等の記録メディア206に対するデータの読み出しおよび書き込みを制御する装置である。 The auxiliary storage device 205 is a storage device such as an HDD or an SSD that stores an image or the like read by the MFP 10 with a scan function. The media drive 207 is a device that controls reading and writing of data with respect to the recording medium 206 such as a flash memory under the control of the CPU 201.

ディスプレイ208は、カーソル、メニュー、ウィンドウ、文字または画像等の各種情報を表示する液晶または有機EL等によって構成された表示装置である。 The display 208 is a display device composed of a liquid crystal or an organic EL that displays various information such as a cursor, a menu, a window, characters and images.

ネットワークI/F209は、ネットワークNを利用してMFP10等の外部装置とデータを通信するためのインターフェースである。ネットワークI/F209は、例えば、イーサネットに対応し、TCP/IP等に準拠した通信が可能なNIC(Network Interface Card)等である。 The network I/F 209 is an interface for communicating data with an external device such as the MFP 10 using the network N. The network I/F 209 is, for example, a NIC (Network Interface Card) or the like that is compatible with Ethernet and is capable of communication based on TCP/IP or the like.

キーボード211は、文字、数字、各種指示の選択、およびカーソルの移動等を行う入力装置である。マウス212は、各種指示の選択および実行、処理対象の選択、ならびにカーソルの移動等を行うための入力装置である。 The keyboard 211 is an input device that selects characters, numbers, various instructions, and moves a cursor. The mouse 212 is an input device for selecting and executing various instructions, selecting a processing target, moving a cursor, and the like.

DVDドライブ214は、着脱自在な記憶媒体の一例としてのDVD−ROMまたはDVD−R(Digital Versatile Disk Recordable)等のDVD213に対するデータの読み出しおよび書き込みを制御する装置である。 The DVD drive 214 is a device such as a DVD-ROM or a DVD-R (Digital Versatile Disk Recordable), which is an example of a removable storage medium, and controls reading and writing of data with respect to the DVD 213.

上述のCPU201、ROM202、RAM203、補助記憶装置205、メディアドライブ207、ディスプレイ208、ネットワークI/F209、キーボード211、マウス212およびDVDドライブ214は、アドレスバスおよびデータバス等のバスライン210によって互いに通信可能に接続されている。 The CPU 201, ROM 202, RAM 203, auxiliary storage device 205, media drive 207, display 208, network I/F 209, keyboard 211, mouse 212, and DVD drive 214 described above can communicate with each other via a bus line 210 such as an address bus and a data bus. It is connected to the.

なお、図35に示したWebサーバ20のハードウェア構成は一例を示すものであり、図35に示した構成要素を全て含む必要はなく、または、その他の構成要素を含むものとしてもよい。 Note that the hardware configuration of the Web server 20 illustrated in FIG. 35 is an example, and it is not necessary to include all the components illustrated in FIG. 35, or the other components may be included.

(MFPのソフトウェアの階層構造)
図36は、実施形態に係るMFPのソフトウェアの階層構造の一例を示す図である。図36を参照しながら、本実施形態に係るMFP10のソフトウェアの階層構造について説明する。
(Hierarchical structure of MFP software)
FIG. 36 is a diagram showing an example of a hierarchical structure of software of the MFP according to the embodiment. The hierarchical structure of software of the MFP 10 according to the present embodiment will be described with reference to FIG.

図36に示すように、MFP10の本体12は、アプリ層321と、サービス層322と、OS層323と、を含む。アプリ層321、サービス層322、およびOS層323の実体は、ROM122またはストレージ124等に格納されている各種ソフトウェアである。CPU121が、これらのソフトウェア(プログラム)を実行することにより、本体12の各種の機能が提供される。 As shown in FIG. 36, the main body 12 of the MFP 10 includes an application layer 321, a service layer 322, and an OS layer 323. The substance of the application layer 321, the service layer 322, and the OS layer 323 is various software stored in the ROM 122, the storage 124, or the like. Various functions of the main body 12 are provided by the CPU 121 executing these software (programs).

アプリ層321は、ハードウェア資源を動作させて所定の機能を提供するためのアプリケーションソフトウェア(以下、単に「アプリ」という場合がある)である。アプリとしては、例えば、コピー機能を提供するためのコピーアプリ、スキャナ機能を提供するためのスキャナアプリ、ファクス機能を提供するためのファクスアプリ、プリンタ機能を提供するためのプリンタアプリなどが挙げられる。 The application layer 321 is application software (hereinafter, may be simply referred to as “app”) for operating hardware resources and providing a predetermined function. Examples of the application include a copy application for providing a copy function, a scanner application for providing a scanner function, a fax application for providing a fax function, and a printer application for providing a printer function.

サービス層322は、アプリ層321とOS層323との間に介在し、アプリ層321のアプリに対し、本体12が備えるハードウェア資源を利用するためのインターフェースを提供するソフトウェアである。具体的には、サービス層322は、ハードウェア資源に対する動作要求を受け付け、動作要求の調停を行う機能を提供する。サービス層322が受け付ける動作要求としては、スキャナによる読み取りおよびプロッタによる印刷等の要求が挙げられる。なお、サービス層322によるインターフェースの機能は、本体12のアプリ層321だけではなく、操作部11のアプリ層311に対しても提供される。すなわち、操作部11のアプリ層311も、本体12のサービス層322のインターフェース機能を介して、本体12のハードウェア資源(例えば、スキャナエンジン125およびプリンタエンジン126等)を利用した機能を実現することができる。 The service layer 322 is software that is interposed between the application layer 321 and the OS layer 323, and provides an application for the application layer 321 with an interface for using the hardware resources included in the main body 12. Specifically, the service layer 322 provides a function of receiving an operation request for a hardware resource and arbitrating the operation request. The operation request received by the service layer 322 includes a request for reading by a scanner and a print for a plotter. The interface function of the service layer 322 is provided not only to the application layer 321 of the main body 12 but also to the application layer 311 of the operation unit 11. That is, the application layer 311 of the operation unit 11 also realizes a function using the hardware resources of the main body 12 (for example, the scanner engine 125 and the printer engine 126) via the interface function of the service layer 322 of the main body 12. You can

OS層323は、本体12が備えるハードウェアを制御する基本機能を提供するための基本ソフトウェア(オペレーティングシステム)である。サービス層322は、各種アプリからのハードウェア資源の利用要求を、OS層323が解釈可能なコマンドに変換してOS層323に渡す。そして、OS層323によりコマンドが実行されることにより、ハードウェア資源は、アプリの要求に従った動作を行う。 The OS layer 323 is basic software (operating system) for providing a basic function of controlling the hardware included in the main body 12. The service layer 322 converts requests for using hardware resources from various applications into commands that can be interpreted by the OS layer 323, and passes the commands to the OS layer 323. When the OS layer 323 executes the command, the hardware resource operates according to the request of the application.

図36に示すように、MFP10の操作部11は、アプリ層311と、サービス層312と、OS層313と、を含む。操作部11が含むアプリ層311、サービス層312、およびOS層313も、階層構造については本体12側と同様である。ただし、アプリ層311のアプリにより提供される機能や、サービス層312が受け付け可能な動作要求の種類は、本体12側とは異なる。 As shown in FIG. 36, the operation unit 11 of the MFP 10 includes an application layer 311, a service layer 312, and an OS layer 313. The application layer 311, the service layer 312, and the OS layer 313 included in the operation unit 11 have the same hierarchical structure as the main body 12 side. However, the functions provided by the applications in the application layer 311 and the types of operation requests that the service layer 312 can receive are different from those on the main body 12 side.

アプリ層311のアプリは、操作部11が備えるハードウェア資源を動作させて所定の機能を提供するためのソフトウェアであってもよいが、主として本体12が備える機能に関する操作および表示を行うためのUIの機能を提供する。 The application of the application layer 311 may be software for operating the hardware resources included in the operation unit 11 to provide a predetermined function, but is a UI mainly for performing an operation and a display regarding a function included in the main body 12. Provides the function of.

なお、本実施形態では、機能の独立性を保つために、本体12側のOS層323のソフトウェアと、操作部11側のOS層313のソフトウェアとが互いに異なる。つまり、本体12および操作部11は、別々のオペレーティングシステムにより互いに独立して動作する。例えば、本体12側のOS層323のソフトウェアとしてLinux(登録商標)を用い、操作部11側のOS層313のソフトウェアとしてAndroid(登録商標)を用いることも可能である。 In this embodiment, the software of the OS layer 323 on the main body 12 side and the software of the OS layer 313 on the operation unit 11 side are different from each other in order to keep the functions independent. That is, the main body 12 and the operation unit 11 operate independently of each other by different operating systems. For example, Linux (registered trademark) can be used as the software of the OS layer 323 on the main body 12 side, and Android (registered trademark) can be used as the software of the OS layer 313 on the operation unit 11 side.

以上のように、本実施形態のMFP10において、本体12および操作部11は、別々のオペレーティングシステムで動作するため、本体12と操作部11との間の通信は、共通の装置内のプロセス間通信ではなく、異なる装置間の通信として行われる。操作部11が受け付けた情報(ユーザからの操作指示内容)を本体12へ送信する動作(コマンド通信)、および、本体12が操作部11へ情報を送信する動作等がこれに該当する。ここでは、操作部11が本体12へコマンド通信を行うことにより、本体12の機能を使用することができる。また、本体12から操作部11に送信する情報には、例えば、本体12における動作の実行状況、および本体12側で設定された内容等が含まれる。 As described above, in the MFP 10 according to the present embodiment, the main body 12 and the operation unit 11 operate on different operating systems, so that the communication between the main body 12 and the operation unit 11 is the inter-process communication in the common device. Rather, as communication between different devices. This includes an operation (command communication) of transmitting information (operation instruction content from the user) received by the operation unit 11 to the main body 12, an operation of transmitting information to the operation unit 11 by the main body 12, and the like. Here, the functions of the main body 12 can be used by the operation unit 11 performing command communication with the main body 12. Further, the information transmitted from the main body 12 to the operation unit 11 includes, for example, the execution status of the operation in the main body 12 and the contents set on the main body 12 side.

(画像処理システムの機能ブロック構成)
図37は、実施形態に係る画像処理システムの機能ブロックの構成の一例を示す図である。図37を参照しながら、本実施形態に係る画像処理システム1の機能ブロックの構成について説明する。
(Functional block configuration of image processing system)
FIG. 37 is a diagram showing an example of the configuration of functional blocks of the image processing system according to the embodiment. The configuration of functional blocks of the image processing system 1 according to the present embodiment will be described with reference to FIG.

<MFPの機能ブロック構成>
図37に示すように、本実施形態に係るMFP10の操作部11は、Webブラウザ410と、通信部415と、入力部416と、表示部417と、スキャンUIアプリケーション420と、印刷UIアプリケーション430と、を有する。このうち、Webブラウザ410、スキャンUIアプリケーション420および印刷UIアプリケーション430は、CPU111により実行される。
<Functional block configuration of MFP>
As illustrated in FIG. 37, the operation unit 11 of the MFP 10 according to the present embodiment includes a web browser 410, a communication unit 415, an input unit 416, a display unit 417, a scan UI application 420, and a print UI application 430. , With. Of these, the Web browser 410, the scan UI application 420, and the print UI application 430 are executed by the CPU 111.

また、本実施形態に係るMFP10の本体12は、WebAPI(Application Program Interface)440と、スキャンアプリケーション450と、印刷アプリケーション460と、を有する。WebAPI440、スキャンアプリケーション450および印刷アプリケーション460は、CPU121により実行される。 Further, the main body 12 of the MFP 10 according to the present embodiment has a WebAPI (Application Program Interface) 440, a scan application 450, and a print application 460. The WebAPI 440, scan application 450, and print application 460 are executed by the CPU 121.

Webブラウザ410は、Webサーバ20からWebコンテンツ(例えば、HTML、CSS(Cascading Style Sheets)、JavaScript、各種電子ファイル等)を取得することで、Webアプリケーションの機能を実現する。 The Web browser 410 realizes the function of the Web application by acquiring Web content (for example, HTML, CSS (Cascading Style Sheets), JavaScript, various electronic files, etc.) from the Web server 20.

例えば、Webブラウザ410は、SNSを提供するWebサーバ20からWebコンテンツを取得することで、SNSの閲覧やSNS上でのファイル共有等を行うWebアプリケーションの機能を実現する。また、例えば、Webブラウザ410は、クラウドストレージサービスを提供するWebサーバ20からWebコンテンツを取得することで、ストレージの閲覧またはストレージへのファイルのアップロード等を行うWebアプリケーションの機能を実現する。 For example, the web browser 410 realizes a function of a web application that browses the SNS, shares files on the SNS, and the like by acquiring web content from the web server 20 that provides the SNS. In addition, for example, the web browser 410 realizes a function of a web application that browses the storage or uploads a file to the storage by acquiring the web content from the web server 20 that provides the cloud storage service.

なお、Webアプリケーションは、一般に、Webサーバ20から取得したJavaScript等のコンテンツをWebブラウザ410上で動作させて、Webサーバ20と協働した処理を実行させることで実現される。 Note that the web application is generally realized by causing the content such as JavaScript acquired from the web server 20 to operate on the web browser 410 and to execute the process in cooperation with the web server 20.

Webブラウザ410は、ブラウザ機能部411と、制御部412と、を含む。なお、以降では、Webコンテンツを、単に「コンテンツ」と称する場合がある。 The web browser 410 includes a browser function unit 411 and a control unit 412. Note that, hereinafter, the Web content may be simply referred to as “content”.

ブラウザ機能部411は、コンテンツの解釈および表示等を行う。ブラウザ機能部411は、UI部413(表示制御部)と、解釈部414と、を含む。 The browser function unit 411 interprets and displays contents. The browser function unit 411 includes a UI unit 413 (display control unit) and an interpretation unit 414.

UI部413は、Webサーバ20から取得したコンテンツに応じたWebページ等、すなわちWebアプリケーションが提供するWebページ等を、表示部417に表示する。また、UI部413は、入力部416へのユーザの操作入力により、Webページ上において各種操作(例えば、リンク押下)等を受け付ける。 The UI unit 413 displays on the display unit 417 a Web page or the like corresponding to the content acquired from the Web server 20, that is, a Web page provided by the Web application. In addition, the UI unit 413 receives various operations (for example, pressing a link) on the Web page in response to a user operation input to the input unit 416.

解釈部414は、Webページに含まれるHTMLタグを解釈して、制御部412に対して解釈結果に応じた通知を行う。 The interpretation unit 414 interprets the HTML tag included in the Web page and notifies the control unit 412 according to the interpretation result.

制御部412は、ブラウザ機能部411の解釈部414からの通知に応じて、MFP10の画像形成機能を実行させる制御を行う。例えば、制御部412は、解釈部414から、ファイルを選択することを示すファイル選択通知を受け取った場合、MFP10にセットされた原稿をスキャンし、その読み取り画像をWebサーバ20へアップロードする制御を行う。また、例えば、制御部412は、解釈部414から、リンク先のコンテンツを表示することを示す表示通知を受け取った場合であって、当該コンテンツが所定の形式(例えば、PDF(Portable Document Format)形式等)である場合、当該コンテンツをダウンロードして印刷する制御を行う。 The control unit 412 controls to execute the image forming function of the MFP 10 in response to the notification from the interpretation unit 414 of the browser function unit 411. For example, when the control unit 412 receives a file selection notification indicating that a file is selected from the interpretation unit 414, the control unit 412 scans the document set in the MFP 10 and uploads the read image to the Web server 20. .. Also, for example, when the control unit 412 receives a display notification indicating that the linked content is displayed from the interpretation unit 414, the content is in a predetermined format (for example, PDF (Portable Document Format) format). Etc.), the content is controlled to be downloaded and printed.

なお、Webブラウザ410は、Webアプリケーションの機能を実現するブラウザ機能部411と、MFP10の画像形成機能を制御する制御部412とを有するため、いわゆるハイブリッドアプリケーションと言うこともできる。Webブラウザ410は、例えば、Java(登録商標)等のプログラミング言語で実装される。すなわち、Webブラウザ410を構成するブラウザアプリケーションは、その基礎部分がJavaアプリケーションプログラムから構成されている。このJavaアプリケーションが、操作部11が提供するAPIを用いて、操作部11が有するブラウザ機能部411を呼び出すことにより、解釈部414およびUI部413を含むWebブラウザ410を構成している。基礎部分であるJavaアプリケーションプログラムは、制御部412を含み、この制御部412が制御を行うことで、Webコンテンツのタグの解釈後の動作に柔軟性を持たせ、汎用的なHTMLで可能な動作(ダウンロードおよびアップロード)だけでなく、画像形成(スキャンおよびプリント)動作の要求ができるようになっている。 The web browser 410 has a browser function unit 411 that realizes the functions of the Web application and a control unit 412 that controls the image forming function of the MFP 10. Therefore, the Web browser 410 can be called a so-called hybrid application. The web browser 410 is implemented in a programming language such as Java (registered trademark), for example. That is, the basic part of the browser application that constitutes the web browser 410 is composed of a Java application program. The Java application uses the API provided by the operation unit 11 to call the browser function unit 411 included in the operation unit 11, thereby configuring the Web browser 410 including the interpretation unit 414 and the UI unit 413. The Java application program, which is the basic part, includes a control unit 412, and the control unit 412 controls the operation so that the operation after the interpretation of the tag of the Web content has flexibility and the operation that can be performed by a general-purpose HTML. Not only (downloading and uploading) but also image forming (scanning and printing) operations can be requested.

通信部415は、Webブラウザ410の制御に従って、ネットワークNを介してWebサーバ20とデータ通信を行う。通信部415は、図34に示す通信I/F117によって実現される。 The communication unit 415 performs data communication with the web server 20 via the network N under the control of the web browser 410. The communication unit 415 is realized by the communication I/F 117 shown in FIG.

入力部416は、ユーザからの操作入力を受け付ける。入力部416は、図34に示す操作パネル115の入力機能によって実現される。 The input unit 416 receives an operation input from the user. The input unit 416 is realized by the input function of the operation panel 115 shown in FIG.

表示部417は、UI部413、スキャンUIアプリケーション420および印刷UIアプリケーション430の指令に従って、各種情報を表示する。表示部417は、図34に示す操作パネル115の表示機能によって実現される。 The display unit 417 displays various kinds of information according to instructions from the UI unit 413, the scan UI application 420, and the print UI application 430. The display unit 417 is realized by the display function of the operation panel 115 shown in FIG.

スキャンUIアプリケーション420は、スキャンに関するUIを提供するアプリケーションプログラムである。スキャンUIアプリケーション420は、例えば、スキャン中であることを示す画面、およびスキャンが完了したことを示す画面等を、表示部417に表示させる。 The scan UI application 420 is an application program that provides a UI related to scanning. The scan UI application 420 causes the display unit 417 to display, for example, a screen indicating that scanning is in progress and a screen indicating that scanning has been completed.

また、スキャンUIアプリケーション420は、制御部412からの要求に応じて、WebAPI440を介して、スキャンアプリケーション450に対してスキャンの実行を要求する。 Further, the scan UI application 420 requests the scan application 450 to execute the scan via the WebAPI 440 in response to the request from the control unit 412.

印刷UIアプリケーション430は、印刷に関するUIを提供するアプリケーションプログラムである。印刷UIアプリケーション430は、例えば、印刷実行中であることを示す画面、および印刷が完了したことを示す画面等を、表示部417に表示させる。 The print UI application 430 is an application program that provides a UI related to printing. The print UI application 430 causes the display unit 417 to display, for example, a screen indicating that printing is being executed, a screen indicating that printing has been completed, and the like.

また、印刷UIアプリケーション430は、制御部412からの要求に応じて、WebAPI440を介して、印刷アプリケーション460に対して印刷の実行を要求する。 In addition, the print UI application 430 requests the print application 460 to execute printing via the WebAPI 440 in response to a request from the control unit 412.

WebAPI440は、スキャンUIアプリケーション420および印刷UIアプリケーション430が画像形成の実行を要求するためのAPIである。 The WebAPI 440 is an API for the scan UI application 420 and the print UI application 430 to request execution of image formation.

スキャンアプリケーション450は、スキャンUIアプリケーション420からの要求に応じて、スキャナエンジン125を制御して、スキャンを実行する。 The scan application 450 controls the scanner engine 125 to execute a scan in response to a request from the scan UI application 420.

印刷アプリケーション460は、印刷UIアプリケーション430からの要求に応じて、プリンタエンジン126を制御して、印刷を実行する。 The print application 460 controls the printer engine 126 in response to a request from the print UI application 430 to execute printing.

以下、スキャンUIアプリケーション420と、WebAPI440と、スキャンアプリケーション450とを「スキャンサービス部470」(第1画像形成部)と表す。また、印刷UIアプリケーション430と、WebAPI440と、印刷アプリケーション460とを「印刷サービス部480」(第2画像形成部)と表す。 Hereinafter, the scan UI application 420, the WebAPI 440, and the scan application 450 will be referred to as a “scan service unit 470” (first image forming unit). Further, the print UI application 430, the WebAPI 440, and the print application 460 are referred to as a “print service unit 480” (second image forming unit).

なお、操作部11には、例えば、コピーに関するUIを提供するアプリケーション、ファックスに関するUIを提供するアプリケーション、またはOCR(Optical Character Recognition)に関するUIを提供するアプリケーション等が含まれていてもよい。また、本体12には、例えば、コピーを実行するアプリケーション、ファックスを実行するアプリケーション、またはOCRを実現するアプリケーション等が含まれていてもよい。したがって、MFP10には、例えば、コピーサービス部、FAXサービス部、OCRサービス等の様々な画像形成(画像処理)サービス部が含まれていてもよい。 The operation unit 11 may include, for example, an application that provides a UI related to copying, an application that provides a UI related to fax, or an application that provides a UI related to OCR (Optical Character Recognition). Further, the main body 12 may include, for example, an application that executes copying, an application that executes fax, or an application that realizes OCR. Therefore, the MFP 10 may include various image forming (image processing) service units such as a copy service unit, a FAX service unit, and an OCR service.

また、MFP10には、画像形成(画像処理)サービス部以外にも、例えば、MFP10が保持するアドレス帳に関する処理を実行するアドレス帳サービス部、ユーザがMFP10を利用するための認証に関する処理を実行する認証サービス部等が含まれる。 In addition to the image forming (image processing) service unit, the MFP 10 also executes, for example, an address book service unit that executes a process related to an address book held by the MFP 10, and a process related to authentication for a user to use the MFP 10. Authentication service department etc. are included.

<Webサーバの機能ブロック構成>
図37に示すように、本実施形態に係るWebサーバ20は、通信部511と、記憶部512と、画像処理部513と、を有する。
<Functional block configuration of Web server>
As shown in FIG. 37, the Web server 20 according to this embodiment has a communication unit 511, a storage unit 512, and an image processing unit 513.

通信部511は、画像処理部513の制御に従って、ネットワークNを介してMFP10とデータ通信を行う。通信部511は、図35に示すネットワークI/F209によって実現される。 The communication unit 511 performs data communication with the MFP 10 via the network N under the control of the image processing unit 513. The communication unit 511 is realized by the network I/F 209 shown in FIG.

記憶部512は、MFP10からアップロードされた画像等を記憶する。記憶部512は、図35に示すRAM203または補助記憶装置205によって実現される。 The storage unit 512 stores images and the like uploaded from the MFP 10. The storage unit 512 is realized by the RAM 203 or the auxiliary storage device 205 shown in FIG.

画像処理部513は、MFP10からアップロードされた画像に対して、広告を挿入したり、または、ロゴマーク等のウォーターマークを付加する等の画像処理を実行する機能部である。例えば、画像処理部513は、画像に対して広告を挿入する場合、後でMFP10で印刷される場合に裏面に当該広告が印刷されるように、各画像間に挿入するようにするものとしてもよい。画像処理部513は、図35に示すCPU201がプログラムを実行することによって実現される。 The image processing unit 513 is a functional unit that performs image processing such as inserting an advertisement or adding a watermark such as a logo mark to the image uploaded from the MFP 10. For example, when the image processing unit 513 inserts an advertisement into an image, the image processing unit 513 may insert the advertisement between images so that the advertisement is printed on the back surface when the advertisement is printed later by the MFP 10. Good. The image processing unit 513 is realized by the CPU 201 shown in FIG. 35 executing a program.

<MFPおよび汎用的な情報処理装置の動作比較>
汎用的な情報処理装置としては、例えば、PC(Personal Computer)等が想定される。以下、汎用的な情報処理装置、単に「情報処理装置」と称する。
<Operation comparison of MFP and general-purpose information processing device>
As a general-purpose information processing device, for example, a PC (Personal Computer) or the like is assumed. Hereinafter, a general-purpose information processing device, simply referred to as "information processing device".

情報処理装置にインストールされたWebブラウザは、例えば、Webページ上でユーザによりファイルの選択操作がなされると、当該操作が行われたボタンのHTMLタグ(inputタグ)を解釈して、解釈結果に応じた通知(ファイル選択通知)を行う。そして、Webブラウザは、例えば、選択されたファイルを指定されたサーバ等にアップロードする。 For example, when a user performs a file selection operation on a Web page, the Web browser installed in the information processing apparatus interprets the HTML tag (input tag) of the button on which the operation is performed, and the interpretation result is displayed. The corresponding notification (file selection notification) is performed. Then, the Web browser uploads the selected file to the designated server or the like, for example.

一方で、MFP10にインストールされたWebブラウザ410のUI部413は、例えば、Webページ上でユーザによりファイルの選択操作がなされると、当該操作を受け付ける。次に、解釈部414は、当該操作が行われたボタンのHTMLタグ(inputタグ)を解釈して、制御部412に対して解釈結果に応じた通知(ファイル選択通知)を行う。 On the other hand, the UI unit 413 of the web browser 410 installed in the MFP 10 accepts a file selection operation performed by the user on the web page, for example. Next, the interpretation unit 414 interprets the HTML tag (input tag) of the button on which the operation is performed, and notifies the control unit 412 according to the interpretation result (file selection notification).

そして、制御部412は、解釈部414から、ファイル選択通知を受け取った場合、MFP10にセットされた原稿をスキャンして、その読み取り画像をWebサーバ20へアップロードする。 Then, when the control unit 412 receives the file selection notification from the interpretation unit 414, the control unit 412 scans the document set in the MFP 10 and uploads the read image to the Web server 20.

このように、MFP10に搭載されたWebブラウザ410は、情報処理装置のWebブラウザでファイル選択対象と解釈されるファイルを、スキャンにより読み取り画像として生成する制御を行って、生成されたファイルをアップロードする。これにより、MFP10では、汎用的なHTMLを用いたWebアプリケーションにより、画像形成機能を実現するための専用のHTMLタグを用いることなく、一定の規則に沿って設定のパラメータを付与するのみで、画像形成機能を追加してコンテンツの生成およびアップロードを行うことができる。 In this way, the web browser 410 installed in the MFP 10 performs control to generate a scanned image of a file that is interpreted as a file selection target by the web browser of the information processing apparatus, and uploads the generated file. .. As a result, in the MFP 10, a web application using a general-purpose HTML does not use a dedicated HTML tag for realizing an image forming function, but only adds a setting parameter according to a certain rule, A forming function can be added to generate and upload content.

また、情報処理装置にインストールされたWebブラウザは、例えば、Webページ上でユーザによりリンク押下操作がなされると、当該リンク押下操作が行われたリンクのHTMLタグ(aタグ(アンカータグ))を解釈して、解釈結果に応じた通知(表示通知またはダウンロード通知)を行う。 Further, the Web browser installed in the information processing device, for example, when a user performs a link pressing operation on a Web page, inserts an HTML tag (a tag (anchor tag)) of the link on which the link pressing operation is performed. Interpret and give notification (display notification or download notification) according to the interpretation result.

例えば、aタグの属性「href」に指定されているファイルがWebブラウザで表示可能なファイルである場合(例えば、拡張子が「html」、「img」または「pdf」等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザで表示可能でないファイルである場合(例えば、拡張子が「zip」等である場合)には、ダウンロード通知となる。ただし、例えば、aタグの属性「href」に指定されているファイルの拡張子が「pdf」等のWebブラウザで表示可能なファイルの拡張子であっても、属性「download」が指定されている場合には、ダウンロード通知となる。 For example, when the file specified in the attribute “href” of the a tag is a file that can be displayed by a Web browser (for example, when the extension is “html”, “img”, or “pdf”) , Display notification. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the Web browser (for example, the extension is “zip” or the like), a download notification is given. .. However, for example, even if the extension of the file specified in the attribute “href” of the a tag is “pdf” or the like that can be displayed by the Web browser, the attribute “download” is specified. In some cases, it will be a download notification.

そして、Webブラウザは、表示通知を受け取った場合、ファイルを表示する。一方、Webブラウザは、ダウンロード通知を受け取った場合、例えば、ファイルをダウンロードするための画面(例えば、ダウンロードの開始またはキャンセルをユーザが選択するための画面)を表示する。 Then, when the web browser receives the display notification, the web browser displays the file. On the other hand, when the Web browser receives the download notification, the Web browser displays, for example, a screen for downloading the file (for example, a screen for the user to select start or cancel of the download).

一方で、MFP10にインストールされたWebブラウザ410の解釈部414は、リンク押下操作が行われた場合に相当するHTMLタグ(aタグ(アンカータグ))を解釈すると、制御部412に対して解釈結果に応じた通知(表示通知またはダウンロード通知)を行う。これは、MFP10と同様に、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能なファイルである場合(例えば、拡張子が「html」、「img」または「pdf」等である場合)には、表示通知となる。一方で、例えば、aタグの属性「href」に指定されているファイルがWebブラウザ410で表示可能でないファイルである場合(例えば、拡張子が「zip」等である場合)には、ダウンロード通知となる。 On the other hand, when the interpretation unit 414 of the Web browser 410 installed in the MFP 10 interprets the HTML tag (a tag (anchor tag)) corresponding to the case where the link pressing operation is performed, the interpretation result is given to the control unit 412. Notifications (display notifications or download notifications) according to. This is similar to the case of the MFP 10, for example, when the file specified in the attribute “href” of the a tag is a file that can be displayed by the Web browser 410 (for example, the extension is “html”, “img” or “ In the case of “pdf” or the like), a display notification is given. On the other hand, for example, when the file specified in the attribute “href” of the a tag is a file that cannot be displayed by the web browser 410 (for example, the extension is “zip” or the like), a download notification is given. Become.

そして、制御部412は、ダウンロード通知を受け取った場合、ダウンロード対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。一方で、制御部412は、表示通知を受け取った場合、表示対象のファイルが印刷可能か否かを判定した上で、印刷可能であるとき、当該ファイルをダウンロードし、ダウンロードしたファイルを印刷させるための制御を行う。 Then, when the control unit 412 receives the download notification, the control unit 412 determines whether or not the download target file is printable, and when the download is possible, downloads the file and prints the downloaded file. Take control. On the other hand, when the display unit receives the display notification, the control unit 412 determines whether or not the file to be displayed is printable, and when the file is printable, downloads the file and prints the downloaded file. Control.

このように、MFP10に搭載されたWebブラウザ410は、情報処理装置のWebブラウザでダウンロード対象または表示対象と解釈されるファイルが印刷可能である場合、当該ファイルを印刷させるための制御を行う。これにより、MFP10では、汎用的なHTMLを用いたWebアプリケーションにより、画像形成機能を実現するための専用のHTMLタグを用いることなく、一定の規則に沿って設定のパラメータを付与するのみで、画像形成機能を追加してコンテンツのダウンロードおよび印刷を行うことができる。 In this way, the web browser 410 installed in the MFP 10 performs control for printing the file that is interpreted as the download target or the display target by the web browser of the information processing device when the file is printable. As a result, in the MFP 10, a web application using a general-purpose HTML does not use a dedicated HTML tag for realizing an image forming function, but only adds a setting parameter according to a certain rule, A forming function can be added to download and print the content.

(画像処理システムのスキャン・印刷処理)
図38は、実施形態に係る画像処理システムのスキャン・印刷処理の一例を示すシーケンス図である。図39は、スキャン・印刷処理における画面遷移の一例を示す図である。図40は、スキャン実行タグの一例を示す図である。図41は、印刷実行タグの一例を示す図である。図38〜図41を参照しながら、本実施形態に係る画像処理システム1のスキャン・印刷処理について説明する。なお、MFP10には予めスキャン・印刷処理の対象となる原稿がセットされているものとする。
(Scan and print processing of image processing system)
FIG. 38 is a sequence diagram showing an example of scan/print processing of the image processing system according to the embodiment. FIG. 39 is a diagram showing an example of screen transitions in the scan/print processing. FIG. 40 is a diagram showing an example of the scan execution tag. FIG. 41 is a diagram illustrating an example of the print execution tag. The scan/print processing of the image processing system 1 according to the present embodiment will be described with reference to FIGS. 38 to 41. It is assumed that a document to be scanned/printed is set in the MFP 10 in advance.

<ステップS101>
まず、ブラウザ機能部411のUI部413は、例えば図39に示すWebアプリケーションが提供する設定画面1001を、表示部417に表示させる。図39に示す設定画面1001は、Webサーバ20から取得したコンテンツ(HTML、CSS、JavaScript等)を、解釈部414が解釈することで表示される。このようなコンテンツの通信部415を介した解釈部414による取得は、例えば、設定画面1001を表示するためのURL(Uniform Resource Locator)を入力したり、当該URLへのリンクを押下したりすることで行うことができる。
<Step S101>
First, the UI unit 413 of the browser function unit 411 causes the display unit 417 to display the setting screen 1001 provided by the Web application shown in FIG. 39, for example. The setting screen 1001 shown in FIG. 39 is displayed by the interpretation unit 414 interpreting the content (HTML, CSS, Javascript, etc.) acquired from the Web server 20. The acquisition of such content by the interpretation unit 414 via the communication unit 415 is performed by, for example, inputting a URL (Uniform Resource Locator) for displaying the setting screen 1001 or pressing a link to the URL. Can be done at.

<ステップS102>
図39に示す設定画面1001には、印刷部数(コピー部数)、スキャナの読み取り面、読み取りの解像度、および印刷面の設定の入力部が含まれる。設定画面1001において、ユーザは、これらの設定を入力部416から入力して、スタートボタンを押下し、当該押下情報がUI部413へ送られる。
<Step S102>
A setting screen 1001 shown in FIG. 39 includes an input unit for setting the number of print copies (the number of copy copies), the reading surface of the scanner, the reading resolution, and the printing surface. On the setting screen 1001, the user inputs these settings from the input unit 416, presses the start button, and the pressing information is sent to the UI unit 413.

<ステップS103>
設定画面1001のスタートボタンは、例えば、図40に示すように、属性「type」と、属性「Job」とが設定されたinputタグにより実現される。なお、inputタグには、これら以外にも、種々の属性が設定されていてもよい。ブラウザ機能部411のUI部413は、ユーザにより押下されたスタートボタンを実現するinputタグ(スキャン実行タグ)の解釈要求を解釈部414へ送る。
<Step S103>
The start button of the setting screen 1001 is realized by, for example, as shown in FIG. 40, an input tag in which the attribute “type” and the attribute “Job” are set. In addition to these, various attributes may be set in the input tag. The UI unit 413 of the browser function unit 411 sends to the interpreting unit 414 a request for interpreting an input tag (scan execution tag) that realizes the start button pressed by the user.

<ステップS104、S105>
ブラウザ機能部411の解釈部414は、UI部413から受け取った解釈要求に応じて、inputタグ(スキャン実行タグ)(第1タグの一例)を解釈する。すなわち、解釈部414は、inputタグを解釈することで、ファイルを選択することを示すことを解釈し、当該inputタグの属性「Job」で指定されたスキャナの読み取り面、および読み取りの解像度をスキャンパラメータ(第1パラメータ)として取得する。図40に示すinputタグでは、デフォルトの設定として、スキャナの読み取り面が両面、読み取りの解像度が200[dpi]として指定されている。また、設定画面1001でスキャナの読み取り面、および読み取りの解像度がユーザによりデフォルトとは異なる値に設定されると、解釈部414は、inputタグの属性「Job」を、設定された値で解釈して、当該値をスキャンパラメータとして取得する。そして、解釈部414は、タグの解釈結果としてファイルを選択することを示すファイ選択通知と、取得したスキャンパラメータとを、制御部412へ送る。
<Steps S104 and S105>
The interpretation unit 414 of the browser function unit 411 interprets the input tag (scan execution tag) (an example of the first tag) in response to the interpretation request received from the UI unit 413. That is, the interpreting unit 414 interprets that the file is selected by interpreting the input tag, and scans the reading surface of the scanner and the reading resolution specified by the attribute “Job” of the input tag. It is acquired as a parameter (first parameter). In the input tag shown in FIG. 40, the reading surface of the scanner is set to both sides and the reading resolution is set to 200 [dpi] as default settings. When the reading surface of the scanner and the reading resolution are set to values different from the default by the user on the setting screen 1001, the interpreting unit 414 interprets the attribute “Job” of the input tag with the set value. Then, the value is acquired as a scan parameter. Then, the interpretation unit 414 sends to the control unit 412 a file selection notification indicating that a file is selected as the tag interpretation result and the acquired scan parameter.

<ステップS106>
制御部412は、解釈部414からファイ選択通知と、スキャンパラメータとを受け取ると、スキャン実行要求をスキャンパラメータと共に、スキャンサービス部470へ送信する。
<Step S106>
Upon receiving the file selection notification and the scan parameter from the interpretation unit 414, the control unit 412 transmits a scan execution request to the scan service unit 470 together with the scan parameter.

<ステップS107、S108>
また、制御部412は、ユーザにスキャン中であることを通知するために、ブラウザ機能部411のUI部413へスキャン中画面表示要求を送る。UI部413は、スキャン中画面表示要求を受け取ると、図40に示すスキャン中画面1002を表示部417に表示させる。これによって、ユーザは、実行中のスキャン・印刷処理のうち、スキャン処理の段階であることを認識することができる。
<Steps S107 and S108>
Further, the control unit 412 sends a scanning screen display request to the UI unit 413 of the browser function unit 411 in order to notify the user that scanning is in progress. When the UI unit 413 receives the in-scan screen display request, the UI unit 413 causes the display unit 417 to display the in-scan screen 1002 illustrated in FIG. As a result, the user can recognize that the scanning/printing process being executed is at the stage of the scanning process.

なお、このようなスキャン中画面1002の表示は、Webアプリケーションの機能により実現されるものとしてもよく、または、スキャンUIアプリケーション420の機能によって実現されるものとしてもよい。 The display of the in-scanning screen 1002 may be realized by the function of the Web application or may be realized by the function of the scan UI application 420.

<ステップS109>
スキャンサービス部470は、制御部412からスキャン実行要求およびスキャンパラメータを受信すると、図34に示すスキャナエンジン125に、セットされた原稿のスキャンをさせる。スキャンの実行は、スキャンUIアプリケーション420が、WebAPI440を介して、スキャンアプリケーション450に対してスキャン要求を送信することで行うことができる。これによって、セットされた原稿から画像データ(読み取り画像)が生成される。スキャンにより生成された読み取り画像は、例えば図34に示すフラッシュメモリ114内の予め指定された記憶領域に記憶される。
<Step S109>
Upon receiving the scan execution request and the scan parameters from the control unit 412, the scan service unit 470 causes the scanner engine 125 shown in FIG. 34 to scan the set original document. The scan can be executed by the scan UI application 420 by transmitting a scan request to the scan application 450 via the WebAPI 440. As a result, image data (read image) is generated from the set document. The read image generated by the scan is stored in a predetermined storage area in the flash memory 114 shown in FIG. 34, for example.

なお、図39に示すスキャン中画面1002には、キャンセルボタンが含まれるものとしてもよい。この場合、ユーザによりキャンセルボタンが押下されると、スキャンUIアプリケーション420は、WebAPI440を介して、スキャン停止要求をスキャンアプリケーション450へ送信する。これによって、原稿のスキャン処理が中止される。 The in-scan screen 1002 shown in FIG. 39 may include a cancel button. In this case, when the user presses the cancel button, the scan UI application 420 sends a scan stop request to the scan application 450 via the WebAPI 440. As a result, the document scanning process is stopped.

<ステップS110>
スキャンサービス部470によるスキャン処理中において、例えばスキャナエンジン125の動作に異常等のエラーが発生すると、スキャンアプリケーション450は、スキャン処理を中断し、スキャンUIアプリケーション420へエラー通知を送信する。スキャンUIアプリケーション420は、エラー通知を受信すると、表示部417にスキャン処理中にエラーが発生した旨を表示させる。
<Step S110>
If an error such as an abnormality occurs in the operation of the scanner engine 125 during the scan processing by the scan service unit 470, the scan application 450 interrupts the scan processing and sends an error notification to the scan UI application 420. Upon receiving the error notification, the scan UI application 420 causes the display unit 417 to display that an error has occurred during the scan process.

<ステップS111>
スキャンサービス部470のスキャンアプリケーション450は、スキャン処理が完了すると、スキャンした読み取り画像を、スキャンUIアプリケーション420へ送信する。スキャンUIアプリケーション420は、受信した読み取り画像(第1画像)を、制御部412へ送る。
<Step S111>
When the scan process is completed, the scan application 450 of the scan service unit 470 transmits the scanned read image to the scan UI application 420. The scan UI application 420 sends the received read image (first image) to the control unit 412.

<ステップS112>
制御部412は、読み取り画像を受け取ると、続いて、通信部415を介して、Webサーバ20へ当該読み取り画像をアップロードする。
<Step S112>
Upon receiving the read image, the control unit 412 subsequently uploads the read image to the Web server 20 via the communication unit 415.

なお、制御部412は、読み取り画像のアップロード中に、アップロード中画面の表示要求を、ブラウザ機能部411のUI部413へ送るものとしてもよい。この場合、UI部413は、アップロード中画面の表示要求を受け取ると、アップロード中画面を表示部417に表示させる。これによって、ユーザは、実行中のスキャン・印刷処理のうち、スキャンされた読み取り画像がWebサーバ20へアップロード中の段階であることを認識することができる。 Note that the control unit 412 may send a request to display the uploading screen to the UI unit 413 of the browser function unit 411 while uploading the read image. In this case, when the UI unit 413 receives the display request for the uploading screen, the UI unit 413 displays the uploading screen on the display unit 417. As a result, the user can recognize that the scanned read image is in the stage of being uploaded to the Web server 20 in the scanning/printing process being executed.

<ステップS113>
Webサーバ20の画像処理部513は、MFP10から通信部511を介して読み取り画像を受信すると、当該読み取り画像に対して所定の画像処理を実行する。例えば、画像処理部513は、読み取り画像に対して、広告を挿入したり、または、ロゴマーク等のウォーターマークを付加する等の画像処理を実行する。
<Step S113>
When the image processing unit 513 of the Web server 20 receives the read image from the MFP 10 via the communication unit 511, the image processing unit 513 executes predetermined image processing on the read image. For example, the image processing unit 513 executes image processing such as inserting an advertisement or adding a watermark such as a logo mark to the read image.

<ステップS114>
画像処理部513は、読み取り画像に対して画像処理が終了すると、終了した旨を示す処理完了通知を、通信部511を介してMFP10へ送信する。
<Step S114>
When the image processing on the read image ends, the image processing unit 513 transmits a processing completion notification indicating the end to the MFP 10 via the communication unit 511.

<ステップS115>
制御部412は、通信部415を介して処理完了通知を受信すると、続いて、印刷実行タグの解釈要求を、ブラウザ機能部411の解釈部414へ送る。
<Step S115>
Upon receiving the processing completion notification via the communication unit 415, the control unit 412 subsequently sends a print execution tag interpretation request to the interpretation unit 414 of the browser function unit 411.

<ステップS116、S117>
ブラウザ機能部411の解釈部414は、印刷実行タグの解釈要求を受け取ると、例えば、図41に示す属性「href」が設定された印刷実行タグとしてのaタグ(アンカータグ)(第2タグの一例)を解釈する。なお、aタグには、これら以外にも、種々の属性が設定されていてもよい。図41に示すように、aタグ(アンカータグ)は、属性「href」として、相対パスにより、読み取り画像のPDFファイルの格納先URLが指定され、さらに、印刷部数(コピー部数)、および印刷面が指定されている。例えば、読み取り画像のPDFファイルの格納先URLは、ステップS114の処理完了通知に含まれているものとし、当該URLが、aタグ(アンカータグ)の属性「href」に設定された態様で、解釈部414により解釈されるものとすればよい。すなわち、解釈部414は、aタグ(アンカータグ)を解釈することで、Webサーバ20に保存されているコンテンツへのリンクを示すことを解釈し、当該aタグの属性「href」で指定された印刷部数(コピー部数)、および印刷面を印刷パラメータ(第2パラメータ)として取得し、さらに、読み取り画像のファイルの格納先URLを取得する。図41に示すaタグ(アンカータグ)では、デフォルトの設定として、印刷部数(コピー部数)が両面、印刷面が両面として指定されている。
<Steps S116 and S117>
When the interpretation unit 414 of the browser function unit 411 receives the print execution tag interpretation request, for example, an a tag (anchor tag) (second tag of the second tag) as a print execution tag in which the attribute “href” illustrated in FIG. 41 is set. One example). In addition to these, various attributes may be set in the a tag. As shown in FIG. 41, in the a tag (anchor tag), the storage destination URL of the PDF file of the read image is designated by the relative path as the attribute “href”, and the number of print copies (the number of copy copies) and the print surface Is specified. For example, the storage destination URL of the PDF file of the read image is assumed to be included in the processing completion notification in step S114, and the URL is interpreted in a mode in which the attribute “href” of the a tag (anchor tag) is set. It may be interpreted by the unit 414. That is, the interpreting unit 414 interprets that the link to the content stored in the Web server 20 is indicated by interpreting the a tag (anchor tag), and is specified by the attribute “href” of the a tag. The number of prints (the number of copies) and the printing surface are acquired as print parameters (second parameter), and the URL of the storage location of the read image file is acquired. In the a tag (anchor tag) shown in FIG. 41, as the default setting, the number of print copies (the number of copy copies) is specified as both sides, and the printing surface is specified as both sides.

また、ステップS102において、設定画面1001で印刷部数(コピー部数)、および印刷面がユーザによりデフォルトとは異なる値に設定されると、解釈部414は、aタグ(アンカータグ)の属性「href」を、設定された値で解釈して、当該値を印刷パラメータとして取得する。そして、解釈部414は、取得した印刷パラメータ、および、読み取り画像のファイルの格納先URLを、制御部412へ送る。 Further, in step S102, when the user sets the number of copies (the number of copies) and the printing surface on the setting screen 1001 to values different from the defaults, the interpreting unit 414 causes the attribute “href” of the a tag (anchor tag). Is interpreted as a set value and the value is acquired as a print parameter. Then, the interpretation unit 414 sends the acquired print parameters and the storage destination URL of the read image file to the control unit 412.

<ステップS118、S119>
制御部412は、aタグの属性「href」で指定されたリンク(URL)先のコンテンツ(読み取り画像)のダウンロード要求を、通信部415を介して、Webサーバ20へ送信する。これによって、当該コンテンツ(読み取り画像)がWebサーバ20から制御部412へダウンロードされる。ただし、読み取り画像は、ステップS113で画像処理がなされているので、この画像処理後の読み取り画像を、以下、「処理後画像」と称する。制御部412は、Webサーバ20からダウンロードした処理後画像(第2画像)を、例えばフラッシュメモリ114内の予め指定された記憶領域に記憶させる。
<Steps S118 and S119>
The control unit 412 transmits a download request for the content (read image) at the link (URL) destination specified by the attribute “href” of the a tag to the Web server 20 via the communication unit 415. As a result, the content (read image) is downloaded from the Web server 20 to the control unit 412. However, since the read image is subjected to image processing in step S113, the read image after this image processing will be referred to as a “processed image” hereinafter. The control unit 412 stores the processed image (second image) downloaded from the Web server 20 in, for example, a previously designated storage area in the flash memory 114.

なお、制御部412は、処理後画像のダウンロード中に、ダウンロード中画面の表示要求を、ブラウザ機能部411のUI部413へ送るものとしてもよい。この場合、UI部413は、ダウンロード中画面の表示要求を受け取ると、ダウンロード中画面を表示部417に表示させる。これによって、ユーザは、実行中のスキャン・印刷処理のうち、処理後画像がWebサーバ20からダウンロード中の段階であることを認識することができる。 The control unit 412 may send a request to display the downloading screen to the UI unit 413 of the browser function unit 411 while the processed image is being downloaded. In this case, when the UI unit 413 receives the display request for the downloading screen, the UI unit 413 displays the downloading screen on the display unit 417. Thus, the user can recognize that the processed image is being downloaded from the Web server 20 in the scanning/printing process being executed.

<ステップS120>
制御部412は、Webサーバ20から処理後画像のダウンロードが完了すると、続いて、印刷実行要求を、処理後画像および印刷パラメータと共に、印刷サービス部480へ送信する。
<Step S120>
When the download of the processed image from the Web server 20 is completed, the control unit 412 subsequently sends a print execution request to the print service unit 480 together with the processed image and print parameters.

<ステップS121、S122>
また、制御部412は、ユーザに印刷中であることを通知するために、ブラウザ機能部411のUI部413へ印刷中画面表示要求を送る。UI部413は、印刷中画面表示要求を受け取ると、図39に示す印刷中画面1003を表示部417に表示させる。これによって、ユーザは、実行中のスキャン・印刷処理のうち、印刷処理の段階であることを認識することができる。
<Steps S121 and S122>
Further, the control unit 412 sends a printing screen display request to the UI unit 413 of the browser function unit 411 to notify the user that printing is in progress. Upon receiving the in-printing screen display request, the UI unit 413 causes the display unit 417 to display the in-printing screen 1003 shown in FIG. As a result, the user can recognize that the printing/printing process is being executed among the scanning/printing processes being executed.

なお、このような印刷中画面1003の表示は、Webアプリケーションの機能により実現されるものとしてもよく、または、印刷UIアプリケーション430の機能によって実現されるものとしてもよい。 The display of the printing-in-progress screen 1003 as described above may be realized by the function of the Web application or may be realized by the function of the print UI application 430.

<ステップS123>
印刷サービス部480は、制御部412から印刷実行要求、処理後画像および印刷パラメータを受信すると、図34に示すプリンタエンジン126に、印刷パラメータに従って処理後画像の印刷をさせる。印刷の実行は、印刷UIアプリケーション430が、WebAPI440を介して、印刷アプリケーション460に対して印刷要求を送信することで行うことができる。これによって、Webサーバ20からダウンロードされた処理後画像が印刷される。
<Step S123>
Upon receiving the print execution request, the processed image and the print parameter from the control unit 412, the print service unit 480 causes the printer engine 126 shown in FIG. 34 to print the processed image according to the print parameter. Printing can be performed by the print UI application 430 transmitting a print request to the print application 460 via the WebAPI 440. As a result, the processed image downloaded from the Web server 20 is printed.

なお、図39に示す印刷中画面1003には、キャンセルボタンが含まれるものとしてもよい。この場合、ユーザによりキャンセルボタンが押下されると、印刷UIアプリケーション430は、WebAPI440を介して、印刷停止要求を印刷アプリケーション460へ送信する。これによって、処理後画像の印刷処理が中止される。 The in-printing screen 1003 shown in FIG. 39 may include a cancel button. In this case, when the user presses the cancel button, the print UI application 430 sends a print stop request to the print application 460 via the WebAPI 440. As a result, the printing process of the processed image is stopped.

<ステップS124>
印刷サービス部480による印刷処理中において、例えばプリンタエンジン126の動作に異常等のエラーが発生すると、印刷アプリケーション460は、印刷処理を中断し、印刷UIアプリケーション430へエラー通知を送信する。印刷UIアプリケーション430は、エラー通知を受信すると、表示部417に印刷処理中にエラーが発生した旨を表示させる。
<Step S124>
If an error such as an abnormality occurs in the operation of the printer engine 126 during the print processing by the print service unit 480, the print application 460 interrupts the print processing and sends an error notification to the print UI application 430. Upon receiving the error notification, the print UI application 430 causes the display unit 417 to display that an error has occurred during the print processing.

<ステップS125>
印刷サービス部480の印刷アプリケーション460は、印刷処理が完了すると、印刷処理の結果通知(完了通知)を、制御部412へ送る。
<Step S125>
When the print process is completed, the print application 460 of the print service unit 480 sends a print process result notification (completion notification) to the control unit 412.

<ステップS126、S127>
また、制御部412は、ユーザに印刷処理が完了したことを通知するために、ブラウザ機能部411のUI部413へ設定画面表示要求を送る。UI部413は、設定画面表示要求を受け取ると、図39に示す設定画面1001を表示部417に表示させる。このように元の設定画面1001が表示されることによって、ユーザは、スキャン・印刷処理が終了したことを認識することができる。なお、設定画面1001を再表示するのではなく、所定の完了画面を表示させるものとしてもよい。
<Steps S126 and S127>
Further, the control unit 412 sends a setting screen display request to the UI unit 413 of the browser function unit 411 to notify the user that the printing process has been completed. Upon receiving the setting screen display request, the UI unit 413 causes the display unit 417 to display the setting screen 1001 shown in FIG. By displaying the original setting screen 1001 in this way, the user can recognize that the scan/print processing has been completed. Note that a predetermined completion screen may be displayed instead of redisplaying the setting screen 1001.

以上のように、本実施形態に係るMFP10では、スキャン動作および印刷動作のジョブの設定を、例えば、図39に示す設定画面1001にて1回行うのみで、原稿のスキャン動作、および当該スキャン動作で得られた画像に基づいた印刷動作を一連の動作で実行することができる。すなわち、スキャン動作および印刷動作の処理毎に設定画面が起動して、ユーザが処理毎に設定をする必要がないので、利便性が向上する。 As described above, in the MFP 10 according to the present embodiment, the job setting for the scan operation and the print operation is performed only once, for example, on the setting screen 1001 shown in FIG. 39, and the document scan operation and the scan operation are performed. The printing operation based on the image obtained in step 1 can be executed in a series of operations. That is, the setting screen is activated for each processing of the scanning operation and the printing operation, and the user does not need to make the setting for each processing, so that the convenience is improved.

また、本実施形態に係るMFP10では、汎用的なHTMLタグであるinputタグが解釈された場合に、スキャナにより原稿を読み取って読み取り画像を生成し、Webサーバ20にアップロードすることができる。したがって、スキャン機能を実現するための専用のHTMLタグ等を用いずに、一定の規則に沿って設定のパラメータを付与するのみで、当該スキャン機能が実現される。また、汎用的なHTMLタグであるaタグが解釈された場合に、リンク先のコンテンツ(処理後画像)をダウンロードして印刷することができる。したがって、印刷機能を実現するための専用のHTMLタグ等を用いずに、一定の規則に沿って設定のパラメータを付与するのみで、当該印刷機能が実現される。すなわち、Webサーバ20が提供するWebアプリケーションの開発者等は、専用のJavaScriptおよびHTML等の知識を必要とすることなく、MFP10特有の画像形成機能を利用したWebアプリケーションを開発することができる。 Further, in the MFP 10 according to the present embodiment, when a general-purpose HTML tag, an input tag, is interpreted, a document is read by a scanner, a read image is generated, and the image can be uploaded to the Web server 20. Therefore, the scan function can be realized only by giving the setting parameter according to a certain rule without using a dedicated HTML tag or the like for realizing the scan function. In addition, when the a tag, which is a general-purpose HTML tag, is interpreted, the linked content (image after processing) can be downloaded and printed. Therefore, the print function is realized only by giving the setting parameter according to a certain rule without using a dedicated HTML tag or the like for realizing the print function. That is, a developer of a web application provided by the web server 20 can develop a web application utilizing an image forming function specific to the MFP 10 without requiring knowledge such as dedicated Java Script and HTML.

また、本実施形態に係る画像処理システム1では、スキャン処理により読み取られた読み取り画像に対して、Webサーバ20において所定の画像処理が施された上で、当該が画像処理後の画像を印刷出力することができる。すなわち、スキャン動作および印刷動作の一連の動作内に、読み取り画像に対して所定の画像処理を組み込むことができるので、原稿の単なるコピー処理ではなく、付加価値のある画像形成機能を発揮させることができる。また、上述と同様に、このような画像処理を行わせるための専用のHTMLタグ等を用いずに実現することができる。 Further, in the image processing system 1 according to the present embodiment, the read image read by the scanning process is subjected to predetermined image processing in the Web server 20, and then the image after the image processing is printed out. can do. That is, since predetermined image processing can be incorporated into a read image in a series of operations of scanning operation and printing operation, it is possible to exert a value-added image forming function, not just copy processing of a document. it can. Further, similar to the above, it can be realized without using a dedicated HTML tag or the like for performing such image processing.

(変形例1)
以下、図42および図43を参照しながら、本実施形態の変形例1に係る画像処理システムについて、本実施形態に係る画像処理システム1と相違する点を中心に説明する。本変形例では、Webサーバへアップロードされた画像の画像ログを記憶する動作について説明する。なお、本変形例に係るMFP10のハードウェア構成および機能ブロックの構成、ならびにWebサーバのハードウェア構成は、上述の実施形態で説明したそれぞれの構成と同様である。
(Modification 1)
Hereinafter, with reference to FIGS. 42 and 43, the image processing system according to the modified example 1 of the present embodiment will be described focusing on differences from the image processing system 1 according to the present embodiment. In this modification, an operation of storing the image log of the image uploaded to the Web server will be described. The hardware configuration and the functional block configuration of the MFP 10 according to the present modification, and the hardware configuration of the Web server are the same as the respective configurations described in the above embodiments.

<画像処理システムの機能ブロックの構成>
図42は、実施形態の変形例1に係る画像処理システムの機能ブロックの構成の一例を示す図である。図42を参照しながら、本変形例に係る画像処理システム1aの機能ブロックの構成について説明する。なお、図42に示すように、MFP10の機能ブロックの構成は、上述の図37に示す構成と同様である。
<Structure of functional block of image processing system>
FIG. 42 is a diagram showing an example of the configuration of functional blocks of the image processing system according to the first modification of the embodiment. The configuration of functional blocks of the image processing system 1a according to the present modification will be described with reference to FIG. Note that, as shown in FIG. 42, the functional block configuration of the MFP 10 is similar to that shown in FIG.

図42に示すように、本変形例に係る画像処理システム1aのWebサーバ20aは、通信部511と、記憶部512と、画像処理部513と、画像管理部514と、を有する。なお、通信部511、記憶部512および画像処理部513の動作は、図37で上述した通りである。 As shown in FIG. 42, the Web server 20a of the image processing system 1a according to this modification includes a communication unit 511, a storage unit 512, an image processing unit 513, and an image management unit 514. The operations of the communication unit 511, the storage unit 512, and the image processing unit 513 are as described above with reference to FIG.

画像管理部514は、MFP10からアップロードされた画像を、記憶部512に画像ログとして記憶させる機能部である。なお、画像管理部514は、画像ログとして、画像処理部513により画像処理が行われた画像(処理後画像)を記憶部512に記憶させるものとしてもよい。画像管理部514は、図35に示すCPU201がプログラムを実行することによって実現される。 The image management unit 514 is a functional unit that stores the image uploaded from the MFP 10 in the storage unit 512 as an image log. The image management unit 514 may store an image (image after processing), which has been subjected to image processing by the image processing unit 513, in the storage unit 512 as an image log. The image management unit 514 is realized by the CPU 201 shown in FIG. 35 executing a program.

<画像処理システムのスキャン・印刷処理>
図43は、実施形態の変形例1に係る画像処理システムのスキャン・印刷処理の一例を示す図である。図43を参照しながら、本変形例に係る画像処理システム1aのスキャン・印刷処理について説明する。
<Scan and print processing of image processing system>
FIG. 43 is a diagram illustrating an example of scan/print processing of the image processing system according to the first modification of the embodiment. The scan/print processing of the image processing system 1a according to the present modification will be described with reference to FIG.

<<ステップS101〜S112>>
図43におけるステップS101〜S112の処理は、それぞれ図38におけるステップS101〜S112の処理と同様である。
<<Steps S101 to S112>>
The processing of steps S101 to S112 in FIG. 43 is the same as the processing of steps S101 to S112 in FIG. 38, respectively.

<<ステップS112a>>
Webサーバ20aの画像管理部514は、MFP10から通信部511を介して読み取り画像を受信すると、当該読み取り画像を記憶部512に画像ログとして記憶させる。
<<Step S112a>>
Upon receiving the read image from the MFP 10 via the communication unit 511, the image management unit 514 of the Web server 20a stores the read image in the storage unit 512 as an image log.

<<ステップS113〜S127>>
図43におけるステップS113〜S127の処理は、それぞれ図38におけるステップS113〜S127の処理と同様である。
<<Steps S113 to S127>>
The processing of steps S113 to S127 in FIG. 43 is the same as the processing of steps S113 to S127 in FIG. 38, respectively.

このように、スキャン動作、画像処理および印刷動作の一連の動作において、Webサーバ20a側で画像ログを記憶しておくことができるので、どのような画像が取り扱われたのかを一括で管理することができ、情報漏洩に対するセキュリティを強化することが可能になる。また、上述のように、処理後画像を画像ログとして記憶してもよく、この場合は、実際に印刷媒体に印刷出力される画像が画像ログとして残せることになる。 As described above, in the series of operations of the scanning operation, the image processing, and the printing operation, the image log can be stored on the side of the Web server 20a. Therefore, it is possible to collectively manage what kind of image is handled. This makes it possible to strengthen security against information leakage. Further, as described above, the processed image may be stored as the image log, and in this case, the image actually printed out on the print medium can be left as the image log.

(変形例2)
以下、図44を参照しながら、本実施形態の変形例2に係る画像処理システムについて、本実施形態に係る画像処理システム1と相違する点を中心に説明する。なお、本変形例に係るMFP10のハードウェア構成の構成、ならびにWebサーバのハードウェア構成および機能ブロックは、上述の実施形態で説明したそれぞれの構成と同様である。
(Modification 2)
Hereinafter, the image processing system according to the second modification of the present embodiment will be described with reference to FIG. 44, focusing on differences from the image processing system 1 according to the present embodiment. The hardware configuration of the MFP 10 according to the present modification and the hardware configuration and functional blocks of the Web server are the same as the configurations described in the above embodiments.

図44は、実施形態の変形例2に係る画像処理システムの機能ブロックの構成の一例を示す図である。 FIG. 44 is a diagram showing an example of the configuration of functional blocks of an image processing system according to Modification 2 of the embodiment.

図44に示すように、本変形例に係るMFP10の操作部11は、スキャンUIアプリケーション420および印刷UIアプリケーション430の代わりに、操作部APIアプリケーション490を有するものとしてもよい。 As shown in FIG. 44, the operation unit 11 of the MFP 10 according to this modification may include an operation unit API application 490 instead of the scan UI application 420 and the print UI application 430.

操作部APIアプリケーション490は、印刷およびスキャン等の画像形成機能に関するUIを提供するアプリケーションプログラムである。操作部APIアプリケーション490は、スキャンUIアプリケーション420および印刷UIアプリケーション430等の画像形成機能に関するUIを提供するアプリケーションと同様の機能を有する。 The operation unit API application 490 is an application program that provides a UI relating to image forming functions such as printing and scanning. The operation unit API application 490 has the same function as an application that provides a UI related to an image forming function such as the scan UI application 420 and the print UI application 430.

したがって、図44に示す構成の場合、上述の実施形態および変形例1において、スキャンUIアプリケーション420および印刷UIアプリケーション430を操作部APIアプリケーション490と読み替えればよい。操作部APIアプリケーション490を用いることで、印刷およびスキャン等の種々の画像形成機能に関するUIを統一的に提供することができる。 Therefore, in the case of the configuration shown in FIG. 44, the scan UI application 420 and the print UI application 430 may be read as the operation unit API application 490 in the above-described embodiment and modification 1. By using the operation unit API application 490, it is possible to uniformly provide UIs relating to various image forming functions such as printing and scanning.

また、操作部APIアプリケーション490は、画像形成に関するUIを提供するアプリケーションをサードベンダ等が開発するためのAPI群を備えている。サードベンダ等は、操作部APIアプリケーション490のAPI群を利用することで、WebAPI440の仕様に関する知識を必要とすることなく、画像形成に関するUIを提供するアプリケーションを容易に開発することができるようになる。すなわち、操作部APIアプリケーション490は、WebAPI440をラッピングしたAPI群をサードベンダ等に提供するアプリケーションプログラムとも言うことができる。 In addition, the operation unit API application 490 includes an API group for developing an application that provides a UI related to image formation by a third vendor or the like. By using the API group of the operation unit API application 490, a third vendor or the like can easily develop an application that provides a UI related to image formation without requiring knowledge about the specifications of the WebAPI 440. .. That is, the operation unit API application 490 can also be referred to as an application program that provides an API group wrapping the WebAPI 440 to a third vendor or the like.

なお、図44に示す構成では、操作部11が、スキャンUIアプリケーション420および印刷UIアプリケーション430の代わりに、操作部APIアプリケーション490を有している構成を示したが、これに限られない。すなわち、操作部11は、スキャンUIアプリケーション420および印刷UIアプリケーション430に加えて、操作部APIアプリケーション490を有していてもよい。 In the configuration shown in FIG. 44, the operation unit 11 has the operation unit API application 490 instead of the scan UI application 420 and the print UI application 430, but the configuration is not limited to this. That is, the operation unit 11 may include the operation unit API application 490 in addition to the scan UI application 420 and the print UI application 430.

なお、上述の実施形態および各変形例では、操作部11と本体12とは、別々のオペレーティングシステムで、互いに独立して動作しているが、これに限定されるものではなく、例えば、同じオペレーティングシステムで動作する形態であってもよい。 In addition, in the above-described embodiment and each modified example, the operation unit 11 and the main body 12 are separate operating systems and operate independently of each other, but the present invention is not limited to this, and for example, the same operating system is used. It may be a form that operates in the system.

また、上述の実施形態および各変形例において、MFP10およびWebサーバ20(20a)の各機能部の少なくともいずれかがプログラムの実行によって実現される場合、そのプログラムは、ROM等に予め組み込まれて提供される。また、上述の実施形態および各変形例に係るMFP10およびWebサーバ20(20a)で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM(Compact Disc Read Only Memory)、フレキシブルディスク(FD)、CD−R(Compact Disk−Recordable)、またはDVD等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。また、上述の実施形態および各変形例に係るMFP10およびWebサーバ20(20a)で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、上述の実施形態および各変形例に係るMFP10およびWebサーバ20(20a)で実行されるプログラムを、インターネット等のネットワーク経由で提供または配布するように構成してもよい。また、上述の実施形態および各変形例に係るMFP10およびWebサーバ20(20a)で実行されるプログラムは、上述した各機能部のうち少なくともいずれかを含むモジュール構成となっており、実際のハードウェアとしてはCPUが上述の記憶装置からプログラムを読み出して実行することにより、上述の各機能部が主記憶装置上にロードされて生成されるようになっている。 Further, in the above-described embodiment and each modified example, when at least one of the functional units of the MFP 10 and the web server 20 (20a) is realized by executing a program, the program is provided in advance in a ROM or the like and provided. To be done. In addition, the programs executed by the MFP 10 and the Web server 20 (20a) according to the above-described embodiment and each modified example are files in an installable format or an executable format in a CD-ROM (Compact Disc Read Only Memory), A flexible disk (FD), a CD-R (Compact Disk-Recordable), a DVD, or other computer-readable recording medium may be recorded and provided. Further, the program executed by the MFP 10 and the Web server 20 (20a) according to the above-described embodiment and each modification is stored in a computer connected to a network such as the Internet and provided by being downloaded via the network. It may be configured as follows. Further, the programs executed by the MFP 10 and the Web server 20 (20a) according to the above-described embodiment and each modification may be configured to be provided or distributed via a network such as the Internet. Further, the program executed by the MFP 10 and the Web server 20 (20a) according to the above-described embodiment and each modification has a module configuration including at least one of the above-described functional units, and actual hardware As a result, the CPU reads out the program from the storage device and executes the program, so that the functional units described above are loaded and generated in the main storage device.

また、上述の実施形態および各変形例に係るMFP10は、通信機能を備えた装置であれば、画像形成装置に限られない。すなわち、MFP10の代わりに、例えば、PJ(Projector:プロジェクタ)、IWB(Interactive White Board:相互通信が可能な電子式の黒板機能を有する白板)、デジタルサイネージ等の出力装置、HUD(Head Up Display)装置、産業機械、製造装置、撮像装置、集音装置、医療機器、ネットワーク家電、ノートPC(Personal Computer)、携帯電話、スマートフォン、タブレット端末、ゲーム機、PDA(Personal Digital Assistant)、デジタルカメラ、ウェアラブルPCまたはデスクトップPC等であってもよい。 Further, the MFP 10 according to the above-described embodiment and each modification is not limited to the image forming apparatus as long as the apparatus has a communication function. That is, instead of the MFP 10, for example, a PJ (Projector), an IWB (Interactive White Board: a white board having an electronic blackboard function capable of mutual communication), an output device such as a digital signage, and a HUD (Head Up Display). Equipment, industrial machinery, manufacturing equipment, imaging equipment, sound collection equipment, medical equipment, network home appliances, notebook PC (Personal Computer), mobile phones, smartphones, tablet terminals, game consoles, PDAs (Personal Digital Assistant), digital cameras, wearables It may be a PC or a desktop PC.

また、上述の実施形態および各変形例での各機能は、一または複数の処理回路によって実現することが可能である。ここで、「処理回路」とは、電子回路により実装されるプロセッサのようにソフトウェアによって各機能を実行するようプログラミングされたプロセッサや、上述した各機能を実行するよう設計されたASIC(Application Specific Integrated Circuit)、DSP(Digital Signal Processor)、FPGA(Field Programmable Gate Array)や従来の回路モジュール等のデバイスを含むものとする。 Further, each function in the above-described embodiment and each modification can be realized by one or a plurality of processing circuits. Here, the “processing circuit” means a processor programmed to execute each function by software, such as a processor implemented by an electronic circuit, or an ASIC (Application Specific Integrated) designed to execute each function described above. Circuits, DSPs (Digital Signal Processors), FPGAs (Field Programmable Gate Arrays), conventional circuit modules, and other devices.

なお、MFP等を操作する操作装置としてユーザのPC端末、携帯端末、スマートフォン等の情報処理端末にブラウザアプリを搭載するようにしてもよい。また、サーバ装置は、機能ごとに1台の装置、または、複数のサーバ装置を用いたサーバシステムによって、クラウドサービスやWebサービスを提供してもよい。 A browser application may be installed in an information processing terminal such as a user's PC terminal, mobile terminal, or smartphone as an operation device for operating the MFP or the like. Further, the server device may provide the cloud service or the web service by one device for each function or a server system using a plurality of server devices.

本発明は、具体的に開示された上記の実施形態に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。 The present invention is not limited to the above specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims.

1 画像処理システム
10 画像処理装置
20 Webサーバ
30 メールサーバ
40 情報処理装置
310 Webブラウザ
311 ブラウザ機能部
312 制御部
313 UI部
314 解釈部
320 印刷UIアプリケーション
330 スキャンUIアプリケーション
340 WebAPI
350 印刷アプリケーション
360 スキャンアプリケーション
370 印刷サービス部
380 スキャンサービス部
390 メール送信アプリケーション
391 メールサービス部
392 メールUIアプリケーション
1 画像処理システム
10 画像処理装置
20 Webサーバ
30 ファクス受信機
40 情報処理装置
310 Webブラウザ
311 ブラウザ機能部
312 制御部
313 UI部
314 解釈部
320 印刷UIアプリケーション
330 スキャンUIアプリケーション
340 WebAPI
350 印刷アプリケーション
360 スキャンアプリケーション
370 印刷サービス部
380 スキャンサービス部
390 ファクス送信アプリケーション
1、1a 画像処理システム
10、10a、10b MFP
11 操作部
12 本体
13 通信路
20、20a Webサーバ
111 CPU
112 ROM
113 RAM
114 フラッシュメモリ
115 操作パネル
116 接続I/F
117 通信I/F
118 バス
121 CPU
122 ROM
123 RAM
124 ストレージ
125 スキャナエンジン
126 プリンタエンジン
127 接続I/F
128 通信I/F
129 バス
201 CPU
202 ROM
203 RAM
205 補助記憶装置
206 記録メディア
207 メディアドライブ
208 ディスプレイ
209 ネットワークI/F
210 バスライン
211 キーボード
212 マウス
213 DVD
214 DVDドライブ
311 アプリ層
312 サービス層
313 OS層
321 アプリ層
322 サービス層
323 OS層
410 Webブラウザ
411 ブラウザ機能部
412 制御部
413 UI部
414 解釈部
415 通信部
416 入力部
417 表示部
420 スキャンUIアプリケーション
430 印刷UIアプリケーション
440 WebAPI
450 スキャンアプリケーション
460 印刷アプリケーション
470 スキャンサービス部
480 印刷サービス部
490 操作部APIアプリケーション
511 通信部
512 記憶部
513 画像処理部
514 画像管理部
1001 設定画面
1002 スキャン中画面
1003 印刷中画面
N ネットワーク
DESCRIPTION OF SYMBOLS 1 Image processing system 10 Image processing apparatus 20 Web server 30 Mail server 40 Information processing apparatus 310 Web browser 311 Browser function section 312 Control section 313 UI section 314 Interpretation section 320 Print UI application 330 Scan UI application 340 Web API
350 Print Application 360 Scan Application 370 Print Service Unit 380 Scan Service Unit 390 Mail Send Application 391 Mail Service Unit 392 Mail UI Application 1 Image Processing System 10 Image Processing Device 20 Web Server 30 Fax Receiver 40 Information Processing Device 310 Web Browser 311 Browser Functional unit 312 Control unit 313 UI unit 314 Interpretation unit 320 Print UI application 330 Scan UI application 340 WebAPI
350 Print Application 360 Scan Application 370 Print Service Section 380 Scan Service Section 390 Fax Transmission Application 1, 1a Image Processing System 10, 10a, 10b MFP
11 Operation part 12 Main body 13 Communication path 20, 20a Web server 111 CPU
112 ROM
113 RAM
114 Flash Memory 115 Operation Panel 116 Connection I/F
117 Communication I/F
118 Bus 121 CPU
122 ROM
123 RAM
124 Storage 125 Scanner Engine 126 Printer Engine 127 Connection I/F
128 Communication I/F
129 Bus 201 CPU
202 ROM
203 RAM
205 auxiliary storage device 206 recording medium 207 media drive 208 display 209 network I/F
210 Bus line 211 Keyboard 212 Mouse 213 DVD
214 DVD drive 311 App layer 312 Service layer 313 OS layer 321 App layer 322 Service layer 323 OS layer 410 Web browser 411 Browser function unit 412 Control unit 413 UI unit 414 Interpretation unit 415 Communication unit 416 Input unit 417 Display unit 420 Scan UI application 430 Print UI application 440 Web API
450 Scan application 460 Print application 470 Scan service section 480 Print service section 490 Operation section API application 511 Communication section 512 Storage section 513 Image processing section 514 Image management section 1001 Setting screen 1002 Scanning screen 1003 Printing screen N Network

特開2011−259464号公報JP, 2011-259464, A

Claims (39)

Webブラウザと、所定の画像処理の実行を制御する画像処理サービス部とを有する画像処理装置であって、
前記Webブラウザは、
前記画像処理装置とネットワークを介して接続されるWebサーバから取得したコンテンツを解釈する解釈部と、
前記解釈部が解釈したコンテンツに基づく画面を表示するUI部と、
前記UI部が表示した前記画面上におけるユーザの入力に応じて、少なくとも前記画像処理サービス部に対する前記画像処理の実行要求を行う制御部と、を有し、
前記コンテンツのHTMLタグが、所定のタグを含む場合、
前記制御部は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す送信先に送信することを前記画像処理サービス部に要求する、ことを特徴とする画像処理装置。
An image processing apparatus having a Web browser and an image processing service unit that controls execution of predetermined image processing,
The Web browser is
An interpretation unit that interprets content acquired from a Web server connected to the image processing apparatus via a network;
A UI unit for displaying a screen based on the content interpreted by the interpreting unit;
A control unit that requests execution of the image processing to at least the image processing service unit in response to a user input on the screen displayed by the UI unit,
When the HTML tag of the content includes a predetermined tag,
An image processing apparatus, wherein the control unit requests the image processing service unit to transmit image data generated by scanning a document to a destination indicated by the predetermined tag as the image processing. ..
前記コンテンツのHTMLタグが、電子メールアドレスへのメール送信を示す場合、
前記制御部は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す前記電子メールアドレスにメール送信することを前記画像処理サービス部に要求する、ことを特徴とする請求項1に記載の画像処理装置。
If the HTML tag of the content indicates sending an email to an email address,
As the image processing, the control unit requests the image processing service unit to email the image data generated by reading a document to the email address indicated by the predetermined tag. The image processing apparatus according to claim 1.
前記Webブラウザは、複数の前記Webサーバのそれぞれと協働して、それぞれ異なる複数のWebアプリケーションを実現し、
前記制御部は、
前記Webアプリケーションの前記画面上における表示部品に対するユーザの押下操作に応じて、前記表示部品を実現するHTMLタグに基づいて、前記Webサーバに対する所定の処理の実行要求と、前記画像処理の実行要求とを行う、
ことを特徴とする請求項2に記載の画像処理装置。
The web browser cooperates with each of the plurality of web servers to realize a plurality of different web applications,
The control unit is
In response to a user's pressing operation on a display component on the screen of the Web application, an execution request of a predetermined process to the Web server and an execution request of the image processing based on an HTML tag that realizes the display component. I do,
The image processing device according to claim 2, wherein
前記制御部は、
前記HTMLタグが、前記Webサーバに保存されている電子ファイルへのリンクを示すタグである場合、前記電子ファイルのダウンロード要求を前記Webサーバに対して行って、前記ダウンロード要求に応じてダウンロードされた前記電子ファイルの印刷要求を前記画像処理サービス部に対して行う、
ことを特徴とする請求項3に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating a link to an electronic file stored in the Web server, a download request for the electronic file is made to the Web server, and the electronic file is downloaded in response to the download request. Making a print request for the electronic file to the image processing service unit,
The image processing device according to claim 3, wherein
前記Webブラウザにおいて、
前記解釈部は、電子ファイルのダウンロードを機器に指示するHTMLタグに含まれる、前記電子ファイルのファイル形式を示す情報に応じて、前記電子ファイルの前記ダウンロード及び該ダウンロードに続く前記印刷要求と、前記電子ファイルの前記ダウンロード及び該電子ファイルの表示と、前記電子ファイルの前記ダウンロード及び該電子ファイルの表示並びに前記ダウンロードに続く前記印刷要求とのうちの何れかを選択して実行する、
ことを特徴とする請求項4に記載の画像処理装置。
In the Web browser,
The interpreting unit may download the electronic file according to information indicating a file format of the electronic file, which is included in an HTML tag for instructing a device to download the electronic file, the print request following the download, and the print request. Selecting and executing one of the download of the electronic file and the display of the electronic file, the download of the electronic file and the display of the electronic file, and the print request following the download,
The image processing device according to claim 4, wherein
前記制御部は、
前記HTMLタグが、前記Webサーバに保存されている電子ファイルへのリンクを示すタグであり、かつ、前記リンク先の電子ファイルのMIMEタイプが所定のタイプである場合、前記電子ファイルのダウンロード要求を前記Webサーバに対して行って、前記ダウンロード要求に応じてダウンロードされた前記電子ファイルの印刷要求を前記画像処理サービス部に対して行う、
ことを特徴とする請求項4に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating a link to an electronic file stored in the Web server and the MIME type of the linked electronic file is a predetermined type, a download request for the electronic file is issued. A print request of the electronic file downloaded in response to the download request to the image processing service unit.
The image processing device according to claim 4, wherein
前記制御部は、
前記HTMLタグが、前記画像処理装置に保存されている電子ファイルのうち、前記Webサーバに送信する電子ファイルを選択することを示すタグである場合、原稿を読み取って電子ファイルを生成するためのスキャン要求を前記画像処理サービス部に対して行って、前記スキャン要求に応じて生成された電子ファイルのアップロード要求を前記Webサーバに対して行う、
ことを特徴とする請求項3乃至6の何れか一項に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating that an electronic file to be transmitted to the Web server is selected from electronic files stored in the image processing apparatus, a scan for reading a document and generating an electronic file A request is made to the image processing service unit, and an upload request for an electronic file generated in response to the scan request is made to the Web server;
The image processing apparatus according to any one of claims 3 to 6, characterized in that.
前記Webブラウザにおいて、
前記解釈部は、前記電子ファイルのアップロードを機器に指示する前記HTMLタグに含まれるファイル選択を示す情報に応じて、前記スキャン要求及び前記アップロード要求を行う、
ことを特徴とする請求項7に記載の画像処理装置。
In the Web browser,
The interpreting unit makes the scan request and the upload request according to information indicating a file selection included in the HTML tag that instructs a device to upload the electronic file.
The image processing apparatus according to claim 7, characterized in that.
前記Webブラウザにおいて、
前記解釈部は、前記電子ファイルのアップロードを機器に指示する前記HTMLタグに含まれる、カメラの起動を示す情報に応じて、前記スキャン要求及び前記アップロード要求を行う、
ことを特徴とする請求項7に記載の画像処理装置。
In the Web browser,
The interpreting unit makes the scan request and the upload request in accordance with information indicating camera activation included in the HTML tag that instructs a device to upload the electronic file.
The image processing apparatus according to claim 7, characterized in that.
前記Webブラウザは、Javaアプリケーションプログラムにより実現され、
前記解釈部及び前記UI部は、前記画像処理装置の操作部に備えるブラウザ機能から構成されると共に、前記Javaアプリケーションプログラムが、前記操作部が提供するAPIを介して前記ブラウザ機能を呼び出すことで実現する、
ことを特徴とする請求項2乃至9の何れか一項に記載の画像処理装置。
The Web browser is realized by a Java application program,
The interpretation unit and the UI unit are configured by a browser function provided in the operation unit of the image processing apparatus, and realized by the Java application program calling the browser function via an API provided by the operation unit. To do
The image processing apparatus according to any one of claims 2 to 9, wherein
前記画像処理装置には、
ユーザに対するインタフェースを提供する第1のプログラムを有する操作装置と、前記画像処理を実行する制御する第2のプログラム及び前記第1のプログラムが前記第2のプログラムに対して前記画像処理の実行を要求するためのWebAPIを有する本体装置とが含まれ、
前記画像処理サービス部には、
前記第1のプログラムと、前記第2のプログラムと、前記WebAPIとが含まれる、
ことを特徴とする請求項2乃至10の何れか一項に記載の画像処理装置。
The image processing device includes
An operating device having a first program for providing an interface to a user, a second program for controlling execution of the image processing, and the first program requesting execution of the image processing to the second program. And a main unit having a WebAPI for
In the image processing service section,
The first program, the second program, and the WebAPI are included.
The image processing apparatus according to any one of claims 2 to 10, wherein
前記第1のプログラムは、前記WebAPIをラッピングしたAPI群を提供する、ことを特徴する請求項11に記載の画像処理装置。 The image processing apparatus according to claim 11, wherein the first program provides an API group obtained by wrapping the Web API. 前記操作装置及び前記本体装置には、それぞれ異なるOSが搭載され、
前記Webブラウザ及び前記第1のプログラムは、前記操作装置に搭載されたOS上で動作する、ことを特徴とする請求項11又は12に記載の画像処理装置。
Different OSs are mounted on the operating device and the main device,
The image processing apparatus according to claim 11, wherein the Web browser and the first program operate on an OS mounted on the operation device.
前記UI部は、前記画像処理が完了したことを表示することを特徴とする請求項2乃至13の何れか一項に記載の画像処理装置。 14. The image processing apparatus according to claim 2, wherein the UI unit displays that the image processing has been completed. 前記送信されるメールは、前記HTMLタグで指定された内容に基づいて作成されることを特徴とする請求項2乃至14の何れか一項に記載の画像処理装置。 The image processing apparatus according to any one of claims 2 to 14, wherein the transmitted mail is created based on the content specified by the HTML tag. 前記コンテンツのHTMLタグが、電話番号への発信を示す場合、
前記制御部は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す前記電話番号にファクス送信することを前記画像処理サービス部に要求する、ことを特徴とする請求項1に記載の画像処理装置。
If the HTML tag of the content indicates a call to a telephone number,
The control unit requests, as the image processing, the image processing service unit to fax image data generated by reading a document to the telephone number indicated by the predetermined tag. The image processing device according to item 1.
前記Webブラウザは、複数の前記Webサーバのそれぞれと協働して、それぞれ異なる複数のWebアプリケーションを実現し、
前記制御部は、
前記Webアプリケーションの前記画面上における表示部品に対するユーザの押下操作に応じて、前記表示部品を実現するHTMLタグに基づいて、前記Webサーバに対する所定の処理の実行要求と、前記画像処理の実行要求とを行う、
ことを特徴とする請求項16に記載の画像処理装置。
The web browser cooperates with each of the plurality of web servers to realize a plurality of different web applications,
The control unit is
In response to a user's pressing operation on a display component on the screen of the Web application, an execution request of a predetermined process to the Web server and an execution request of the image processing are performed based on an HTML tag realizing the display component. I do,
The image processing apparatus according to claim 16, wherein:
前記制御部は、
前記HTMLタグが、前記Webサーバに保存されている電子ファイルへのリンクを示すタグである場合、前記電子ファイルのダウンロード要求を前記Webサーバに対して行って、前記ダウンロード要求に応じてダウンロードされた前記電子ファイルの印刷要求を前記画像処理サービス部に対して行う、
ことを特徴とする請求項17に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating a link to an electronic file stored in the Web server, a download request for the electronic file is made to the Web server, and the electronic file is downloaded in response to the download request. Making a print request for the electronic file to the image processing service unit,
The image processing device according to claim 17, wherein
前記Webブラウザにおいて、
前記解釈部は、電子ファイルのダウンロードを機器に指示するHTMLタグに含まれる、前記電子ファイルのファイル形式を示す情報に応じて、前記電子ファイルの前記ダウンロード及び該ダウンロードに続く前記印刷要求と、前記電子ファイルの前記ダウンロード及び該電子ファイルの表示と、前記電子ファイルの前記ダウンロード及び該電子ファイルの表示並びに前記ダウンロードに続く前記印刷要求とのうちの何れかを選択して実行する、
ことを特徴とする請求項18に記載の画像処理装置。
In the Web browser,
The interpreting unit may download the electronic file and the print request following the download according to information indicating a file format of the electronic file, which is included in an HTML tag for instructing a device to download the electronic file; Selecting and executing one of the download of the electronic file and display of the electronic file, the download of the electronic file and display of the electronic file, and the print request following the download;
The image processing device according to claim 18, wherein
前記制御部は、
前記HTMLタグが、前記Webサーバに保存されている電子ファイルへのリンクを示すタグであり、かつ、前記リンク先の電子ファイルのMIMEタイプが所定のタイプである場合、前記電子ファイルのダウンロード要求を前記Webサーバに対して行って、前記ダウンロード要求に応じてダウンロードされた前記電子ファイルの印刷要求を前記画像処理サービス部に対して行う、
ことを特徴とする請求項18に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating a link to an electronic file stored in the Web server and the MIME type of the linked electronic file is a predetermined type, a download request for the electronic file is issued. A print request of the electronic file downloaded in response to the download request to the image processing service unit.
The image processing device according to claim 18, wherein
前記制御部は、
前記HTMLタグが、前記画像処理装置に保存されている電子ファイルのうち、前記Webサーバに送信する電子ファイルを選択することを示すタグである場合、原稿を読み取って電子ファイルを生成するためのスキャン要求を前記画像処理サービス部に対して行って、前記スキャン要求に応じて生成された電子ファイルのアップロード要求を前記Webサーバに対して行う、
ことを特徴とする請求項17乃至20の何れか一項に記載の画像処理装置。
The control unit is
When the HTML tag is a tag indicating that an electronic file to be transmitted to the Web server is selected from electronic files stored in the image processing apparatus, a scan for reading a document and generating an electronic file A request is made to the image processing service unit, and an upload request for an electronic file generated in response to the scan request is made to the Web server;
21. The image processing apparatus according to claim 17, wherein the image processing apparatus is an image processing apparatus.
前記Webブラウザにおいて、
前記解釈部は、前記電子ファイルのアップロードを機器に指示する前記HTMLタグに含まれるファイル選択を示す情報に応じて、前記スキャン要求及び前記アップロード要求を行う、
ことを特徴とする請求項21に記載の画像処理装置。
In the Web browser,
The interpreting unit makes the scan request and the upload request according to information indicating a file selection included in the HTML tag that instructs a device to upload the electronic file.
The image processing device according to claim 21, wherein
前記Webブラウザにおいて、
前記解釈部は、前記電子ファイルのアップロードを機器に指示する前記HTMLタグに含まれる、カメラの起動を示す情報に応じて、前記スキャン要求及び前記アップロード要求を行う、
ことを特徴とする請求項21に記載の画像処理装置。
In the Web browser,
The interpreting unit makes the scan request and the upload request in accordance with information indicating camera activation included in the HTML tag that instructs a device to upload the electronic file.
The image processing device according to claim 21, wherein
前記Webブラウザは、Javaアプリケーションプログラムにより実現され、
前記解釈部及び前記UI部は、前記画像処理装置の操作部に備えるブラウザ機能から構成されると共に、前記Javaアプリケーションプログラムが、前記操作部が提供するAPIを介して前記ブラウザ機能を呼び出すことで実現する、
ことを特徴とする請求項16乃至23の何れか一項に記載の画像処理装置。
The Web browser is realized by a Java application program,
The interpretation unit and the UI unit are configured by a browser function provided in the operation unit of the image processing apparatus, and realized by the Java application program calling the browser function via an API provided by the operation unit. To do
The image processing device according to any one of claims 16 to 23, characterized in that.
前記画像処理装置には、
ユーザに対するインタフェースを提供する第1のプログラムを有する操作装置と、前記画像処理を実行する制御する第2のプログラム及び前記第1のプログラムが前記第2のプログラムに対して前記画像処理の実行を要求するためのWebAPIを有する本体装置とが含まれ、
前記画像処理サービス部には、
前記第1のプログラムと、前記第2のプログラムと、前記WebAPIとが含まれる、
ことを特徴とする請求項16乃至24の何れか一項に記載の画像処理装置。
The image processing device includes
An operating device having a first program for providing an interface to a user, a second program for controlling execution of the image processing, and the first program requesting execution of the image processing to the second program. And a main unit having a WebAPI for
In the image processing service section,
The first program, the second program, and the WebAPI are included.
The image processing device according to any one of claims 16 to 24, wherein:
前記第1のプログラムは、前記WebAPIをラッピングしたAPI群を提供する、ことを特徴する請求項25に記載の画像処理装置。 The image processing apparatus according to claim 25, wherein the first program provides an API group obtained by wrapping the Web API. 前記操作装置及び前記本体装置には、それぞれ異なるOSが搭載され、
前記Webブラウザ及び前記第1のプログラムは、前記操作装置に搭載されたOS上で動作する、ことを特徴とする請求項25又は26に記載の画像処理装置。
Different OSs are mounted on the operating device and the main device,
27. The image processing apparatus according to claim 25, wherein the Web browser and the first program operate on an OS installed in the operation device.
前記画像処理は、前記ファクス送信の履歴を印刷することをさらに含むことを特徴とする請求項16乃至27の何れか一項に記載の画像処理装置。 28. The image processing apparatus according to claim 16, wherein the image processing further includes printing a history of the fax transmission. 前記ファクス送信のための送信回線は、複数の送信回線の中から選択された送信回線であることを特徴とする請求項16乃至28の何れか一項に記載の画像処理装置。 29. The image processing apparatus according to claim 16, wherein the transmission line for the fax transmission is a transmission line selected from a plurality of transmission lines. 前記画像処理装置は、Webサーバである第1サーバからのコンテンツを処理するブラウザを搭載し、
前記ブラウザは、
前記第1サーバから取得したファイル選択を示す第1タグを解釈する解釈部と、
前記解釈部により前記第1タグがファイル選択を示すことが解釈されると、第1画像形成部に対して原稿のスキャン動作を行わせ、前記スキャン動作後に得られた第1画像を、第2サーバにアップロードする制御部と、
を備え、
前記解釈部は、前記第1画像のアップロード後に、前記第2サーバに保存されている情報へのリンクを示す第2タグを解釈し、
前記制御部は、前記解釈部により前記第2タグが前記第2サーバに保存されている情報へのリンクを示すことが解釈されると、前記第2サーバに対するダウンロード要求により前記第1画像に基づく第2画像をダウンロードし、第2画像形成部に対して前記第2画像の印刷動作を行わせる画像処理装置。
The image processing apparatus includes a browser that processes content from the first server, which is a Web server,
The browser is
An interpretation unit that interprets a first tag indicating a file selection acquired from the first server;
When the interpreting unit interprets that the first tag indicates file selection, the first image forming unit is caused to scan the document, and the first image obtained after the scan operation is transferred to the second image. A control unit that uploads to the server,
Equipped with
The interpretation unit interprets a second tag indicating a link to information stored in the second server after uploading the first image,
When the interpretation unit interprets that the second tag indicates a link to information stored in the second server, the control unit is based on the first image in response to a download request to the second server. An image processing apparatus that downloads a second image and causes a second image forming unit to perform a printing operation of the second image.
前記第1サーバから受信した前記コンテンツに基づいて、前記第1画像形成部および前記第2画像形成部の動作に関するパラメータを設定するための設定画面を表示部に表示させる表示制御部を、さらに備え、
前記解釈部は、前記第1タグを解釈するときに前記設定画面で設定された前記第1画像形成部の動作に関する第1パラメータを取得し、前記第2タグを解釈するときに前記設定画面で設定された前記第2画像形成部の動作に関する第2パラメータを取得し、
前記制御部は、前記解釈部により取得された前記第1パラメータに基づいて前記第1画像形成部に前記スキャン動作を行わせ、前記解釈部により取得された前記第2パラメータに基づいて前記第2画像形成部に前記印刷動作を行わせる請求項30に記載の画像処理装置。
And a display control unit configured to display a setting screen on the display unit for setting parameters relating to operations of the first image forming unit and the second image forming unit based on the content received from the first server. ,
The interpreting unit acquires the first parameter regarding the operation of the first image forming unit set on the setting screen when interpreting the first tag, and displays the first parameter on the setting screen when interpreting the second tag. Acquiring a second parameter relating to the operation of the second image forming unit that has been set,
The control unit causes the first image forming unit to perform the scanning operation based on the first parameter acquired by the interpretation unit, and the second image processing unit based on the second parameter acquired by the interpretation unit. The image processing apparatus according to claim 30, which causes an image forming unit to perform the printing operation.
前記第2サーバは、前記制御部からアップロードされた前記第1画像に対して所定の画像処理を行うことによって前記第2画像を生成し、
前記制御部は、前記第2サーバに対する前記ダウンロード要求により前記第2画像をダウンロードする請求項30または31に記載の画像処理装置。
The second server generates the second image by performing predetermined image processing on the first image uploaded from the control unit,
The image processing device according to claim 30, wherein the control unit downloads the second image in response to the download request to the second server.
前記第2サーバは、前記制御部からアップロードされた前記第1画像、または、該第1画像に対して前記画像処理を行った前記第2画像を、画像ログとして記憶する請求項32に記載の画像処理装置。 The said 2nd server memorize|stores the said 1st image uploaded from the said control part, or the said 2nd image which performed the said image processing with respect to this 1st image as an image log. Image processing device. 前記解釈部は、前記表示制御部により前記表示部に表示された画面における前記第1タグにより実現される表示部品に対する操作に応じて、該第1タグの解釈を行う請求項31に記載の画像処理装置。 The image according to claim 31, wherein the interpretation unit interprets the first tag according to an operation on a display component realized by the first tag on a screen displayed on the display unit by the display control unit. Processing equipment. 前記表示制御部は、前記制御部が前記第1画像形成部に対して前記原稿の前記スキャン動作を行わせているときに、該スキャン動作中であることを示す旨を前記表示部に表示させる請求項31に記載の画像処理装置。 The display control unit causes the display unit to display a message indicating that the scan operation is being performed when the control unit is causing the first image forming unit to perform the scan operation of the document. The image processing apparatus according to claim 31. 前記表示制御部は、前記制御部が前記第2画像形成部に対して前記第2画像の前記印刷動作を行わせているときに、該印刷動作中であることを示す旨を前記表示部に表示させる請求項31または35に記載の画像処理装置。 When the control unit is causing the second image forming unit to perform the printing operation of the second image, the display control unit indicates to the display unit that the printing operation is in progress. The image processing device according to claim 31 or 35 for displaying. Webブラウザが搭載された情報処理端末と、所定の画像処理の実行を制御する画像処理装置とを有する画像処理システムであって、
前記Webブラウザは、
前記画像処理システムとネットワークを介して接続されるWebサーバから取得したコンテンツを解釈する解釈部と、
前記解釈部が解釈したコンテンツに基づく画面を表示するUI部と、
前記UI部が表示した前記画面上におけるユーザの入力に応じて、少なくとも前記画像処理装置に対する前記画像処理の実行要求を行う制御部と、を有し、
前記コンテンツのHTMLタグが、所定のタグを含む場合、
前記制御部は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す送信先に送信することを前記画像処理装置に要求する、ことを特徴とする画像処理システム。
An image processing system having an information processing terminal equipped with a Web browser and an image processing apparatus for controlling execution of predetermined image processing,
The Web browser is
An interpretation unit that interprets content acquired from a Web server connected to the image processing system via a network;
A UI unit for displaying a screen based on the content interpreted by the interpreting unit;
A control unit that requests execution of the image processing to at least the image processing apparatus in response to a user input on the screen displayed by the UI unit,
When the HTML tag of the content includes a predetermined tag,
The image processing system, wherein the control unit requests the image processing apparatus to transmit image data generated by scanning an original to the destination indicated by the predetermined tag as the image processing.
Webブラウザと、所定の画像処理の実行を制御する画像処理サービス部とを有する画像処理装置が、
前記Webブラウザにより、
前記画像処理装置とネットワークを介して接続されるWebサーバから取得したコンテンツを解釈する解釈手順と、
前記解釈手順が解釈したコンテンツに基づく画面を表示するUI手順と、
前記UI手順が表示した前記画面上におけるユーザの入力に応じて、少なくとも前記画像処理サービス部に対する前記画像処理の実行要求を行う制御手順と、を実行し、
前記コンテンツのHTMLタグが、所定のタグを含む場合、
前記制御手順は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す送信先に送信することを前記画像処理サービス部に要求する、ことを特徴とする画像処理方法。
An image processing apparatus having a Web browser and an image processing service unit that controls execution of predetermined image processing,
With the Web browser,
An interpretation procedure for interpreting content acquired from a Web server connected to the image processing apparatus via a network;
A UI procedure for displaying a screen based on the content interpreted by the interpretation procedure;
A control procedure for at least requesting execution of the image processing to the image processing service unit in response to a user input on the screen displayed by the UI procedure;
When the HTML tag of the content includes a predetermined tag,
The control procedure requests the image processing service unit to transmit image data generated by scanning a document to a destination indicated by the predetermined tag as the image processing. ..
所定の画像処理の実行を制御する画像処理サービス部を有する画像処理装置に、
前記画像処理装置とネットワークを介して接続されるWebサーバから取得したコンテンツを解釈する解釈手順と、
前記解釈手順が解釈したコンテンツに基づく画面を表示するUI手順と、
前記UI手順が表示した前記画面上におけるユーザの入力に応じて、少なくとも前記画像処理サービス部に対する前記画像処理の実行要求を行う制御手順と、を実行させ、
前記コンテンツのHTMLタグが、所定のタグを含む場合、
前記制御手順は、前記画像処理として、原稿を読み取って生成した画像データを、前記所定のタグが示す送信先に送信することを前記画像処理サービス部に要求する、ことを特徴とするWebブラウザプログラム。
An image processing apparatus having an image processing service unit that controls execution of predetermined image processing,
An interpretation procedure for interpreting content acquired from a Web server connected to the image processing apparatus via a network;
A UI procedure for displaying a screen based on the content interpreted by the interpretation procedure;
A control procedure for performing at least the image processing execution request to the image processing service unit according to a user input on the screen displayed by the UI procedure;
When the HTML tag of the content includes a predetermined tag,
In the control procedure, as the image processing, the image processing service unit is requested to transmit image data generated by reading a document to a destination indicated by the predetermined tag, and a Web browser program. ..
JP2019122458A 2018-11-20 2019-06-28 Image processing apparatus, image processing system, image processing method, and web browser system Pending JP2020096340A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/682,073 US10848629B2 (en) 2018-11-20 2019-11-13 Image processing apparatus, image processing system, image processing method, and web browser program

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
JP2018217557 2018-11-20
JP2018217557 2018-11-20
JP2018219423 2018-11-22
JP2018219423 2018-11-22
JP2018224166 2018-11-29
JP2018224166 2018-11-29

Publications (1)

Publication Number Publication Date
JP2020096340A true JP2020096340A (en) 2020-06-18

Family

ID=71085182

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019122458A Pending JP2020096340A (en) 2018-11-20 2019-06-28 Image processing apparatus, image processing system, image processing method, and web browser system

Country Status (1)

Country Link
JP (1) JP2020096340A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04156772A (en) * 1990-10-19 1992-05-29 Nec Corp Facsimile equipment
JPH11136355A (en) * 1997-10-31 1999-05-21 Sony Corp Communication terminal device and communication control method
JP2002027169A (en) * 2000-07-05 2002-01-25 Murata Mach Ltd Original reading/recording device
JP2003271493A (en) * 2002-03-13 2003-09-26 Murata Mach Ltd Communication device
JP2004358800A (en) * 2003-06-04 2004-12-24 Canon Inc Image formation method and image formation apparatus
JP2005204004A (en) * 2004-01-15 2005-07-28 Ricoh Co Ltd Network facsimile machine
WO2007052353A1 (en) * 2005-11-04 2007-05-10 Hewlett-Packard Development Company, L.P. System and method for data transmission
WO2009066394A1 (en) * 2007-11-22 2009-05-28 Fujitsu Limited Association system for transmission information
JP2012205056A (en) * 2011-03-25 2012-10-22 Fuji Xerox Co Ltd Information processing apparatus, image reading apparatus, file upload system, and program
JP2013051583A (en) * 2011-08-31 2013-03-14 Konica Minolta Business Technologies Inc Information processing device, its control method, and its control program
JP2013116559A (en) * 2011-12-01 2013-06-13 Canon Inc Image forming apparatus, control method, and program
JP2016122882A (en) * 2014-12-24 2016-07-07 キヤノン株式会社 Information processing system, information processing apparatus, image processing server, control method of information processing apparatus, control method of image processing server, and program
JP2018156488A (en) * 2017-03-17 2018-10-04 株式会社リコー Image processing device, system and information processing method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04156772A (en) * 1990-10-19 1992-05-29 Nec Corp Facsimile equipment
JPH11136355A (en) * 1997-10-31 1999-05-21 Sony Corp Communication terminal device and communication control method
JP2002027169A (en) * 2000-07-05 2002-01-25 Murata Mach Ltd Original reading/recording device
JP2003271493A (en) * 2002-03-13 2003-09-26 Murata Mach Ltd Communication device
JP2004358800A (en) * 2003-06-04 2004-12-24 Canon Inc Image formation method and image formation apparatus
JP2005204004A (en) * 2004-01-15 2005-07-28 Ricoh Co Ltd Network facsimile machine
WO2007052353A1 (en) * 2005-11-04 2007-05-10 Hewlett-Packard Development Company, L.P. System and method for data transmission
WO2009066394A1 (en) * 2007-11-22 2009-05-28 Fujitsu Limited Association system for transmission information
JP2012205056A (en) * 2011-03-25 2012-10-22 Fuji Xerox Co Ltd Information processing apparatus, image reading apparatus, file upload system, and program
JP2013051583A (en) * 2011-08-31 2013-03-14 Konica Minolta Business Technologies Inc Information processing device, its control method, and its control program
JP2013116559A (en) * 2011-12-01 2013-06-13 Canon Inc Image forming apparatus, control method, and program
JP2016122882A (en) * 2014-12-24 2016-07-07 キヤノン株式会社 Information processing system, information processing apparatus, image processing server, control method of information processing apparatus, control method of image processing server, and program
JP2018156488A (en) * 2017-03-17 2018-10-04 株式会社リコー Image processing device, system and information processing method

Similar Documents

Publication Publication Date Title
CN108628934B (en) Image processing apparatus, image processing system, image processing method, and recording medium
JP6040731B2 (en) Cooperation processing apparatus, cooperation processing system, and program
US10848629B2 (en) Image processing apparatus, image processing system, image processing method, and web browser program
JP5219418B2 (en) File transmission apparatus, method, and program
JP5665423B2 (en) Image forming apparatus, service cooperation method, and program
JP2010021896A (en) Information processing apparatus, image input apparatus, document distribution system, and control method therefor
CN112804407A (en) Image processing apparatus, control method for image processing apparatus, and storage medium
JP2008005284A (en) Image forming unit, image processing method, and control program executing the same method
US11516353B2 (en) System to download a scanned file from a server using a displayed access code
CN103116478A (en) Information processing system, information processing apparatus, button processing method, and storage medium
US20210306476A1 (en) Server, information processing method, and storage medium
JP2005322971A (en) Information processing system, and information processing method and program used for information processing system
US11523006B2 (en) Information processing method, information processing apparatus, and storage medium
JP7159558B2 (en) Image processing device, image processing system, image processing method, and web browser program
US10893165B2 (en) Information processing apparatus, method of controlling the same, and storage medium
US20120036425A1 (en) Information processing apparatus, information processing system, control method for the information processing apparatus, and recording medium
US8902462B1 (en) System and control method
JP2015233268A (en) Information processing device, method for controlling information processing device, and program
US11991331B2 (en) Server, method of controlling the server, and storage medium
EP2852139B1 (en) Image processing system, information processing apparatus, image processing method, information processing method, program, and storage medium
US11553095B2 (en) Information processing apparatus, control method of information processing apparatuses, scanner apparatus, control method of scanner apparatus, and recording medium
EP3873078B1 (en) Device, process execution system, process execution method, and carrier means
JP2020096340A (en) Image processing apparatus, image processing system, image processing method, and web browser system
JP7366680B2 (en) Image processing device, its control method, and program
CN113286051A (en) Image processing apparatus, control method of image processing apparatus, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220414

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230124

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230315

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20230711