JP2021153283A - Image processing apparatus, method, and program - Google Patents

Image processing apparatus, method, and program Download PDF

Info

Publication number
JP2021153283A
JP2021153283A JP2020093443A JP2020093443A JP2021153283A JP 2021153283 A JP2021153283 A JP 2021153283A JP 2020093443 A JP2020093443 A JP 2020093443A JP 2020093443 A JP2020093443 A JP 2020093443A JP 2021153283 A JP2021153283 A JP 2021153283A
Authority
JP
Japan
Prior art keywords
application
function
flow
image processing
functions
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
JP2020093443A
Other languages
Japanese (ja)
Inventor
基至 勝又
Motoyoshi Katsumata
基至 勝又
悠介 林
Yusuke Hayashi
悠介 林
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 EP21163574.3A priority Critical patent/EP3885891A1/en
Priority to US17/205,113 priority patent/US11330130B2/en
Publication of JP2021153283A publication Critical patent/JP2021153283A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

To provide a SDK and an application that do not impair easiness for a user to input even in a configuration in which the SDK also provides a UI for every function to be provided.SOLUTION: An image processing apparatus comprises a flow execution unit that, in response to start-up instructions performed by a user for an application installed in the image processing apparatus, receives a request for registration of a flow from the application, stores information for specifying a plurality of functions included in the flow for which the registration is received and execution order of the plurality of functions, in response to a request for execution of the flow from the application, switchably displays setting screens for the plurality of functions included in the flow, and causes the plurality of functions specified based on the stored information to be executed in accordance with the stored execution order by using setting information input on the setting screens for the plurality of functions.SELECTED DRAWING: Figure 11

Description

本発明は、画像処理装置、方法、およびプログラムに関する。 The present invention relates to image processing devices, methods, and programs.

従来、複合機(MFP:Multifunction Peripheral/Product/Printer)等の画像処理装置には、サードベンダ等によって開発されたアプリケーションがインストールされている。アプリケーションは、画像処理装置の機能(例えば、スキャン機能、印刷機能等)をはじめとする種々の機能を提供する。 Conventionally, an application developed by a third vendor or the like is installed in an image processing device such as a multifunction device (Multifunction Peripheral / Product / Printer). The application provides various functions including the function of an image processing device (for example, a scanning function, a printing function, etc.).

特許文献1では、サードベンダ等が、画像処理装置の機能を利用するアプリケーションを容易に開発することができるSDK(ソフトウェア開発キット)に関する技術が開示されている。 Patent Document 1 discloses a technique related to an SDK (software development kit) that enables a third-party vendor or the like to easily develop an application that utilizes the functions of an image processing device.

しかしながら、SDKが、アプリケーションで利用する機能単位でUI(User Interface)も提供する仕組みである場合、そのSDKを用いてサードベンダ等が開発するアプリケーションは、各機能の処理を実行指示する度に設定画面を表示して入力させるアプリケーションとなってしまう。そのため、アプリケーションのユーザにとっては設定入力や処理実行指示の入力が手間であった。 However, if the SDK is a mechanism that also provides a UI (User Interface) for each function used in the application, the application developed by a third vendor or the like using the SDK is set every time the processing of each function is instructed to be executed. It becomes an application that displays the screen and lets you input. Therefore, it is troublesome for the user of the application to input the setting and the process execution instruction.

そこで、本発明では、SDKが提供機能ごとにUIも提供する構成であってもユーザの入力のしやすさを損なうことのないSDKおよびアプリケーションを提供することを目的とする。 Therefore, an object of the present invention is to provide an SDK and an application that do not impair the ease of input by the user even if the SDK also provides a UI for each provided function.

上述した課題を解決するために、本発明の一実施形態の画像処理装置は、画像処理装置にインストールされているアプリケーションに対する、ユーザによる起動指示に応じて、前記アプリケーションからフローの登録の要求を受け付け、前記登録を受け付けた前記フローに含まれる複数の機能を特定するための情報および前記複数の機能の実行順序を記憶し、前記アプリケーションからの前記フローの実行の要求に応じて、前記フローに含まれる複数の機能ごとの設定画面を切り替え可能に表示し、前記記憶されている情報に基づいて特定した複数の機能を、前記記憶されている実行順序にしたがって、前記複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させる、フロー実行部を備える。 In order to solve the above-mentioned problems, the image processing device according to the embodiment of the present invention accepts a request for flow registration from the application in response to a user's start instruction for the application installed in the image processing device. , Information for identifying a plurality of functions included in the flow that has received the registration and an execution order of the plurality of functions are stored, and are included in the flow in response to a request from the application to execute the flow. The setting screens for each of the plurality of functions are displayed in a switchable manner, and the plurality of functions specified based on the stored information can be displayed on the setting screens for each of the plurality of functions according to the stored execution order. It is provided with a flow execution unit that executes each using the input setting information.

本発明によれば、SDKが提供機能ごとにUIも提供する構成であってもユーザの入力のしやすさを損なうことのないSDKおよびアプリケーションを提供することができる。 According to the present invention, it is possible to provide an SDK and an application that do not impair the ease of input by the user even if the SDK also provides a UI for each provided function.

本発明の一実施形態に係る全体の構成図である。It is a block diagram of the whole which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置のハードウェア構成図である。It is a hardware block diagram of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置のハードウェア構成図である。It is a hardware block diagram of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の操作装置および本体装置に含まれるソフトウェア群の階層構造の一例を示す図である。It is a figure which shows an example of the hierarchical structure of the software group included in the operation apparatus of the image processing apparatus and the main body apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の機能ブロック図である。It is a functional block diagram of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の機能ブロック図である。It is a functional block diagram of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係るアプリケーションおよび機能フロー実行フレームワークの機能ブロック図である。It is a functional block diagram of the application and the functional flow execution framework which concerns on one Embodiment of this invention. 本発明の一実施形態に係るアプリケーションおよび機能フロー実行フレームワークのモジュール構成図である。It is a module block diagram of the application and function flow execution framework which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の複数の機能の実行処理のシーケンス図である。It is a sequence diagram of execution processing of a plurality of functions of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の複数の機能の実行処理のシーケンス図である。It is a sequence diagram of execution processing of a plurality of functions of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置の複数の機能の実行処理のフローチャートである。It is a flowchart of execution processing of a plurality of functions of the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置に表示される画面の遷移の一例を示す図である。It is a figure which shows an example of the transition of the screen displayed on the image processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る画像処理装置に表示される画面の遷移の一例を示す図である。It is a figure which shows an example of the transition of the screen displayed on the image processing apparatus which concerns on one Embodiment of this invention. 従来の画像処理装置の複数の機能の実行処理のフローチャートである。It is a flowchart of execution processing of a plurality of functions of a conventional image processing apparatus. 従来の画像処理装置に表示される画面の遷移の一例を示す図である。It is a figure which shows an example of the transition of the screen displayed on the conventional image processing apparatus.

以下、各実施形態について添付の図面を参照しながら説明する。なお、本明細書および図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複した説明を省略する。 Hereinafter, each embodiment will be described with reference to the accompanying drawings. In the present specification and the drawings, components having substantially the same functional configuration are designated by the same reference numerals, so that duplicate description will be omitted.

<用語の説明>
複合機(MFP:Multifunction Peripheral/Product/Printer)等の画像処理装置にインストールされているアプリケーション(アプリケーションプログラム、アプリケーションソフトウェアとも呼ばれる)は、フローを提供することができる。「フロー」とは、複数の機能(つまり、2つ以上の機能)が順次実行する一連の処理のことをいう。本発明の一実施形態では、フロー(つまり、複数の機能が順次実行する一連の処理)を1つのジョブとして扱うことができる。
<Explanation of terms>
An application (also called an application program or application software) installed in an image processing device such as a multifunction device (Multifunction Peripheral / Product / Printer) can provide a flow. The "flow" refers to a series of processes executed sequentially by a plurality of functions (that is, two or more functions). In one embodiment of the present invention, a flow (that is, a series of processes in which a plurality of functions are sequentially executed) can be treated as one job.

例えば、機能は、画像処理装置の機能(例えば、スキャン機能、印刷機能等)、画像処理装置の機能以外の機能(例えば、画像にスタンプを付与する機能等)等である。 For example, the function is a function of an image processing device (for example, a scanning function, a printing function, etc.), a function other than the function of the image processing device (for example, a function of adding a stamp to an image, etc.).

例えば、機能は、入力機能(画像を読み取るスキャン機能、画像をUSBメモリ、SDカード、サーバ等の記憶装置から取得する機能等)、ファイルに変更を加える機能(画像にスタンプ、モザイク、塗りつぶし等を付与して画像を加工する機能、ファイル名を変更する機能等)、出力機能(画像を印刷する印刷機能、画像をUSBメモリ、SDカード、サーバ等の記憶装置に保存する機能、画像をメール等で転送する機能)等である。 For example, the functions include an input function (scan function to read an image, a function to acquire an image from a storage device such as a USB memory, SD card, or server), and a function to change a file (stamp, mosaic, fill, etc. on an image). Function to add and process images, change file name, etc.), output function (print function to print images, function to save images in storage devices such as USB memory, SD card, server, mail, etc. Function to transfer with) etc.

例えば、フローに含まれる複数の機能は、画像処理装置の機能のみを含む。また、例えば、フローに含まれる複数の機能は、画像処理装置の機能と画像処理装置の機能以外の機能との両方を含む。また、例えば、フローに含まれる複数の機能は、画像処理装置の機能以外の機能のみを含む。 For example, the plurality of functions included in the flow include only the function of the image processing device. Further, for example, the plurality of functions included in the flow include both the function of the image processing device and the function other than the function of the image processing device. Further, for example, the plurality of functions included in the flow include only functions other than the functions of the image processing device.

<全体の構成>
図1は、本発明の一実施形態に係る全体の構成図である。図1に示されるように、複合機等の画像処理装置10は、操作装置11と、本体装置12とを有している。画像処理装置10は、少なくとも1つの機能(例えば、スキャン機能、印刷機能等のうちの少なくとも1つの機能)を有している。
<Overall configuration>
FIG. 1 is an overall configuration diagram according to an embodiment of the present invention. As shown in FIG. 1, an image processing device 10 such as a multifunction device includes an operating device 11 and a main body device 12. The image processing device 10 has at least one function (for example, at least one of a scanning function, a printing function, and the like).

操作装置11は、本体装置12に実行させる画像処理機能の選択、画像処理機能を実行させるための各種設定値の入力、画像処理機能の実行を開始させるための実行指示の入力、表示画面の切り替え等、ユーザが各種操作を行う際に用いられる。 The operation device 11 selects an image processing function to be executed by the main unit 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 a display screen. Etc., it is used when the user performs various operations.

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

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

<画像処理装置10のハードウェア構成>
図2は、本発明の一実施形態に係る画像処理装置10のハードウェア構成図である。図2に示されるように、本発明の一実施形態に係る画像処理装置10は、操作装置11と、本体装置12とを有している。
<Hardware configuration of image processing device 10>
FIG. 2 is a hardware configuration diagram of the image processing device 10 according to the embodiment of the present invention. As shown in FIG. 2, the image processing device 10 according to the embodiment of the present invention includes an operating device 11 and a main body device 12.

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

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

ROM112は、電源を切ってもデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。RAM113は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。 The ROM 112 is a non-volatile semiconductor memory (storage device) capable of holding 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, a program that realizes the present embodiment) and various data.

操作パネル115は、ユーザが各種操作を行う際に用いられる。また、操作パネル115は、ユーザに対して各種画面等を表示する。 The operation panel 115 is used when the user performs various operations. In addition, the operation panel 115 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/F(インタフェース)126と、通信I/F(インタフェース)127とを有している。これら各ハードウェアは、バス128を介して相互に接続されている。 Similarly, the main body device 12 of the image processing device 10 has a CPU 121, a ROM 122, and a RAM 123. Further, the main body device 12 has an HDD (Hard Disk Drive) 124, an image processing engine 125, a connection I / F (interface) 126, and a communication I / F (interface) 127. Each of these hardware is connected to each other via bus 128.

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

ROM122は、電源を切ってもデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。RAM123は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。 The ROM 122 is a non-volatile semiconductor memory (storage device) capable of holding 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, a program that realizes 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 printing function, a scanning function, a copying 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 and generates image data, a fax communication device that performs fax communication, and the like. Further, the image processing engine 125 may include, for example, a finisher for sorting printed sheet materials, an ADF (automatic document feeding device) for automatically feeding documents, and the like.

接続I/F126は、通信路13を介して操作装置11と通信するためのインタフェースである。接続I/F126には、例えば、USB規格のインタフェースが用いられる。 The connection I / F 126 is an interface for communicating with the operating 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 can realize various processes described later by having the hardware configuration shown in FIG.

<情報処理装置20のハードウェア構成>
図3は、本発明の一実施形態に係る情報処理装置20のハードウェア構成図である。図3に示されるように、情報処理装置20は、入力装置21と、表示装置22と、外部I/F23と、RAM24と、ROM25と、CPU26と、通信I/F27と、補助記憶装置28とを有する。これら各ハードウェアは、それぞれがバスBを介して通信可能に接続されている。
<Hardware configuration of information processing device 20>
FIG. 3 is a hardware configuration diagram of the information processing device 20 according to the embodiment of the present invention. As shown in FIG. 3, the information processing device 20 includes an input device 21, a display device 22, an external I / F 23, a RAM 24, a ROM 25, a CPU 26, a communication I / F 27, and an auxiliary storage device 28. Has. Each of these hardware is connected so as to be able to communicate with each other via the bus B.

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

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

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

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

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

通信I/F27は、情報処理装置20をネットワークに接続するためのインタフェースである。補助記憶装置28は、例えば、HDDやSSD等であり、プログラムやデータを格納している不揮発性の記憶装置である。補助記憶装置28に格納されているプログラムやデータには、例えば、OS、当該OS上において各種機能を実現するアプリケーションプログラム等がある。 The communication I / F 27 is an interface for connecting the information processing device 20 to the network. The auxiliary storage device 28 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 28 include, for example, an OS, an application program that realizes various functions on the OS, and the like.

<画像処理装置10のソフトウェア群の階層構造>
図4は、本発明の一実施形態に係る画像処理装置10の操作装置11および本体装置12に含まれるソフトウェア群の階層構造の一例を示す図である。
<Hierarchical structure of software group of image processing device 10>
FIG. 4 is a diagram showing an example of a hierarchical structure of software groups included in the operation device 11 and the main body device 12 of the image processing device 10 according to the embodiment of the present invention.

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

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

サービス層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 serves as an interface for the software of the application layer 221 to use the hardware resources included in the main unit 12 and for notifying the status of the hardware resources included in the main unit 12.

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

なお、サービス層222に区分されるソフトウェアが果たす上記インタフェースとしての役割は、操作装置11のアプリケーション層211に対しても同様である。すなわち、操作装置11のアプリケーション層211に区分されるソフトウェアも、サービス層222にアクセスすることにより、本体装置12のハードウェア資源を動作させて、画像処理機能を実現させることができる。 The role of the software classified in the service layer 222 as the interface is the same for the application layer 211 of the operating device 11. That is, the software classified into the application layer 211 of the operating device 11 can also operate the hardware resources of the main 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 classified 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 unit 12. The software classified into the OS layer 223 receives an execution request for a hardware resource from the software classified into the application layer 221 via the software classified into the service layer 222, and performs processing according to the execution request. Run.

次に、操作装置11に含まれるソフトウェア群(すなわち、操作装置11のROM112やフラッシュメモリ114に記憶されているプログラム群)の階層構造について説明する。本体装置12と同様に、操作装置11に含まれるソフトウェア群も、アプリケーション層211と、サービス層212と、OS層213とに大別することができる。 Next, the hierarchical structure of the software group included in the operating device 11 (that is, the program group stored in the ROM 112 or the flash memory 114 of the operating device 11) will be described. Similar to the main device 12, the software group included in the operating 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 in the application layer 211 and the types of execution requests that can be accepted by the service layer 212 are different from those of the main device 12. The software classified 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 this embodiment, the operating system 11 and the main unit 12 operate independently of each other. Further, 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 device 12 can use Linux (registered trademark) as the OS.

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

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

<機能ブロック>
図5は、本発明の一実施形態に係る画像処理装置10の機能ブロック図である。画像処理装置10の操作装置11は、アプリケーション310と、フロー実行部311と、記憶部312と、スキャンUI(User Interface)アプリケーション331と、印刷UI(User Interface)アプリケーション341とを有する。これらアプリケーション310、フロー実行部311、スキャンUIアプリケーション331、印刷UIアプリケーション341は、CPU111により実行される。また、画像処理装置10の本体装置12は、API(Application Programming Interface)320と、スキャンアプリケーション332と、印刷アプリケーション342とを有する。これらAPI320、スキャンアプリケーション332、印刷アプリケーション342は、CPU121により実行される。なお、スキャンUIアプリケーション331と、API320と、スキャンアプリケーション332とを「スキャンサービス部330」と表す。また、印刷UIアプリケーション341と、API320と、印刷アプリケーション342とを「印刷サービス部340」と表す。以下、それぞれについて説明する。
<Functional block>
FIG. 5 is a functional block diagram of the image processing device 10 according to the embodiment of the present invention. The operation device 11 of the image processing device 10 includes an application 310, a flow execution unit 311 and a storage unit 312, a scan UI (User Interface) application 331, and a print UI (User Interface) application 341. The application 310, the flow execution unit 311, the scan UI application 331, and the print UI application 341 are executed by the CPU 111. Further, the main body device 12 of the image processing device 10 has an API (Application Programming Interface) 320, a scanning application 332, and a printing application 342. The API 320, the scan application 332, and the print application 342 are executed by the CPU 121. The scan UI application 331, the API 320, and the scan application 332 are referred to as a "scan service unit 330". Further, the print UI application 341, the API 320, and the print application 342 are referred to as a "print service unit 340". Each will be described below.

なお、画像処理装置は、図5のスキャン機能、印刷機能に限られず、任意の1つ以上の機能を有することができる。操作装置11には、例えば、コピーに関するUIを提供するアプリケーションやFAXに関するUIを提供するアプリケーション、OCR(Optical Character Recognition)に関するUIを提供するアプリケーション等が含まれていてもよい。また、本体装置12には、例えば、コピーを実行するアプリケーションやFAXを実行するアプリケーション、OCRを実現するアプリケーション等が含まれていてもよい。したがって、画像処理装置10には、例えば、コピーサービス部やFAXサービス部、OCRサービス部等の様々な画像処理サービス部が含まれていてもよい。 The image processing device is not limited to the scanning function and the printing function shown in FIG. 5, and may have any one or more functions. 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 device 10 may include various image processing service units such as a copy service unit, a fax service unit, and an OCR service unit, for example.

アプリケーション310は、サードベンダ等によって開発されて画像処理装置10にインストールされているアプリケーション(アプリケーションプログラム、アプリケーションソフトウェアとも呼ばれる)である。上述したように、アプリケーション310は、フローを提供することができる。「フロー」とは、複数の機能が順次実行する一連の処理のことをいう。本発明の一実施形態では、フロー(つまり、複数の機能が順次実行する一連の処理)を1つのジョブとして扱うことができる。 The application 310 is an application (also referred to as an application program or application software) developed by a third vendor or the like and installed in the image processing apparatus 10. As mentioned above, application 310 can provide a flow. "Flow" refers to a series of processes executed sequentially by a plurality of functions. In one embodiment of the present invention, a flow (that is, a series of processes in which a plurality of functions are sequentially executed) can be treated as one job.

ここで、アプリケーション310の開発について説明する。アプリケーション310は、アプリケーション310の起動時に、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)をフロー実行部311に登録させるよう開発されている。 Here, the development of the application 310 will be described. At the time of starting the application 310, the application 310 executes the information for identifying the plurality of functions included in the flow provided by the application 310 and the execution order of the plurality of functions (that is, the order in which each function is executed). It has been developed to be registered in Department 311.

フロー実行部311は、アプリケーション310からのフローの登録の要求に応じて、アプリケーションが提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)を記憶部312に記憶させる。また、フロー実行部311は、アプリケーション310からのフローの実行の要求に応じて、記憶部312に記憶されている情報に基づいて特定した複数の機能を、記憶部312に記憶されている実行順序にしたがって実行させる。 The flow execution unit 311 responds to the request for registration of the flow from the application 310, and receives information for identifying a plurality of functions included in the flow provided by the application and an execution order of the plurality of functions (that is, each function is provided. The execution order) is stored in the storage unit 312. Further, the flow execution unit 311 stores a plurality of functions specified based on the information stored in the storage unit 312 in the storage unit 312 in response to a request for execution of the flow from the application 310. To execute according to.

記憶部312には、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)が記憶される。なお、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序が、画像処理装置10以外(例えば、サーバ等)に記憶されるようにしてもよい。 The storage unit 312 stores information for identifying a plurality of functions included in the flow provided by the application 310 and an execution order of the plurality of functions (that is, an order in which each function is executed). Information for identifying a plurality of functions included in the flow provided by the application 310 and the execution order of the plurality of functions may be stored in a device other than the image processing device 10 (for example, a server). ..

スキャンUIアプリケーション331は、スキャンに関するUI(ユーザインタフェース)を提供するアプリケーションプログラムである。スキャンUIアプリケーション331は、例えば、スキャンの設定画面やスキャン中であることを示す画面等を表示する。また、スキャンUIアプリケーション331は、フロー実行部311からの要求に応じて、API320を介して、スキャンアプリケーション332に対してスキャンの実行を要求する。 The scan UI application 331 is an application program that provides a UI (user interface) related to scanning. The scan UI application 331 displays, for example, a scan setting screen, a screen indicating that scanning is in progress, and the like. Further, the scan UI application 331 requests the scan application 332 to execute the scan via the API 320 in response to the request from the flow execution unit 311.

印刷UIアプリケーション341は、印刷に関するUI(ユーザインタフェース)を提供するアプリケーションプログラムである。印刷UIアプリケーション341は、例えば、印刷の設定画面や印刷中であることを示す画面等を表示する。また、印刷UIアプリケーション341は、フロー実行部311からの要求に応じて、API320を介して、印刷アプリケーション342に対して印刷の実行を要求する。 The print UI application 341 is an application program that provides a UI (user interface) related to printing. The print UI application 341 displays, for example, a print setting screen, a screen indicating that printing is in progress, and the like. Further, the print UI application 341 requests the print application 342 to execute printing via the API 320 in response to the request from the flow execution unit 311.

API320は、スキャンUIアプリケーション331がスキャンの実行を要求するためのAPI(Application Programming Interface)である。また、API320は、印刷UIアプリケーション341が印刷の実行を要求するためのAPIである。 The API 320 is an API (Application Programming Interface) for the scan UI application 331 to request the execution of a scan. Further, the API 320 is an API for the print UI application 341 to request the execution of printing.

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

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

なお、上記では、フロー実行部311がスキャンUIアプリケーション331(つまり、スキャンアプリケーション332を呼び出すアプリケーション)、印刷UIアプリケーション341(つまり、印刷アプリケーション342を呼び出すアプリケーション)を呼び出す実施形態を説明したが、フロー実行部311がスキャンアプリケーション332(つまり、画像処理エンジン125を制御して、スキャンを実行するアプリケーション)、印刷アプリケーション342(つまり、画像処理エンジン125を制御して、印刷を実行するアプリケーション)を呼び出すようにしてもよい。 In the above description, the flow execution unit 311 has described an embodiment in which the scan UI application 331 (that is, the application that calls the scan application 332) and the print UI application 341 (that is, the application that calls the print application 342) are called. Unit 311 calls the scan application 332 (that is, the application that controls the image processing engine 125 and executes the scan) and the print application 342 (that is, the application that controls the image processing engine 125 and executes the print). You may.

以下、図6を参照しながら説明するように、アプリケーション310は、アプリケーション310内の情報としてフロー実行部311を含んでいてもよい。アプリケーション内の情報は、アプリケーションのフォルダ内に配置されたライブラリを含むファイルである。ライブラリにはプリント機能およびスキャン機能を含み、ライブラリのプリント機能およびスキャン機能は、アプリケーション310に含む定義情報に応じて、アプリケーション310として利用可能である。なお、フロー実行部311を、アプリケーション310とは異なるアプリケーションとして有してもよい。 Hereinafter, as will be described with reference to FIG. 6, the application 310 may include the flow execution unit 311 as information in the application 310. The information in the application is a file containing the libraries placed in the application folder. The library includes a print function and a scan function, and the print function and the scan function of the library can be used as the application 310 according to the definition information included in the application 310. The flow execution unit 311 may be provided as an application different from the application 310.

図6は、本発明の一実施形態に係る画像処理装置10の機能ブロック図である。図6に示す実施形態では、アプリケーション310が、フロー実行部311を含んでいる。具体的には、アプリケーション310の開発者が、開発時に、フローを実行するためのフレームワーク(以下、機能フロー実行フレームワークという)をアプリケーション310に取り込む。このフレームワークが、フロー実行部311として機能する。実現方法の例として、機能フロー実行フレームワーク311は、ソフトウェアのライブラリを有するjarファイルの形式で提供される。アプリケーション310の開発者は、機能フロー実行フレームワーク311のファイルを、例えば画像処理装置メーカやサービス提供者のWebサイトからのダウンロードや、ディスク等の記録媒体の配送によって入手する。さらに、アプリケーション310の開発者は、アプリケーション310を開発する際に、アプリケーション310の内部のフォルダに、機能フロー実行フレームワーク311のファイルを配置することによって、機能フロー実行フレームワーク311をアプリケーション310に取り込んでアプリケーション310を作成する。なお、作成時には、アプリケーション310に、機能フロー実行フレームワーク311のどの機能やUIを利用するかや、アプリケーション310に追加した機能(後述のスタンプ機能等)と合わせてどのような順番で動作・表示するか等の定義(後述のジョブ定義部3104)を、アプリケーション310に含めておく。 FIG. 6 is a functional block diagram of the image processing device 10 according to the embodiment of the present invention. In the embodiment shown in FIG. 6, the application 310 includes a flow execution unit 311. Specifically, the developer of the application 310 incorporates a framework for executing the flow (hereinafter, referred to as a functional flow execution framework) into the application 310 at the time of development. This framework functions as a flow execution unit 311. As an example of the implementation method, the functional flow execution framework 311 is provided in the form of a jar file having a library of software. The developer of the application 310 obtains the file of the function flow execution framework 311 by downloading from the website of an image processing device maker or a service provider, or by delivering a recording medium such as a disk. Further, when developing the application 310, the developer of the application 310 incorporates the function flow execution framework 311 into the application 310 by arranging the file of the function flow execution framework 311 in the folder inside the application 310. Create application 310 with. At the time of creation, the application 310 operates and displays in what order the functions and UI of the function flow execution framework 311 are used, and the functions added to the application 310 (such as the stamp function described later). The definition such as whether to do it (job definition unit 3104 described later) is included in the application 310.

なお、図6のスキャンUIアプリケーション331、印刷UIアプリケーション341、API320、スキャンアプリケーション332、印刷アプリケーション342は、図5と同様であるので説明を省略する。 The scan UI application 331, the print UI application 341, the API 320, the scan application 332, and the print application 342 in FIG. 6 are the same as those in FIG. 5, and thus the description thereof will be omitted.

図7は、本発明の実施形態に係るアプリケーション310および機能フロー実行フレームワーク311の機能ブロック図である。アプリケーション310は、処理部3101、スタンプ設定用UI3102、スタンプ機能3103、ジョブ定義部3104を有する。アプリケーション310に取り込まれている機能フロー実行フレームワーク311は、フロー実行機能3111、プリント設定用UI3112、プリント機能3113、スキャン設定用UI3114、スキャン機能3115、フロー用基底クラス3116を有する。機能フロー実行フレームワーク311は、有する各機能およびUI等を、機能フロー実行フレームワーク311に含まれるソフトウェアライブラリとして、アプリケーション310に対して提供する。つまり、前述の様にアプリケーション310の内部のフォルダに、機能フロー実行フレームワーク311のファイルを配置すれば、含まれる各機能およびUIを、アプリケーション310の定義に応じて利用可能であるため、機能フロー実行フレームワーク311に含まれる各機能およびUIをアプリケーション310の開発者が開発しなくてよい。以下、それぞれについて説明する。 FIG. 7 is a functional block diagram of the application 310 and the functional flow execution framework 311 according to the embodiment of the present invention. The application 310 has a processing unit 3101, a stamp setting UI 3102, a stamp function 3103, and a job definition unit 3104. The functional flow execution framework 311 incorporated in the application 310 has a flow execution function 3111, a print setting UI 3112, a print function 3113, a scan setting UI 3114, a scan function 3115, and a flow base class 3116. The function flow execution framework 311 provides each function, UI, and the like to the application 310 as a software library included in the function flow execution framework 311. That is, if the file of the function flow execution framework 311 is placed in the folder inside the application 310 as described above, each function and UI included can be used according to the definition of the application 310. Therefore, the function flow. It is not necessary for the developer of the application 310 to develop each function and UI included in the execution framework 311. Each will be described below.

ジョブ定義部3104には、フローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(ジョブ定義とも呼ぶ)が記憶されている。具体的には、アプリケーション310の開発者が、開発時に、ジョブ定義をジョブ定義部3104に定義しておく。図7の例では、スキャン機能により画像を入力し(Input:Scan)、その画像にスタンプを付与し(Process:Stamp)、スタンプが付与された画像を印刷機能により出力する(Output:Print)というフローのジョブ定義が記憶されている。 The job definition unit 3104 stores information for identifying a plurality of functions included in the flow and an execution order (also referred to as a job definition) of the plurality of functions. Specifically, the developer of the application 310 defines the job definition in the job definition unit 3104 at the time of development. In the example of FIG. 7, an image is input by the scanning function (Input: Scan), a stamp is added to the image (Process: Stamp), and the stamped image is output by the printing function (Output: Print). The job definition of the flow is stored.

処理部3101は、フロー実行機能3111を呼び出して、フローを実行させる。具体的には、処理部3101は、ユーザがアプリケーション310を起動すると、アプリケーション310の開発時に定義されたジョブ定義に基づいて、フロー実行機能3111にジョブ定義(つまり、フローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序)を登録する。また、処理部3101は、ユーザがフローの実行を開始させるための実行指示を入力(例えば、スタートボタン等を押下)すると、フロー実行機能3111にフローの実行を開始するよう要求する。 The processing unit 3101 calls the flow execution function 3111 to execute the flow. Specifically, when the user starts the application 310, the processing unit 3101 gives the flow execution function 3111 a job definition (that is, a plurality of functions included in the flow) based on the job definition defined at the time of development of the application 310. Information for identification and execution order of the plurality of functions) are registered. Further, when the user inputs an execution instruction for starting the execution of the flow (for example, pressing the start button or the like), the processing unit 3101 requests the flow execution function 3111 to start the execution of the flow.

図7に示す実施形態では、画像処理装置の機能以外の機能(図7の例では、スタンプ機能)がフローに含まれている。アプリケーション310の開発者は、開発時に、スタンプ設定用UI3102およびスタンプ機能3103をアプリケーション310に実装しておく。具体的には、フロー用基底クラス3116を継承することで、スタンプ機能がフロー用の機能であることを示すことができる。 In the embodiment shown in FIG. 7, a function other than the function of the image processing device (in the example of FIG. 7, the stamp function) is included in the flow. The developer of the application 310 implements the stamp setting UI 3102 and the stamp function 3103 in the application 310 at the time of development. Specifically, by inheriting the flow base class 3116, it can be shown that the stamp function is a flow function.

スタンプ設定用UI3102は、スタンプの設定画面を表示する。ユーザは、スタンプの設定画面で設定値を入力する。スタンプ設定用UI3102は、ユーザによって入力された設定値をフロー実行機能3111に通知する。 The stamp setting UI3102 displays a stamp setting screen. The user inputs a setting value on the stamp setting screen. The stamp setting UI 3102 notifies the flow execution function 3111 of the setting value input by the user.

スタンプ機能3103は、スタンプ設定用UI3102の設定画面に入力されたスタンプの設定値を用いてスタンプ処理を実行する。また、スタンプ機能3103は、スタンプ処理の実行が終了したことをフロー実行機能3111に通知する。具体的には、スタンプ機能3103は、スタンプ機能3103によるスタンプ処理の実行が終了したことをフロー実行機能3111に通知する。 The stamp function 3103 executes stamp processing using the stamp setting value input to the setting screen of the stamp setting UI 3102. Further, the stamp function 3103 notifies the flow execution function 3111 that the execution of the stamp process is completed. Specifically, the stamp function 3103 notifies the flow execution function 3111 that the stamp processing by the stamp function 3103 has been executed.

フロー実行機能3111は、ジョブ定義にしたがって、フローを実行する。具体的には、フロー実行機能3111は、設定用UI(図7の例では、プリント設定用UI3112、スタンプ設定用UI3102、スキャン設定用UI3114)に対して、設定UI(図7の例では、印刷の設定画面、スタンプの設定画面、スキャンの設定画面)の表示を要求する。また、フロー実行機能3111は、各設定用UIの設定画面に入力された設定値を用いて実行するよう各機能(図7の例では、スキャン機能3115、スタンプ機能3103、プリント機能3113)に要求する。 The flow execution function 3111 executes the flow according to the job definition. Specifically, the flow execution function 3111 has a setting UI (printing in the example of FIG. 7) with respect to the setting UI (print setting UI 3112, stamp setting UI 3102, scan setting UI 3114 in the example of FIG. 7). (Setting screen, stamp setting screen, scan setting screen) is requested to be displayed. Further, the flow execution function 3111 requests each function (scan function 3115, stamp function 3103, print function 3113 in the example of FIG. 7) to execute using the setting value input to the setting screen of each setting UI. do.

プリント設定用UI3112は、印刷の設定画面を表示する。ユーザは、印刷の設定画面で設定値を入力する。プリント設定用UI3112は、ユーザによって入力された設定値をフロー実行機能3111に通知する。 The print setting UI3112 displays a print setting screen. The user inputs a setting value on the print setting screen. The print setting UI 3112 notifies the flow execution function 3111 of the setting value input by the user.

プリント機能3113は、プリント設定用UI3112の設定画面に入力された印刷の設定値を用いて印刷を実行する。また、プリント機能3113は、印刷の実行が終了したことをフロー実行機能3111に通知する。具体的には、プリント機能3113は、印刷アプリケーション342による印刷の実行が終了したことをフロー実行機能3111に通知する。 The print function 3113 executes printing using the print setting values input to the setting screen of the print setting UI3112. Further, the print function 3113 notifies the flow execution function 3111 that the print execution has been completed. Specifically, the print function 3113 notifies the flow execution function 3111 that the execution of printing by the print application 342 has been completed.

スキャン設定用UI3114は、スキャンの設定画面を表示する。ユーザは、スキャンの設定画面で設定値を入力する。スキャン設定用UI3114は、ユーザによって入力された設定値をフロー実行機能3111に通知する。 The scan setting UI 3114 displays a scan setting screen. The user inputs the setting value on the scan setting screen. The scan setting UI 3114 notifies the flow execution function 3111 of the setting value input by the user.

スキャン機能3115は、スキャン設定用UI3114の設定画面に入力されたスキャンの設定値を用いてスキャンを実行する。また、スキャン機能3115は、スキャンの実行が終了したことをフロー実行機能3111に通知する。具体的には、スキャン機能3115は、スキャンアプリケーション332によるスキャンの実行が終了したことをフロー実行機能3111に通知する。 The scan function 3115 executes a scan using the scan setting values input to the setting screen of the scan setting UI 3114. Further, the scan function 3115 notifies the flow execution function 3111 that the execution of the scan is completed. Specifically, the scan function 3115 notifies the flow execution function 3111 that the execution of the scan by the scan application 332 has been completed.

図8は、本発明の一実施形態に係るアプリケーション310および機能フロー実行フレームワーク311のモジュール構成図である。具体的には、アプリケーション310が機能フロー実行フレームワーク311を用いて処理を実行しているときのモジュール構成図である。図8に示されるように、アプリケーション310は、画面を表示するためのクラスとしてMainActivity(名称は一例)を有する。機能フロー実行フレームワーク311は、印刷機能を利用するためのクラスPrintFunction、スキャン機能を利用するためのクラスScanFunctionを有する。また、機能フロー実行フレームワーク311は、印刷等用の画面Fragmentを有する。アプリケーション310はCustomFragmentを有することができ、フレームワーク内の画面を利用しない場合には、この画面(CustomFragment)がPrintFragmentやScanFragmentの代わりに利用される。 FIG. 8 is a module configuration diagram of the application 310 and the function flow execution framework 311 according to the embodiment of the present invention. Specifically, it is a module configuration diagram when the application 310 is executing the process using the function flow execution framework 311. As shown in FIG. 8, the application 310 has MainActivity (name is an example) as a class for displaying a screen. The function flow execution framework 311 has a class PrintFunction for using the print function and a class ScanFunction for using the scan function. Further, the function flow execution framework 311 has a screen Fragment for printing and the like. The application 310 can have a CustomFragment, and when the screen in the framework is not used, this screen (CustomFragment) is used instead of the PrintFragment or ScanFragment.

なお、上記で説明した実施形態の各機能は、一又は複数の処理回路によって実現することが可能である。ここで、本明細書における「処理回路」とは、電子回路により実装されるプロセッサのようにソフトウェアによって各機能を実行するようプログラミングされたプロセッサや、上記で説明した各機能を実行するよう設計されたASIC(Application Specific Integrated Circuit)、DSP(digital signal processor)、FPGA(field programmable gate array)や従来の回路モジュール等のデバイスを含むものとする。 It should be noted that each function of the embodiment described above can be realized by one or a plurality of processing circuits. Here, the "processing circuit" in the present specification is a processor programmed to execute each function by software such as a processor implemented by an electronic circuit, or a processor designed to execute each function described above. It shall include devices such as ASIC (Application Specific Integrated Circuit), DSP (digital signal processor), FPGA (field programmable gate array) and conventional circuit modules.

<シーケンス>
図9は、本発明の一実施形態に係る画像処理装置10の複数の機能の実行処理のシーケンス図である。なお、スキャン機能を実行した後に印刷機能を実行するフローの例を説明する。
<Sequence>
FIG. 9 is a sequence diagram of execution processing of a plurality of functions of the image processing apparatus 10 according to the embodiment of the present invention. An example of a flow in which the print function is executed after the scan function is executed will be described.

ステップ10(S10)において、画像処理装置10にインストールされているアプリケーション310が起動されたとする。 In step 10 (S10), it is assumed that the application 310 installed in the image processing device 10 is started.

ステップ11(S11)において、アプリケーション310は、アプリケーション310の画面を画像処理装置10の操作パネル115に表示させる。 In step 11 (S11), the application 310 causes the screen of the application 310 to be displayed on the operation panel 115 of the image processing device 10.

ステップ12およびステップ13において、アプリケーション310は、アプリケーション310が提供するフローに含まれる各機能のオブジェクトを生成する。 In step 12 and step 13, application 310 creates objects for each function included in the flow provided by application 310.

ステップ12(S12)において、アプリケーション310は、スキャンサービス部330(例えば、スキャンサービス部330のスキャンUIアプリケーション331)が提供するスキャン機能のオブジェクトを生成(クラスをインスタンス化)する。なお、フロー実行部311がオブジェクトを生成するようにしてもよい。 In step 12 (S12), the application 310 creates (instantiates a class) an object of the scanning function provided by the scanning service unit 330 (for example, the scanning UI application 331 of the scanning service unit 330). The flow execution unit 311 may generate an object.

ステップ13(S13)において、アプリケーション310は、印刷サービス部340(例えば、印刷サービス部340の印刷UIアプリケーション341)が提供する印刷機能のオブジェクトを生成(クラスをインスタンス化)する。なお、フロー実行部311がオブジェクトを生成するようにしてもよい。 In step 13 (S13), the application 310 creates (instantiates a class) an object of the print function provided by the print service unit 340 (for example, the print UI application 341 of the print service unit 340). The flow execution unit 311 may generate an object.

ステップ14(S14)において、アプリケーション310は、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)をフロー実行部311に登録させる。フロー実行部311は、アプリケーション310からのフローの登録の要求に応じて、アプリケーションが提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)を記憶部312に記憶させる。 In step 14 (S14), the application 310 flows information for identifying a plurality of functions included in the flow provided by the application 310 and an execution order of the plurality of functions (that is, an order in which each function is executed). It is registered in the execution unit 311. The flow execution unit 311 responds to the request for registration of the flow from the application 310, and receives information for identifying a plurality of functions included in the flow provided by the application and an execution order of the plurality of functions (that is, each function is provided. The execution order) is stored in the storage unit 312.

つまり、フロー実行部311は、アプリケーション310に対するユーザによる起動指示に応じて、アプリケーション310からフローの登録の要求を受け付け、登録を受け付けたフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序を記憶することができる。 That is, the flow execution unit 311 receives a request for registration of the flow from the application 310 in response to the start instruction by the user to the application 310, and the information for identifying a plurality of functions included in the flow for which the registration has been accepted, and the plurality of functions. It is possible to memorize the execution order of the functions of.

ステップ15(S15)において、アプリケーション310は、フロー実行部311に対して、フローを実行するよう要求する。 In step 15 (S15), the application 310 requests the flow execution unit 311 to execute the flow.

ステップ16(S16)において、フロー実行部311は、設定画面のフレーム(枠)部分を画像処理装置10の操作パネル115に表示させる。 In step 16 (S16), the flow execution unit 311 causes the frame portion of the setting screen to be displayed on the operation panel 115 of the image processing device 10.

ここで、画面について説明する。例えば、画像処理装置10に表示される画面は、フローに含まれる全ての機能の設定画面に共通する部分(フレーム(枠)部分)を有することができる。このフレーム(枠)部分は、フローの実行を開始させるための実行指示を入力するボタン(例えば、スタートボタン、キャンセルボタン、スリープボタン等)を有することができる。なお、フレーム(枠)部分は、アプリケーション310に取り込んだ、機能フロー実行フレームワーク311(ソフトウェアライブラリファイル)のフロー実行機能3111等の共通機能で表示してもよい。これによって、アプリケーション310の開発者は、スタートボタン等のジョブ実行機能や共通機能の開発をする効率が削減される。 Here, the screen will be described. For example, the screen displayed on the image processing device 10 may have a portion (frame portion) common to the setting screens of all the functions included in the flow. This frame portion may have buttons (for example, a start button, a cancel button, a sleep button, etc.) for inputting an execution instruction for starting execution of the flow. The frame portion may be displayed by a common function such as the flow execution function 3111 of the function flow execution framework 311 (software library file) incorporated in the application 310. As a result, the developer of the application 310 can reduce the efficiency of developing job execution functions such as the start button and common functions.

ステップ17(S17)において、フロー実行部311は、スキャンサービス部330(例えば、スキャンサービス部330のスキャンUIアプリケーション331)に対して、設定UI(スキャンの設定画面)を取得できるよう要求する。例えば、フロー実行部311は、フローに含まれる機能のうち実行順序が最初の機能の設定画面を取得する。 In step 17 (S17), the flow execution unit 311 requests the scan service unit 330 (for example, the scan UI application 331 of the scan service unit 330) to acquire the setting UI (scan setting screen). For example, the flow execution unit 311 acquires the setting screen of the function whose execution order is first among the functions included in the flow.

ステップ18(S18)において、フロー実行部311は、S17で取得したスキャンの設定画面をS16のフレーム(枠)内に表示させる。ユーザは、スキャンの設定画面で設定値を入力する。 In step 18 (S18), the flow execution unit 311 displays the scan setting screen acquired in S17 in the frame of S16. The user inputs the setting value on the scan setting screen.

ステップ20(S20)において、設定画面の切り替えの操作がなされたとする。 It is assumed that the operation of switching the setting screen is performed in step 20 (S20).

ステップ21(S21)において、フロー実行部311は、印刷サービス部340(例えば、印刷サービス部340の印刷UIアプリケーション341)に対して、設定UI(印刷の設定画面)を取得できるよう要求する。 In step 21 (S21), the flow execution unit 311 requests the print service unit 340 (for example, the print UI application 341 of the print service unit 340) to acquire the setting UI (print setting screen).

ステップ22(S22)において、フロー実行部311は、S21で取得した印刷の設定画面をS16のフレーム(枠)内に表示させる。ユーザは、印刷の設定画面で設定値を入力する。 In step 22 (S22), the flow execution unit 311 displays the print setting screen acquired in S21 in the frame of S16. The user inputs a setting value on the print setting screen.

ステップ30(S30)において、フローの実行を開始させるための実行指示が入力(例えば、スタートボタン等の押下)されたとする。 In step 30 (S30), it is assumed that an execution instruction for starting the execution of the flow is input (for example, pressing the start button or the like).

ステップ31(S31)において、フロー実行部311は、スキャンサービス部330(例えば、スキャンサービス部330のスキャンUIアプリケーション331)に対して、S18で設定されたスキャンの設定値を通知する。 In step 31 (S31), the flow execution unit 311 notifies the scan service unit 330 (for example, the scan UI application 331 of the scan service unit 330) of the scan setting value set in S18.

ステップ32(S32)において、フロー実行部311は、印刷サービス部340(例えば、印刷サービス部340の印刷UIアプリケーション341)に対して、S22で設定された印刷の設定値を通知する。 In step 32 (S32), the flow execution unit 311 notifies the print service unit 340 (for example, the print UI application 341 of the print service unit 340) of the print setting value set in S22.

ステップ33(S33)において、フロー実行部311は、スキャンサービス部330(例えば、スキャンサービス部330のスキャンUIアプリケーション331)に対して、スキャンを実行するよう要求する。 In step 33 (S33), the flow execution unit 311 requests the scan service unit 330 (for example, the scan UI application 331 of the scan service unit 330) to execute the scan.

ステップ34(S34)において、スキャンサービス部330は、S31のスキャンの設定値を用いてスキャンを実行する。具体的には、スキャンUIアプリケーション331は、スキャンアプリケーション332にスキャンを実行させる。 In step 34 (S34), the scan service unit 330 executes the scan using the scan set value of S31. Specifically, the scan UI application 331 causes the scan application 332 to perform a scan.

ステップ35(S35)において、スキャンサービス部330は、スキャンの実行が終了したことをフロー実行部311に通知する。具体的には、スキャンUIアプリケーション331は、スキャンアプリケーション332によるスキャンの実行が終了したことをフロー実行部311に通知する。 In step 35 (S35), the scan service unit 330 notifies the flow execution unit 311 that the scan execution has been completed. Specifically, the scan UI application 331 notifies the flow execution unit 311 that the execution of the scan by the scan application 332 has been completed.

ステップ36(S36)において、フロー実行部311は、印刷サービス部340(例えば、印刷サービス部340の印刷UIアプリケーション341)に対して、印刷を実行するよう要求する。 In step 36 (S36), the flow execution unit 311 requests the print service unit 340 (for example, the print UI application 341 of the print service unit 340) to execute printing.

ステップ37(S37)において、印刷サービス部340は、S32の印刷の設定値を用いて印刷を実行する。具体的には、印刷UIアプリケーション341は、印刷アプリケーション342に印刷を実行させる。 In step 37 (S37), the print service unit 340 executes printing using the print setting value of S32. Specifically, the print UI application 341 causes the print application 342 to perform printing.

ステップ38(S38)において、印刷サービス部340は、印刷の実行が終了したことをフロー実行部311に通知する。具体的には、印刷UIアプリケーション341は、印刷アプリケーション342による印刷の実行が終了したことをフロー実行部311に通知する。 In step 38 (S38), the print service unit 340 notifies the flow execution unit 311 that the printing execution has been completed. Specifically, the print UI application 341 notifies the flow execution unit 311 that the print execution by the print application 342 has been completed.

つまり、フロー実行部311は、アプリケーション310からのフローの実行の要求に応じて、フローに含まれる複数の機能ごとの設定画面を切り替え可能に表示し、記憶されている情報に基づいて特定した複数の機能を、記憶されている実行順序にしたがって、複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させることができる。 That is, the flow execution unit 311 can switchably display the setting screens for each of the plurality of functions included in the flow in response to the request for execution of the flow from the application 310, and the plurality of identified screens are specified based on the stored information. The functions of are executed according to the stored execution order using the setting information input for each of the setting screens for each of the plurality of functions.

このように、本発明の一実施形態では、フロー実行部311は、記憶部312を参照して、アプリケーション310が提供するフローに含まれる複数の機能を、実行順序(つまり、各機能が実行される順序)にしたがって実行させる(つまり、機能の実行の終了通知を受けると次の機能を実行させる)。 As described above, in one embodiment of the present invention, the flow execution unit 311 refers to the storage unit 312 and executes a plurality of functions included in the flow provided by the application 310 in the execution order (that is, each function is executed). (That is, the next function is executed when the end notification of the execution of the function is received).

なお、図9ではフローに含まれる機能が設定可能な機能である場合を説明したが、フローに含まれる機能は、設定不可能な機能であってもよい。例えば、設定可能な機能であるがアプリケーション310がその機能についての設定をユーザにさせないように開発されている場合、アプリケーション310は、図9のS12やS13のオブジェクトの生成において設定不可能であるオブジェクトを生成する、あるいは、図9のS14のフローの登録において設定不可能であることを登録する。そうすると、図9のS17やS21でフロー実行部311が設定画面の取得を要求したとしても、設定画面を取得することができない。 Although FIG. 9 has described the case where the function included in the flow is a function that can be set, the function included in the flow may be a function that cannot be set. For example, if the function is configurable but the application 310 is developed so as not to allow the user to set the function, the application 310 is an object that cannot be set in the generation of the objects S12 and S13 of FIG. Or register that it cannot be set in the registration of the flow in S14 of FIG. Then, even if the flow execution unit 311 requests the acquisition of the setting screen in S17 or S21 of FIG. 9, the setting screen cannot be acquired.

<他の実施形態>
本発明の一実施形態では、アプリケーション310は、画像処理装置10の機能以外の機能(例えば、画像にスタンプを付与する機能等)を含むフローを提供することができる。この場合、アプリケーション310は、アプリケーション310の起動時に、画像処理装置10の機能以外の機能のオブジェクトを生成(クラスをインスタンス化)するようにする。そうすると、フロー実行部311は、画像処理装置10の機能以外の機能を呼び出して、設定画面を表示させたり、画像処理装置10の機能以外の機能を実行させたりすることができる。
<Other embodiments>
In one embodiment of the present invention, the application 310 can provide a flow that includes a function other than the function of the image processing device 10 (for example, a function of imprinting an image). In this case, when the application 310 is started, the application 310 creates an object having a function other than the function of the image processing device 10 (instantiates the class). Then, the flow execution unit 311 can call a function other than the function of the image processing device 10 to display the setting screen or execute a function other than the function of the image processing device 10.

図10は、本発明の一実施形態に係る画像処理装置10の複数の機能の実行処理のシーケンス図である。なお、スキャン機能、スタンプ機能、印刷機能を順に実行するフローの例を説明する。 FIG. 10 is a sequence diagram of execution processing of a plurality of functions of the image processing apparatus 10 according to the embodiment of the present invention. An example of a flow in which the scan function, the stamp function, and the print function are executed in order will be described.

ステップ110(S110)において、画像処理装置10にインストールされているアプリケーション310が起動されたとする。 In step 110 (S110), it is assumed that the application 310 installed in the image processing device 10 is started.

ステップ111(S111)において、アプリケーション310の処理部3101は、フロー実行機能3111を呼び出す。具体的には、処理部3101は、アプリケーション310に対するユーザによる起動指示に応じて、アプリケーション310の開発時に定義されたジョブ定義に基づいて、フロー実行機能3111にジョブ定義(つまり、フローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序)を登録する。そして、フロー実行機能3111は、以下のように、ジョブ定義にしたがって、フローを実行する。 In step 111 (S111), the processing unit 3101 of the application 310 calls the flow execution function 3111. Specifically, the processing unit 3101 receives a job definition (that is, a plurality of jobs included in the flow) in the flow execution function 3111 based on the job definition defined at the time of development of the application 310 in response to a user start instruction to the application 310. Information for identifying the functions of the above and the execution order of the plurality of functions) are registered. Then, the flow execution function 3111 executes the flow according to the job definition as follows.

ステップ112(S112)において、フロー実行機能3111は、プリント設定用UI3112に対して、設定UI(印刷の設定画面)の表示を要求する。 In step 112 (S112), the flow execution function 3111 requests the print setting UI 3112 to display the setting UI (print setting screen).

ステップ113(S113)において、プリント設定用UI3112は、印刷の設定画面を表示する。 In step 113 (S113), the print setting UI3112 displays the print setting screen.

ステップ114(S114)において、ユーザは、印刷の設定画面で設定値を入力する。 In step 114 (S114), the user inputs a set value on the print setting screen.

ステップ115(S115)において、プリント設定用UI3112は、S114で入力された設定値をフロー実行機能3111に通知する。 In step 115 (S115), the print setting UI 3112 notifies the flow execution function 3111 of the setting value input in S114.

ステップ116(S116)において、フロー実行機能3111は、スタンプ設定用UI3102に対して、設定UI(スタンプの設定画面)の表示を要求する。 In step 116 (S116), the flow execution function 3111 requests the stamp setting UI 3102 to display the setting UI (stamp setting screen).

ステップ117(S117)において、スタンプ設定用UI3102は、スタンプの設定画面を表示する。 In step 117 (S117), the stamp setting UI3102 displays the stamp setting screen.

ステップ118(S118)において、ユーザは、スタンプの設定画面で設定値を入力する。 In step 118 (S118), the user inputs a set value on the stamp setting screen.

ステップ119(S119)において、スタンプ設定用UI3102は、S118で入力された設定値をフロー実行機能3111に通知する。 In step 119 (S119), the stamp setting UI 3102 notifies the flow execution function 3111 of the set value input in S118.

ステップ120(S120)において、フロー実行機能3111は、スキャン設定用UI3114に対して、設定UI(スキャンの設定画面)の表示を要求する。 In step 120 (S120), the flow execution function 3111 requests the scan setting UI 3114 to display the setting UI (scan setting screen).

ステップ121(S121)において、スキャン設定用UI3114は、スキャンの設定画面を表示する。 In step 121 (S121), the scan setting UI 3114 displays the scan setting screen.

ステップ122(S122)において、ユーザは、スキャンの設定画面で設定値を入力する。 In step 122 (S122), the user inputs a set value on the scan setting screen.

ステップ123(S123)において、スキャン設定用UI3114は、S122で入力された設定値をフロー実行機能3111に通知する。 In step 123 (S123), the scan setting UI 3114 notifies the flow execution function 3111 of the setting value input in S122.

ステップ124(S124)において、フローの実行を開始させるための実行指示が入力(例えば、スタートボタン等の押下)されたとする。 In step 124 (S124), it is assumed that an execution instruction for starting the execution of the flow is input (for example, pressing the start button or the like).

ステップ125(S125)において、処理部3101は、フロー実行機能3111にフローの実行を開始するよう要求する。 In step 125 (S125), the processing unit 3101 requests the flow execution function 3111 to start executing the flow.

ステップ126(S126)において、フロー実行機能3111は、スキャン機能3115に対して、S123で通知されたスキャンの設定値を用いてスキャンを実行するよう要求する。 In step 126 (S126), the flow execution function 3111 requests the scan function 3115 to execute the scan using the scan setting value notified in S123.

ステップ127(S127)において、スキャン機能3115は、スキャンの実行が終了したことをフロー実行機能3111に通知する。具体的には、スキャン機能3115は、スキャンアプリケーション332によるスキャンの実行が終了したことをフロー実行機能3111に通知する。 In step 127 (S127), the scan function 3115 notifies the flow execution function 3111 that the execution of the scan is completed. Specifically, the scan function 3115 notifies the flow execution function 3111 that the execution of the scan by the scan application 332 has been completed.

ステップ128(S128)において、フロー実行機能3111は、スタンプ機能3103に対して、S119で通知されたスタンプの設定値を用いてスタンプ処理を実行するよう要求する。 In step 128 (S128), the flow execution function 3111 requests the stamp function 3103 to execute the stamp processing using the set value of the stamp notified in S119.

ステップ129(S129)において、スタンプ機能3103は、スタンプ処理の実行が終了したことをフロー実行機能3111に通知する。具体的には、スタンプ機能3103は、スタンプ機能3103によるスタンプ処理の実行が終了したことをフロー実行機能3111に通知する。 In step 129 (S129), the stamp function 3103 notifies the flow execution function 3111 that the stamp processing has been executed. Specifically, the stamp function 3103 notifies the flow execution function 3111 that the stamp processing by the stamp function 3103 has been executed.

ステップ130(S130)において、フロー実行機能3111は、プリント機能3113に対して、S115で通知された印刷の設定値を用いて印刷を実行するよう要求する。 In step 130 (S130), the flow execution function 3111 requests the print function 3113 to execute printing using the print setting value notified in S115.

ステップ131(S131)において、プリント機能3113は、印刷の実行が終了したことをフロー実行機能3111に通知する。具体的には、プリント機能3113は、印刷アプリケーション342による印刷の実行が終了したことをフロー実行機能3111に通知する。 In step 131 (S131), the print function 3113 notifies the flow execution function 3111 that the print execution has been completed. Specifically, the print function 3113 notifies the flow execution function 3111 that the execution of printing by the print application 342 has been completed.

ステップ132(S132)において、フロー実行機能3111は、フロー(図10の例では、スキャン機能、スタンプ機能、印刷機能を順に実行するフロー)の実行を完了する。 In step 132 (S132), the flow execution function 3111 completes the execution of the flow (in the example of FIG. 10, the flow that executes the scan function, the stamp function, and the print function in order).

<フローチャート>
以下、図11と図14を参照しながら、本発明の一実施形態に係る画像処理装置の複数の機能の実行処理と、従来の画像処理装置の複数の機能の実行処理と、を比較して説明する。
<Flowchart>
Hereinafter, with reference to FIGS. 11 and 14, the execution processing of the plurality of functions of the image processing apparatus according to the embodiment of the present invention is compared with the execution processing of the plurality of functions of the conventional image processing apparatus. explain.

図14は、従来の画像処理装置の複数の機能の実行処理のフローチャートである。なお、スキャン機能を実行した後に印刷機能を実行する例を説明する。 FIG. 14 is a flowchart of execution processing of a plurality of functions of the conventional image processing apparatus. An example of executing the print function after executing the scan function will be described.

ステップ201(S201)において、画像処理装置にインストールされているアプリケーションは、画像処理装置にインストールされているアプリケーションの画面を表示する。 In step 201 (S201), the application installed in the image processing device displays the screen of the application installed in the image processing device.

ステップ202(S202)において、画像処理装置にインストールされているアプリケーションは、画像処理装置に実行させる機能(図14の例では、スキャン機能)を提供するアプリケーションを呼び出す。 In step 202 (S202), the application installed in the image processing device calls an application that provides a function to be executed by the image processing device (in the example of FIG. 14, a scanning function).

ステップ203(S203)において、画像処理装置のスキャン機能を提供するアプリケーションは、スキャンの設定画面を表示する。 In step 203 (S203), the application that provides the scanning function of the image processing device displays the scanning setting screen.

ステップ204(S204)において、画像処理装置のスキャン機能を提供するアプリケーションは、スキャンを実行し、スキャン中であることを示す画面を表示する。 In step 204 (S204), the application that provides the scanning function of the image processing apparatus performs scanning and displays a screen indicating that scanning is in progress.

ステップ205(S205)において、画像処理装置にインストールされているアプリケーションは、画像処理装置にインストールされているアプリケーションの画面を表示する。 In step 205 (S205), the application installed in the image processing device displays the screen of the application installed in the image processing device.

ステップ206(S206)において、画像処理装置にインストールされているアプリケーションは、画像処理装置に次に実行させる機能(図14の例では、印刷機能)を提供するアプリケーションを呼び出す。 In step 206 (S206), the application installed in the image processing device calls an application that provides a function (printing function in the example of FIG. 14) to be executed next by the image processing device.

ステップ207(S207)において、画像処理装置の印刷機能を提供するアプリケーションは、印刷の設定画面を表示する。 In step 207 (S207), the application that provides the print function of the image processing device displays the print setting screen.

ステップ208(S208)において、画像処理装置の印刷機能を提供するアプリケーションは、印刷を実行し、印刷中であることを示す画面を表示する。 In step 208 (S208), the application that provides the printing function of the image processing apparatus executes printing and displays a screen indicating that printing is in progress.

ステップ209(S209)において、画像処理装置にインストールされているアプリケーションは、画像処理装置にインストールされているアプリケーションの画面を表示する。 In step 209 (S209), the application installed in the image processing device displays the screen of the application installed in the image processing device.

このように、従来は、第1の機能の呼び出し、第2の機能の呼び出しといったように、画像処理装置にインストールされているアプリケーションは、各機能を順次呼び出さなければならなかった。 As described above, conventionally, the application installed in the image processing device has to call each function sequentially, such as calling the first function and calling the second function.

図11は、本発明の一実施形態に係る画像処理装置の複数の機能の実行処理のフローチャートである。なお、スキャン機能を実行した後に印刷機能を実行するフローの例を説明する。 FIG. 11 is a flowchart of execution processing of a plurality of functions of the image processing apparatus according to the embodiment of the present invention. An example of a flow in which the print function is executed after the scan function is executed will be described.

ステップ101(S101)において、画像処理装置10にインストールされているアプリケーション310が起動したとする。アプリケーション310は、アプリケーション310の画面を表示する。アプリケーション310は、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)をフロー実行部311に登録させる。 In step 101 (S101), it is assumed that the application 310 installed in the image processing device 10 is started. The application 310 displays the screen of the application 310. The application 310 causes the flow execution unit 311 to register information for identifying a plurality of functions included in the flow provided by the application 310 and an execution order of the plurality of functions (that is, an order in which each function is executed).

ステップ102(S102)において、画像処理装置10のフロー実行部311は、アプリケーション310が利用する機能をフローとして登録する。具体的には、フロー実行部311は、S101のフローの登録の要求に応じて、アプリケーションが提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序(つまり、各機能が実行される順序)を記憶部312に記憶させる。 In step 102 (S102), the flow execution unit 311 of the image processing device 10 registers the function used by the application 310 as a flow. Specifically, the flow execution unit 311 responds to the request for registration of the flow in S101, and receives information for identifying a plurality of functions included in the flow provided by the application and an execution order of the plurality of functions (that is, the execution order of the plurality of functions). The order in which each function is executed) is stored in the storage unit 312.

ステップ103(S103)において、フロー実行部311は、スキャンの設定画面を表示する。 In step 103 (S103), the flow execution unit 311 displays the scan setting screen.

ステップ104(S104)において、フロー実行部311は、設定画面が切り替えられたか否かを判断する。切り替えられた場合には、ステップ105へ進み、切り替えられずフローの実行を開始させるための実行指示が入力された場合には、ステップ107へ進む。 In step 104 (S104), the flow execution unit 311 determines whether or not the setting screen has been switched. If it is switched, the process proceeds to step 105, and if the execution instruction for starting the execution of the flow is input without switching, the process proceeds to step 107.

ステップ105(S105)において、フロー実行部311は、印刷の設定画面を表示する。 In step 105 (S105), the flow execution unit 311 displays the print setting screen.

ステップ106(S106)において、フロー実行部311は、設定画面が切り替えられたか否かを判断する。切り替えられた場合には、ステップ103へ戻り、切り替えられずフローの実行を開始させるための実行指示が入力された場合には、ステップ107へ進む。 In step 106 (S106), the flow execution unit 311 determines whether or not the setting screen has been switched. When the switch is made, the process returns to step 103, and when the execution instruction for starting the execution of the flow is input without switching, the process proceeds to step 107.

ステップ107(S107)において、フロー実行部311は、スキャンサービス部330にスキャンを実行させ、スキャン中であることを示す画面を表示する。 In step 107 (S107), the flow execution unit 311 causes the scan service unit 330 to execute the scan, and displays a screen indicating that the scan is in progress.

ステップ108(S108)において、フロー実行部311は、印刷サービス部340に印刷を実行させ、印刷中であることを示す画面を表示する。 In step 108 (S108), the flow execution unit 311 causes the print service unit 340 to execute printing, and displays a screen indicating that printing is in progress.

ステップ109(S109)において、画像処理装置10にインストールされているアプリケーション310は、アプリケーション310の画面を表示する。 In step 109 (S109), the application 310 installed in the image processing device 10 displays the screen of the application 310.

このように、本発明の一実施形態では、画像処理装置10にインストールされているアプリケーション310は、アプリケーション310の起動時に、アプリケーション310が提供するフローに含まれる複数の機能を特定するための情報および該複数の機能の実行順序を記憶部312に記憶させ、フロー実行部311に該複数の機能を該実行順序で実行させることができる。 As described above, in one embodiment of the present invention, the application 310 installed in the image processing apparatus 10 has information for identifying a plurality of functions included in the flow provided by the application 310 when the application 310 is started. The execution order of the plurality of functions can be stored in the storage unit 312, and the flow execution unit 311 can execute the plurality of functions in the execution order.

<ユーザインタフェース>
以下、図12、図13と図15を参照しながら、本発明の一実施形態に係る画像処理装置に表示される画面の遷移と、従来の画像処理装置に表示される画面の遷移と、を比較して説明する。
<User interface>
Hereinafter, with reference to FIGS. 12, 13 and 15, the transition of the screen displayed on the image processing apparatus according to the embodiment of the present invention and the transition of the screen displayed on the conventional image processing apparatus are shown. It will be explained in comparison.

図15は、従来の画像処理装置に表示される画面の遷移の一例を示す図である。なお、スキャン機能を実行した後に印刷機能を実行する例を説明する。 FIG. 15 is a diagram showing an example of screen transitions displayed on a conventional image processing device. An example of executing the print function after executing the scan function will be described.

ステップ2001(S2001)において、画像処理装置にインストールされているアプリケーションが提供する画面が表示される。画像処理装置に実行させる機能(図15の例では、スキャン機能)をユーザが選択すると、ステップ2002の画面へ遷移する。 In step 2001 (S2001), the screen provided by the application installed in the image processing apparatus is displayed. When the user selects a function to be executed by the image processing device (scan function in the example of FIG. 15), the screen transitions to the screen of step 2002.

ステップ2002(S2002)において、スキャンの設定画面が表示される。ユーザが設定後、スキャン機能の実行を開始させるための実行指示を入力すると、ステップ2003の画面へ遷移する。 In step 2002 (S2002), the scan setting screen is displayed. After the setting, when the user inputs an execution instruction for starting the execution of the scan function, the screen transitions to the screen of step 2003.

ステップ2003(S2003)において、スキャン中であることを示す画面が表示される。スキャンが完了すると、ステップ2004の画面へ遷移する。 In step 2003 (S2003), a screen indicating that scanning is in progress is displayed. When the scan is completed, the screen transitions to the screen of step 2004.

ステップ2004(S2004)において、画像処理装置にインストールされているアプリケーションが提供する画面が表示される。画像処理装置に次に実行させる機能(図15の例では、印刷機能)をユーザが選択すると、ステップ2005の画面へ遷移する。 In step 2004 (S2004), the screen provided by the application installed in the image processing apparatus is displayed. When the user selects a function to be executed next by the image processing device (printing function in the example of FIG. 15), the screen transitions to the screen of step 2005.

ステップ2005(S2005)において、印刷の設定画面が表示される。ユーザが設定後、印刷機能の実行を開始させるための実行指示を入力すると、ステップ2006の画面へ遷移する。 In step 2005 (S2005), the print setting screen is displayed. After the setting, when the user inputs an execution instruction for starting the execution of the print function, the screen transitions to the screen of step 2006.

ステップ2006(S2006)において、印刷中であることを示す画面が表示される。 In step 2006 (S2006), a screen indicating that printing is in progress is displayed.

このように、従来は、第1の機能の設定値の入力、第1の機能の実行指示の入力、第2の機能の設定値の入力、第2の機能の実行指示の入力といったように、ユーザは、機能ごとに、設定値を入力して実行指示を入力しなければならなかった。 In this way, conventionally, the input of the setting value of the first function, the input of the execution instruction of the first function, the input of the setting value of the second function, the input of the execution instruction of the second function, etc. The user had to enter the setting value and the execution instruction for each function.

図12は、本発明の一実施形態に係る画像処理装置に表示される画面の遷移の一例を示す図である。なお、スキャン機能を実行した後に印刷機能を実行するフローの例を説明する。 FIG. 12 is a diagram showing an example of screen transitions displayed on the image processing apparatus according to the embodiment of the present invention. An example of a flow in which the print function is executed after the scan function is executed will be described.

ステップ1001(S1001)において、画像処理装置10にインストールされているアプリケーション310が提供する画面が表示される。画像処理装置10に実行させたいフロー(図12の例では、スキャン機能を実行した後に印刷機能を実行するフロー)をユーザが選択すると、ステップ1002の画面へ遷移する。 In step 1001 (S1001), the screen provided by the application 310 installed in the image processing apparatus 10 is displayed. When the user selects a flow to be executed by the image processing apparatus 10 (in the example of FIG. 12, a flow in which the printing function is executed after executing the scanning function), the screen transitions to the screen of step 1002.

ステップ1002(S1002)において、フローに含まれる機能の設定画面(図12の例では、スキャンの設定画面)が表示される。S1002において、フリック(スライド操作)等されると他の機能の設定画面(図12の例では、印刷の設定画面)であるステップ1003の画面へ遷移する。 In step 1002 (S1002), the setting screen of the function included in the flow (in the example of FIG. 12, the scanning setting screen) is displayed. In S1002, when a flick (slide operation) or the like is performed, the screen transitions to the screen of step 1003, which is a setting screen for other functions (print setting screen in the example of FIG. 12).

ステップ1003(S1003)において、他の機能の設定画面(図12の例では、印刷の設定画面)が表示される。S1003において、フリック(スライド操作)等されると他の機能の設定画面(図12の例では、スキャンの設定画面)であるステップ1002の画面へ遷移する。 In step 1003 (S1003), a setting screen for other functions (a print setting screen in the example of FIG. 12) is displayed. In S1003, when a flick (slide operation) or the like is performed, the screen transitions to the screen of step 1002, which is a setting screen for other functions (a scan setting screen in the example of FIG. 12).

このように、本発明の一実施形態では、各機能の設定画面はフリック(スライド操作)等で切り替えられる。つまり、ある機能の実行が終了していなくても別の機能の設定画面が表示される。 As described above, in one embodiment of the present invention, the setting screen of each function can be switched by flicking (sliding operation) or the like. That is, the setting screen of another function is displayed even if the execution of one function is not completed.

S1002およびS1003において、ユーザが、フローの実行を開始させるための実行指示を入力すると、ステップ1004の画面へ遷移する。 In S1002 and S1003, when the user inputs an execution instruction for starting the execution of the flow, the screen transitions to the screen of step 1004.

ステップ1004(S1004)において、スキャン中であることを示す画面が表示される。スキャンが終了すると、ステップ1005の画面へ遷移する。 In step 1004 (S1004), a screen indicating that scanning is in progress is displayed. When the scan is completed, the screen transitions to the screen of step 1005.

ステップ1005(S1005)において、印刷中であることを示す画面が表示される。 In step 1005 (S1005), a screen indicating that printing is in progress is displayed.

図13は、本発明の一実施形態に係る画像処理装置に表示される画面の遷移の一例を示す図である。なお、スキャン機能、スタンプ機能、印刷機能を順に実行するフローの例を説明する。 FIG. 13 is a diagram showing an example of screen transitions displayed on the image processing apparatus according to the embodiment of the present invention. An example of a flow in which the scan function, the stamp function, and the print function are executed in order will be described.

ステップ1010(S1010)において、画像処理装置10のホーム画面が表示される。フロー(図13の例では、スキャン機能、スタンプ機能、印刷機能を順に実行するフロー)を提供するアプリケーション(つまり、画像処理装置10にインストールされているアプリケーション310)をユーザが選択すると、ステップ1011の画面へ遷移する。 In step 1010 (S1010), the home screen of the image processing device 10 is displayed. When the user selects an application (that is, an application 310 installed in the image processing apparatus 10) that provides a flow (a flow that executes a scanning function, a stamping function, and a printing function in order in the example of FIG. 13), step 1011 is performed. Transition to the screen.

ステップ1011(S1011)において、フローに含まれる機能の設定画面(図13の例では、スキャンの設定画面)が表示される。S1011において、フリック(スライド操作)等されると他の機能の設定画面(図13の例では、スタンプの設定画面)であるステップ1012の画面へ遷移する。 In step 1011 (S1011), the setting screen of the function included in the flow (in the example of FIG. 13, the scanning setting screen) is displayed. In S1011, when a flick (slide operation) or the like is performed, the screen transitions to the screen of step 1012, which is a setting screen for other functions (a stamp setting screen in the example of FIG. 13).

ステップ1012(S1012)において、他の機能の設定画面(図13の例では、スタンプの設定画面(例えば、スタンプの種類を選択したり、スタンプを付与する用紙上の位置やスタンプの色を設定したりする画面))が表示される。S1012において、フリック(スライド操作)等されると他の機能の設定画面(図13の例では、印刷の設定画面)であるステップ1013の画面(あるいは、S1011の画面)へ遷移する。 In step 1012 (S1012), the setting screen for other functions (in the example of FIG. 13, the stamp setting screen (for example, the type of stamp is selected, the position on the paper to which the stamp is given, and the color of the stamp are set). Screen)) is displayed. In S1012, when a flick (slide operation) or the like is performed, the screen transitions to the screen of step 1013 (or the screen of S1011), which is the setting screen of another function (print setting screen in the example of FIG. 13).

ステップ1013(S1013)において、他の機能の設定画面(図13の例では、印刷の設定画面)が表示される。S1013において、フリック(スライド操作)等されると他の機能の設定画面(図13の例では、スタンプの設定画面)であるステップ1012の画面へ遷移する。 In step 1013 (S1013), a setting screen for other functions (a print setting screen in the example of FIG. 13) is displayed. In S1013, when a flick (slide operation) or the like is performed, the screen transitions to the screen of step 1012, which is a setting screen for other functions (in the example of FIG. 13, a stamp setting screen).

このように、本発明の一実施形態では、各機能の設定画面はフリック(スライド操作)等で切り替えられる。つまり、ある機能の実行が終了していなくても別の機能の設定画面が表示される。 As described above, in one embodiment of the present invention, the setting screen of each function can be switched by flicking (sliding operation) or the like. That is, the setting screen of another function is displayed even if the execution of one function is not completed.

S1011〜S1013において、ユーザが、フローの実行を開始させるための実行指示を入力すると、スキャン機能、スタンプ機能、印刷機能が順に実行される。 In S1011 to S1013, when the user inputs an execution instruction for starting the execution of the flow, the scan function, the stamp function, and the print function are executed in order.

このように、本発明の一実施形態では、ユーザは、フローに含まれる各機能の設定値を一括で入力してフローの実行指示を一度入力する(つまり、複数の機能の実行を1つのジョブとして扱える)だけでよい。 As described above, in one embodiment of the present invention, the user collectively inputs the setting values of each function included in the flow and inputs the flow execution instruction once (that is, one job executes the plurality of functions). Can be treated as).

<効果>
本発明の一実施形態では、画像処理装置にインストールされているアプリケーションを操作するユーザは、アプリケーションが提供するフローに含まれる複数の機能の設定を一括で行い、複数の機能の実行の指示を一度で行うことができる。また、アプリケーションを開発するサードベンダ等は、複数の機能および該機能の実行順序を指定するだけで、アプリケーションがフロー(つまり、複数の機能が順次実行する一連の処理)を提供できるようにすることができる。
<Effect>
In one embodiment of the present invention, a user who operates an application installed in an image processing device collectively sets a plurality of functions included in a flow provided by the application, and gives an instruction to execute the plurality of functions once. Can be done with. In addition, a third vendor or the like that develops an application can provide a flow (that is, a series of processes in which a plurality of functions are sequentially executed) by simply specifying a plurality of functions and an execution order of the functions. Can be done.

なお、上記実施形態に挙げた構成等に、その他の要素との組み合わせ等、ここで示した構成に本発明が限定されるものではない。これらの点に関しては、本発明の趣旨を逸脱しない範囲で変更することが可能であり、その応用形態に応じて適切に定めることができる。 The present invention is not limited to the configurations shown here, such as combinations with other elements in the configurations and the like described in the above embodiments. These points can be changed without departing from the spirit of the present invention, and can be appropriately determined according to the application form thereof.

10 画像処理装置
11 操作装置
12 本体装置
20 情報処理装置
310 アプリケーション
311 フロー実行部
312 記憶部
320 API
330 スキャンサービス部
331 スキャンUIアプリケーション
332 スキャンアプリケーション
340 印刷サービス部
341 印刷UIアプリケーション
342 印刷アプリケーション
3101 処理部
3102 スタンプ設定用UI
3103 スタンプ機能
3104 ジョブ定義部
3111 フロー実行機能
3112 プリント設定用UI
3113 プリント機能
3114 スキャン設定用UI
3115 スキャン機能
3116 フロー用基底クラス
10 Image processing device 11 Operation device 12 Main unit device 20 Information processing device 310 Application 311 Flow execution unit 312 Storage unit 320 API
330 Scan service unit 331 Scan UI application 332 Scan application 340 Print service unit 341 Print UI application 342 Print application 3101 Processing unit 3102 Stamp setting UI
3103 Stamp function 3104 Job definition unit 3111 Flow execution function 3112 Print setting UI
3113 Print function 3114 Scan setting UI
3115 Scan function 3116 Basis class for flow

特開2018−046551号公報Japanese Unexamined Patent Publication No. 2018-046551

Claims (12)

画像処理装置にインストールされているアプリケーションに対する、ユーザによる起動指示に応じて、前記アプリケーションからフローの登録の要求を受け付け、前記登録を受け付けた前記フローに含まれる複数の機能を特定するための情報および前記複数の機能の実行順序を記憶し、
前記アプリケーションからの前記フローの実行の要求に応じて、
前記フローに含まれる複数の機能ごとの設定画面を切り替え可能に表示し、
前記記憶されている情報に基づいて特定した複数の機能を、前記記憶されている実行順序にしたがって、前記複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させる、フロー実行部
を備えた、画像処理装置。
Information for accepting a flow registration request from the application and identifying a plurality of functions included in the flow that has received the registration in response to a user start instruction for the application installed in the image processing device. The execution order of the plurality of functions is memorized, and the execution order is stored.
In response to a request from the application to execute the flow
The setting screens for each of the multiple functions included in the flow can be displayed in a switchable manner.
A flow execution unit that executes a plurality of functions specified based on the stored information according to the stored execution order using the setting information input on the setting screens for each of the plurality of functions. An image processing device equipped.
前記アプリケーションは、前記アプリケーション内の情報として前記フロー実行部を含んでいる、請求項1に記載の画像処理装置。 The image processing apparatus according to claim 1, wherein the application includes the flow execution unit as information in the application. 前記アプリケーション内の情報は、前記アプリケーションのフォルダ内に配置されたライブラリを含むファイルであり、
前記ライブラリにはプリント機能およびスキャン機能を含み、
前記ライブラリのプリント機能およびスキャン機能は、前記アプリケーションに含む定義情報に応じて、前記アプリケーションとして利用可能である、請求項2の画像処理装置。
The information in the application is a file containing the library placed in the folder of the application.
The library includes a print function and a scan function.
The image processing apparatus according to claim 2, wherein the print function and the scan function of the library can be used as the application according to the definition information included in the application.
前記フロー実行部を、前記アプリケーションとは異なるアプリケーションとして有する請求項1に記載の画像処理装置。 The image processing apparatus according to claim 1, wherein the flow execution unit is provided as an application different from the application. 前記アプリケーションからの前記フローの実行の要求は、前記記憶されている前記複数の機能の実行順序のうち実行順序が1番目の機能の設定画面の要求を含む、請求項1から4のいずれか一項に記載の画像処理装置。 The request for execution of the flow from the application includes any one of claims 1 to 4, including a request for a setting screen of the function having the first execution order among the stored execution orders of the plurality of functions. The image processing apparatus according to the section. 前記ユーザによる、表示された前記設定画面の切り替えの指示があった場合に、前記実行順序が1番目の機能の設定画面から、他の機能の設定画面に遷移し、
前記実行順序が1番目の機能はスキャン機能であり、前記他の機能は印刷機能である、請求項5に記載の画像処理装置。
When the user gives an instruction to switch the displayed setting screen, the execution order shifts from the setting screen of the first function to the setting screen of another function.
The image processing apparatus according to claim 5, wherein the function having the first execution order is a scanning function, and the other function is a printing function.
前記複数の機能ごとの設定画面は、前記複数の機能ごとの設定画面に共通するフレーム部分を有し、
前記フロー実行部は、前記フレーム部分において入力された前記フローの実行を開始させるための実行指示に応じて、前記記憶されている情報に基づいて特定した複数の機能を、前記記憶されている実行順序にしたがって、前記複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させる、請求項1から6のいずれか一項に記載の画像処理装置。
The setting screen for each of the plurality of functions has a frame portion common to the setting screens for each of the plurality of functions.
The flow execution unit performs the stored execution of a plurality of functions specified based on the stored information in response to the execution instruction for starting the execution of the flow input in the frame portion. The image processing apparatus according to any one of claims 1 to 6, which is executed using the setting information input on the setting screens for each of the plurality of functions according to the order.
前記複数の機能は、前記画像処理装置の機能と、前記画像処理装置の機能以外の機能とを含む、請求項1から7のいずれか一項に記載の画像処理装置。 The image processing device according to any one of claims 1 to 7, wherein the plurality of functions include a function of the image processing device and a function other than the function of the image processing device. 前記複数の機能のうちの少なくとも1つの機能は、前記画像処理装置の機能である、請求項1から7のいずれか一項に記載の画像処理装置。 The image processing apparatus according to any one of claims 1 to 7, wherein at least one of the plurality of functions is a function of the image processing apparatus. 前記複数の機能のうちの少なくとも1つの機能は、前記画像処理装置の機能以外の機能である、請求項1から7のいずれか一項に記載の画像処理装置。 The image processing device according to any one of claims 1 to 7, wherein at least one of the plurality of functions is a function other than the function of the image processing device. 画像処理装置のプログラムが実行する方法であって、
前記画像処理装置にインストールされているアプリケーションに対する、ユーザによる起動指示に応じて、前記アプリケーションからフローの登録の要求を受け付け、前記登録を受け付けた前記フローに含まれる複数の機能を特定するための情報および前記複数の機能の実行順序を記憶するステップと、
前記アプリケーションからの前記フローの実行の要求に応じて、
前記フローに含まれる複数の機能ごとの設定画面を切り替え可能に表示するステップと、
前記記憶されている情報に基づいて特定した複数の機能を、前記記憶されている実行順序にしたがって、前記複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させるステップと
を含む方法。
This is the method executed by the program of the image processing device.
Information for accepting a flow registration request from the application and identifying a plurality of functions included in the flow for which the registration has been accepted, in response to a user's start instruction for the application installed in the image processing device. And the step of memorizing the execution order of the plurality of functions,
In response to a request from the application to execute the flow
A step to switchably display the setting screen for each of a plurality of functions included in the flow, and
A method including a step of executing a plurality of functions specified based on the stored information using the setting information input on the setting screen for each of the plurality of functions according to the stored execution order. ..
画像処理装置にインストールされているアプリケーションに対する、ユーザによる起動指示に応じて、前記アプリケーションからフローの登録の要求を受け付け、前記登録を受け付けた前記フローに含まれる複数の機能を特定するための情報および前記複数の機能の実行順序を記憶し、
前記アプリケーションからの前記フローの実行の要求に応じて、
前記フローに含まれる複数の機能ごとの設定画面を切り替え可能に表示し、
前記記憶されている情報に基づいて特定した複数の機能を、前記記憶されている実行順序にしたがって、前記複数の機能ごとの設定画面でそれぞれ入力した設定情報を用いて実行させる、プログラム。
Information for accepting a flow registration request from the application and identifying a plurality of functions included in the flow that has received the registration in response to a user start instruction for the application installed in the image processing device. The execution order of the plurality of functions is memorized, and the execution order is stored.
In response to a request from the application to execute the flow
The setting screens for each of the multiple functions included in the flow can be displayed in a switchable manner.
A program that executes a plurality of functions specified based on the stored information according to the stored execution order using the setting information input on the setting screen for each of the plurality of functions.
JP2020093443A 2020-03-23 2020-05-28 Image processing apparatus, method, and program Pending JP2021153283A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP21163574.3A EP3885891A1 (en) 2020-03-23 2021-03-18 Image processing apparatus, method, and storage medium
US17/205,113 US11330130B2 (en) 2020-03-23 2021-03-18 Image processing apparatus, method, and storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020051222 2020-03-23
JP2020051222 2020-03-23

Publications (1)

Publication Number Publication Date
JP2021153283A true JP2021153283A (en) 2021-09-30

Family

ID=77886748

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020093443A Pending JP2021153283A (en) 2020-03-23 2020-05-28 Image processing apparatus, method, and program

Country Status (1)

Country Link
JP (1) JP2021153283A (en)

Similar Documents

Publication Publication Date Title
US20190199882A1 (en) Electronic apparatus, information processing system and method of processing information
RU2666967C2 (en) Information processing apparatus, information processing method and recording medium
CN102081498B (en) Display apparatus, image forming apparatus and customization method
JP4850534B2 (en) Information processing apparatus, control method therefor, and program
US10754602B2 (en) Printing apparatus that executes print job, control method therefor, and storage medium
JP2012124605A (en) Image forming apparatus, customization control method, and customization control program
JP2013090299A (en) Image processing apparatus, image processing method, and program
US10129426B2 (en) Image forming apparatus having display screen with position configurable icons, information processing method, and computer-readable recording medium
US10554838B2 (en) Image processing apparatus
JP2009054027A (en) Information processor, display screen customizing method, and display screen customizing program
US10831413B2 (en) Printing apparatus that displays notification screen and that executes print job, control method therefor, and storage medium
JP2019128633A (en) Information processing apparatus, information processing method, and program
JP2010258863A (en) Image forming apparatus, information registration method, and program
JP2014016898A (en) Service providing system and service providing method
JP6269006B2 (en) Information processing apparatus, information processing method, and information processing program
JP2013145483A (en) Image processing system, image processing method and program
US10922035B2 (en) Image forming device and non-transitory computer readable medium for checking processing result and registering processing execution data
JP2017062835A (en) Output system, application, and information processing device
JP2021153283A (en) Image processing apparatus, method, and program
JP6186917B2 (en) Information processing apparatus and program
EP3885891A1 (en) Image processing apparatus, method, and storage medium
JP5821318B2 (en) Image processing apparatus, macro name determination method, and macro name determination program
JP2012160129A (en) Image forming device, editing control method, and editing control program
JP6575872B2 (en) Information processing apparatus and program
JP5494250B2 (en) Image processing apparatus, interface screen display method, and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230224

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20231226

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240123

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240319