JP2008153769A - Image forming apparatus, image processing method, and image processing program - Google Patents

Image forming apparatus, image processing method, and image processing program Download PDF

Info

Publication number
JP2008153769A
JP2008153769A JP2006337263A JP2006337263A JP2008153769A JP 2008153769 A JP2008153769 A JP 2008153769A JP 2006337263 A JP2006337263 A JP 2006337263A JP 2006337263 A JP2006337263 A JP 2006337263A JP 2008153769 A JP2008153769 A JP 2008153769A
Authority
JP
Japan
Prior art keywords
marking
image data
information
image
embedded
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
JP2006337263A
Other languages
Japanese (ja)
Inventor
Wakako Tsunematsu
和歌子 恒松
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 JP2006337263A priority Critical patent/JP2008153769A/en
Publication of JP2008153769A publication Critical patent/JP2008153769A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image forming apparatus, an image processing method, and an image processing program that can easily add a marking function for various services. <P>SOLUTION: The image forming apparatus has a plurality of software components which each perform one of input, processing, and output of image data, and connects the software components to provide services associated with the image data, and is equipped with a marking composing means of generating a marking representing information to be embedded in the image data as one of the software components and puts the marking together with the image data. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、画像形成装置、画像処理方法及び画像処理プログラムに関し、特に画像データに対するマーキングの埋め込み又は検出を実行することのできる画像形成装置、画像処理方法及び画像処理プログラムに関する。   The present invention relates to an image forming apparatus, an image processing method, and an image processing program, and more particularly, to an image forming apparatus, an image processing method, and an image processing program capable of executing marking embedding or detection for image data.

従来、紙文書の印刷の際にバーコード等のマーキングを合成したり、紙文書のコピー等の際に紙文書に付加されているマーキングを検出し、当該マーキングに応じた制御を実行したりするための機能(以下「マーキング機能」という。)が実装された画像形成装置が存在する(例えば、特許文献1)。   Conventionally, a marking such as a barcode is synthesized when printing a paper document, or a marking added to a paper document is detected when copying a paper document, and control according to the marking is executed. There is an image forming apparatus in which a function (hereinafter referred to as “marking function”) is mounted (for example, Patent Document 1).

他方において、近年の画像形成装置は、メモリ等の制限は厳しいものの、汎用的なコンピュータと同様にCPUを備え、上記のマーキング機能も含め、各種の機能はアプリケーションの制御によって実現されるようになっている。例えば、特許文献2に記載された画像形成装置では、各アプリケーションから共通的に利用される機能をプラットフォームとして備えており、当該プラットフォームのAPIを利用してアプリケーションを実装することができる。かかる画像形成装置によれば、共通的に利用される機能がプラットフォームとして備えられていることにより、アプリケーションごとに重複した機能の実装が回避され、アプリケーション全体の開発効率を向上させることができる。
特開2005−122682号公報 特許第3679349号公報
On the other hand, although recent image forming apparatuses are severely limited in memory and the like, they have a CPU like a general-purpose computer, and various functions including the above-described marking function are realized by application control. ing. For example, the image forming apparatus described in Patent Document 2 includes a function commonly used by each application as a platform, and the application can be implemented using the API of the platform. According to such an image forming apparatus, since a function that is commonly used is provided as a platform, it is possible to avoid the duplication of a function for each application and to improve the development efficiency of the entire application.
JP 2005-122682 A Japanese Patent No. 3679349

しかしながら、一般的に、共通的に利用されるAPIを備えたプラットフォームについては、当該プラットフォームによって提供される機能又はインタフェースの粒度が適切に設計されていないと、アプリケーションの開発効率の向上が期待以上に図れない場合がある。   However, in general, for platforms with commonly used APIs, if the granularity of the functions or interfaces provided by the platform is not designed appropriately, the improvement in application development efficiency will exceed expectations. It may not be possible.

例えば、当該粒度が小さ過ぎると、単純なサービスを提供するアプリケーションであるにもかかわらず、多くのAPIの呼び出しが必要とされ、そのソースコードは複雑なものとなってしまう。   For example, if the granularity is too small, many API calls are required even though the application provides a simple service, and the source code becomes complicated.

一方、当該粒度が大き過ぎると、或るインタフェースによって提供されている機能の一部について変更を加えたサービスを提供するアプリケーションを実装したい場合、当該プラットフォーム内を修正しなければならず、開発工数の増加を招いてしまいかねない。特に、プラットフォーム内における各モジュールの依存関係が強い場合は、プラットフォームに新規機能を追加するだけでなく、既存部分の修正も必要とされる場合があり、事態はより複雑となる。   On the other hand, if the granularity is too large, if you want to implement an application that provides a service that changes some of the functions provided by a certain interface, you must modify the platform, and the development man-hours It can lead to an increase. In particular, when the dependence of each module in the platform is strong, not only a new function is added to the platform but also a modification of an existing part may be required, and the situation becomes more complicated.

また、既存のアプリケーションによって提供されているサービスの一部(例えば、画像の入力処理)を変更したアプリケーションを実装したい場合、当該一部以外の部分については既存のアプリケーションを呼び出すといったようなことは出来ない。したがって、改めてソースコードを記述して新たなアプリケーションを実装しなければならない。   In addition, if you want to implement an application that changes a part of the service provided by an existing application (for example, image input processing), you can call an existing application for other parts. Absent. Therefore, a new application must be implemented by rewriting the source code.

かかる事情は、マーキング機能についても同様である。すなわち、マーキング機能がAPIとして実装されている場合、当該APIの粒度が適切に設計されていないと、各種のアプリケーションに対するマーキング機能の組み込むための作業が煩雑なものとなってしまう。一方、或るアプリケーションのソースコード内にマーキング機能が実装されていると、他のアプリケーションにおいてもマーキング機能を実現したい場合に、当該他のアプリケーションにおいて改めてマーキング機能のソースコードを記述しなければならない。   The same applies to the marking function. That is, when the marking function is implemented as an API, the work for incorporating the marking function for various applications becomes complicated unless the granularity of the API is appropriately designed. On the other hand, if the marking function is implemented in the source code of a certain application, when it is desired to realize the marking function in another application, the source code for the marking function must be described again in the other application.

本発明は、上記の点に鑑みてなされたものであって、各種のサービスに対して容易にマーキング機能を追加することのできる画像形成装置、画像処理方法、及び画像処理プログラムの提供を目的とする。   The present invention has been made in view of the above points, and an object thereof is to provide an image forming apparatus, an image processing method, and an image processing program capable of easily adding a marking function to various services. To do.

そこで上記課題を解決するため、本発明は、それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置であって、前記ソフトウェア部品の一つとして、前記画像データに対する埋め込み情報を表現するマーキングを生成し、前記マーキングを前記画像データに対して合成するマーキング合成手段を有することを特徴とする。   Accordingly, in order to solve the above-described problem, the present invention has an image that includes a plurality of software components that respectively execute input, processing, or output of image data, and that provides services related to image data by connecting the software components. The forming apparatus may include a marking composition unit that generates markings representing embedded information for the image data and composes the markings with the image data as one of the software components.

このような画像形成装置では、各種のサービスに対して容易にマーキング機能を追加することができる。   In such an image forming apparatus, it is possible to easily add a marking function to various services.

本発明によれば、各種のサービスに対して容易にマーキング機能を追加することのできる画像形成装置、画像処理方法、及び画像処理プログラムを提供することができる。   According to the present invention, it is possible to provide an image forming apparatus, an image processing method, and an image processing program that can easily add a marking function to various services.

以下、図面に基づいて本発明の実施の形態を説明する。図1は、本発明の実施の形態における複合機のハードウェア構成の一例を示す図である。ここで、複合機とは、プリンタ、コピー、スキャナ、又はFAX等の複数の機能を一台の筐体において実現する画像形成装置をいう。複合機1のハードウェアとしては、コントローラ201と、オペレーションパネル202と、ファクシミリコントロールユニット(FCU)203と、撮像部121と、印刷部122が存在する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an example of a hardware configuration of a multifunction machine according to an embodiment of the present invention. Here, the multifunction peripheral refers to an image forming apparatus that realizes a plurality of functions such as a printer, a copy, a scanner, or a FAX in a single casing. As hardware of the multifunction machine 1, there are a controller 201, an operation panel 202, a facsimile control unit (FCU) 203, an imaging unit 121, and a printing unit 122.

コントローラ201は、CPU211、ASIC212、NB221、SB222、MEM−P231、MEM−C232、HDD(ハードディスクドライブ)233、メモリカードスロット234、NIC(ネットワークインタフェースコントローラ)241、USBデバイス242、IEEE1394デバイス243、セントロニクスデバイス244により構成される。   The controller 201 includes a CPU 211, ASIC 212, NB221, SB222, MEM-P231, MEM-C232, HDD (hard disk drive) 233, memory card slot 234, NIC (network interface controller) 241, USB device 242, IEEE 1394 device 243, and Centronics device. 244.

CPU211は、種々の情報処理用のICである。ASIC212は、種々の画像処理用のICである。NB221は、コントローラ201のノースブリッジである。SB222は、コントローラ201のサウスブリッジである。MEM−P231は、複合機1のシステムメモリである。MEM−C232は、複合機1のローカルメモリである。HDD233は、複合機1のストレージである。メモリカードスロット234は、メモリカード235をセットするためのスロットである。NIC241は、MACアドレスによるネットワーク通信用のコントローラである。USBデバイス242は、USB規格の接続端子を提供するためのデバイスである。IEEE1394デバイス243は、IEEE1394規格の接続端子を提供するためのデバイスである。セントロニクスデバイス244は、セントロニクス仕様の接続端子を提供するためのデバイスである。オペレーションパネル202は、オペレータが複合機1に入力を行うためのハードウェア(操作部)であると共に、オペレータが複合機1から出力を得るためのハードウェア(表示部)である。   The CPU 211 is an IC for various information processing. The ASIC 212 is an IC for various image processing. The NB 221 is a north bridge of the controller 201. The SB 222 is a south bridge of the controller 201. The MEM-P 231 is a system memory of the multifunction machine 1. The MEM-C 232 is a local memory of the multifunction machine 1. The HDD 233 is a storage of the multifunction device 1. The memory card slot 234 is a slot for setting the memory card 235. The NIC 241 is a controller for network communication using a MAC address. The USB device 242 is a device for providing a USB standard connection terminal. The IEEE 1394 device 243 is a device for providing a connection terminal of the IEEE 1394 standard. The Centronics device 244 is a device for providing a Centronics specification connection terminal. The operation panel 202 is hardware (operation unit) for an operator to input to the multifunction device 1 and hardware (display unit) for an operator to obtain an output from the multifunction device 1.

図2は、本発明の実施の形態における複合機のソフトウェア構成例を示す図である。図2に示されるソフトウェアは、例えば、MEM−C232に格納され、CPU211によって処理されることによりその機能を複合機に実行させる。   FIG. 2 is a diagram illustrating a software configuration example of the multifunction peripheral according to the embodiment of the present invention. The software shown in FIG. 2 is stored in the MEM-C 232, for example, and is processed by the CPU 211 to cause the MFP to execute its function.

図2に示されるように、複合機1におけるソフトウェアは、ユーザインタフェース層10、コントロール層20、アプリケーションロジック層30、デバイスサービス層40、及びデバイス制御層50等より構成される。なお、図中における各層の上下関係は、層間の呼び出し関係に基づいている。すなわち、基本的に図中において上にある層が下の層を呼び出す。   As shown in FIG. 2, the software in the multifunction device 1 includes a user interface layer 10, a control layer 20, an application logic layer 30, a device service layer 40, a device control layer 50, and the like. In addition, the vertical relationship of each layer in the drawing is based on the calling relationship between layers. That is, basically, the upper layer in the figure calls the lower layer.

ユーザインタフェース層10は、各種サービス(例えば、コピー、印刷、スキャン、FAX送信)の実行要求を受け付けるための機能が実装されている部分であり、例えば、通信サーバ部11及びローカルUI部12等のプログラムが含まれる。通信サーバ部11は、例えば、非図示のクライアントPC(Personal Computer)等からネットワーク経由で要求を受け付ける。ローカルUI部12は、例えば、オペレーションパネル202を介して入力される要求を受け付ける。ユーザインタフェース層10において受け付けられた要求は、コントロール層20に伝えられる。   The user interface layer 10 is a part in which functions for receiving execution requests of various services (for example, copy, print, scan, FAX transmission) are implemented. For example, the communication server unit 11 and the local UI unit 12 A program is included. For example, the communication server unit 11 receives a request from a client PC (Personal Computer) (not shown) via a network. For example, the local UI unit 12 receives a request input via the operation panel 202. The request accepted by the user interface layer 10 is transmitted to the control layer 20.

コントロール層20は、要求されたサービスを実現するための処理を制御するための機能が実装されている部分であり、例えば、リクエスト管理部21、機内監視部22及びプラグイン管理部23等のプログラムが含まれる。リクエスト管理部21は、例えば、オペレーションパネル202を介してその実行が要求されたサービスを実現するための処理を制御する。機内監視部22は、複合機1の内部において発生するイベント(状態の変化等)を監視し、当該イベントの検知に応じてサービスを実現するための処理を制御する。プラグイン管理部23は、アプリケーションロジック層30における各種のソフトウェア部品(プログラム)の管理を行う。当該管理としては、当該各種のソフトウェア部品のインストール又はアンインストール等が含まれる。   The control layer 20 is a part in which a function for controlling processing for realizing a requested service is implemented. For example, a program such as a request management unit 21, an in-flight monitoring unit 22, and a plug-in management unit 23 Is included. The request management unit 21 controls, for example, processing for realizing a service requested to be executed via the operation panel 202. The in-machine monitoring unit 22 monitors an event (change in state or the like) that occurs in the multifunction device 1 and controls processing for realizing a service in response to detection of the event. The plug-in management unit 23 manages various software components (programs) in the application logic layer 30. The management includes installation or uninstallation of the various software components.

アプリケーションロジック層30は、複合機1によって提供されるサービスを実現するアプリケーション又は当該アプリケーションの一部の機能を実現する部品群等が実装されている部分である。   The application logic layer 30 is a part on which an application that realizes a service provided by the multifunction device 1 or a group of components that realize a part of the function of the application is mounted.

複合機1においてサービスを実現するアプリケーションに相当するソフトウェアは、「アクティビティ」と呼ばれる。図中では、アクティビティの一例として、コピーアクティビティ331及びプリンタアクティビティ332が示されている。各アクティティティは、アプリケーションロジック層30における一つ以上のソフトウェア部品の組み合わせ(接続)によって構成される。本実施の形態では、各ソフトウェア部品を「フィルタ」と呼ぶ。これは、複合機1のソフトウェアアーキテクチャが「パイプ&フィルタ」と呼ばれる考え方に基づくことによる。   Software corresponding to an application that implements a service in the multifunction device 1 is called an “activity”. In the figure, a copy activity 331 and a printer activity 332 are shown as examples of activities. Each activity is constituted by a combination (connection) of one or more software components in the application logic layer 30. In the present embodiment, each software component is referred to as a “filter”. This is because the software architecture of the multifunction device 1 is based on a concept called “pipe & filter”.

図3は、パイプ&フィルタの概念を説明するための図である。図3において、「F」はフィルタを示し、「P」はパイプを示す。図中に示されるように、各フィルタはパイプによって接続される。フィルタは、入力されたデータに対して変換を施し、その結果を出力する。パイプは、フィルタから出力されたデータを次のフィルタに伝達する。   FIG. 3 is a diagram for explaining the concept of the pipe and filter. In FIG. 3, “F” indicates a filter, and “P” indicates a pipe. As shown in the figure, each filter is connected by a pipe. The filter converts the input data and outputs the result. The pipe transmits the data output from the filter to the next filter.

すなわち、本実施の形態における複合機1では、各サービスをドキュメント(画像データ)に対する「変換」の連続として捉える。複合機の各サービスは、ドキュメントの入力、加工、及び出力によって構成されるものとして一般化することができる。そこで「入力」、「加工」、及び「出力」を「変換」として捉え、一つの「変換」を実現するソフトウェア部品がフィルタとして構成される。入力を実現するフィルタを特に「入力フィルタ」という。また、加工を実現するフィルタを特に「加工フィルタ」という。更に、出力を実現するフィルタを特に「出力フィルタ」という。なお、各フィルタは独立しており、フィルタ間における依存関係(呼び出し関係)は基本的に存在しない。したがって、フィルタ単位で追加(インストール)又は削除(アンインストール)が可能とされている。なお、パイプは、例えば、メモリやハードディスク等の記憶領域が用いられる。   That is, in the MFP 1 according to the present embodiment, each service is regarded as a series of “conversions” for documents (image data). Each service of the multi-function peripheral can be generalized as being composed of document input, processing, and output. Therefore, “input”, “processing”, and “output” are regarded as “conversion”, and a software component that realizes one “conversion” is configured as a filter. A filter that realizes input is particularly called an “input filter”. A filter that realizes processing is particularly referred to as a “processing filter”. Further, a filter that realizes output is particularly referred to as an “output filter”. Each filter is independent, and basically there is no dependency relationship (call relationship) between the filters. Therefore, addition (installation) or deletion (uninstallation) is possible in units of filters. For the pipe, for example, a storage area such as a memory or a hard disk is used.

図2では、入力フィルタとして、読取フィルタ301、保管文書読出フィルタ302、メール受信フィルタ303、FAX受信フィルタ304、PC文書受信フィルタ305、レポートフィルタ306、及びマーキング検出フィルタ307等が含まれている。   In FIG. 2, the input filter includes a reading filter 301, a stored document reading filter 302, a mail reception filter 303, a FAX reception filter 304, a PC document reception filter 305, a report filter 306, a marking detection filter 307, and the like.

読取フィルタ301は、スキャナによる画像データの読み取りを制御し、読み取られた画像データを出力する。保管文書読出フィルタ302は、複合機1のHDD233に保管されている文書データ(画像データ)を読み出し、読み出されたデータを出力する。メール受信フィルタ303は、電子メールを受信し、当該電子メールに含まれているデータを出力する。FAX受信フィルタ304は、FAX受信を制御し、受信されたデータを出力する。PC文書受信フィルタ305は、非図示のクライアントPCから画像データを受信し、受信された画像データを出力する。レポートフィルタ306は、複合機1の各種の設定情報や管理情報、及び各ソフトウェアコンポーネントより出力される履歴情報等を、所定の形式に整形されたレポートとして出力する。マーキング検出フィルタ307は、画像データの入力を受け付け、入力された画像データに合成(重畳)されているマーキング(マーク)を検出し、当該マーキングが表現する情報を抽出する。   The reading filter 301 controls reading of image data by the scanner and outputs the read image data. The stored document read filter 302 reads document data (image data) stored in the HDD 233 of the multifunction machine 1 and outputs the read data. The mail reception filter 303 receives an e-mail and outputs data included in the e-mail. The FAX reception filter 304 controls FAX reception and outputs received data. The PC document reception filter 305 receives image data from a client PC (not shown) and outputs the received image data. The report filter 306 outputs various setting information and management information of the multifunction device 1 and history information output from each software component as a report formatted in a predetermined format. The marking detection filter 307 receives input of image data, detects a marking (mark) combined (superimposed) on the input image data, and extracts information represented by the marking.

加工フィルタとしては、文書加工フィルタ311及びマーキング埋め込みフィルタ312等が含まれている。文書加工フィルタ311は、入力されたデータに所定の画像変換処理(集約、拡大、又は縮小等)を施し、出力する。マーキング埋め込みフィルタ312は、入力情報に応じたマーキング画像(マーキング(マーク)を示す画像データ)を生成し、当該マーキング画像を画像データに対して合成(重畳)することにより、画像に対して入力情報を埋め込む。   The processing filters include a document processing filter 311 and a marking embedding filter 312. The document processing filter 311 performs predetermined image conversion processing (aggregation, enlargement, reduction, etc.) on the input data and outputs it. The marking embedding filter 312 generates a marking image (image data indicating a marking (mark)) according to the input information, and synthesizes (superimposes) the marking image on the image data. Embed.

出力フィルタとしては、印刷フィルタ321、保管文書登録フィルタ322、メール送信フィルタ323、FAX送信フィルタ324、PC文書送信フィルタ325、及びプレビューフィルタ326等が含まれている。   The output filters include a print filter 321, a stored document registration filter 322, a mail transmission filter 323, a FAX transmission filter 324, a PC document transmission filter 325, a preview filter 326, and the like.

印刷フィルタ321は、入力されたデータをプロッタに出力(印刷)させる。保管文書登録フィルタ322は、入力されたデータを複合機1のHDD233に保存する。メール送信フィルタ323は、入力されたデータを電子メールに添付して送信する。FAX送信フィルタ324は、入力されたデータをFAX送信する。PC文書送信フィルタ325は、入力されたデータをクライアントPCに送信する。プレビューフィルタ326は、入力されたデータを、複合機1のオペレーションパネル202にプレビュー表示させる。   The print filter 321 causes the plotter to output (print) the input data. The stored document registration filter 322 stores the input data in the HDD 233 of the multifunction machine 1. The mail transmission filter 323 transmits the input data attached to the e-mail. The FAX transmission filter 324 transmits the input data by FAX. The PC document transmission filter 325 transmits the input data to the client PC. The preview filter 326 displays the input data on the operation panel 202 of the multifunction device 1 as a preview.

なお、アプリケーション層30における新たなアクティビティの追加は、フィルタの接続によって実現することができる。また、当該新たなアクティビティに適したフィルタが存在しない場合は、当該フィルタを新たにインストールし、当該フィルタを他のフィルタと接続することで新たなアクティビティの追加を実現することができる。また、既存のアクティビティに対する機能の追加は、当該機能に対応するフィルタを当該既存のアクティビティを構成するフィルタに接続することによって実現することができる。   Note that the addition of a new activity in the application layer 30 can be realized by connecting a filter. If there is no filter suitable for the new activity, it is possible to add a new activity by installing the filter and connecting the filter with another filter. Further, addition of a function to an existing activity can be realized by connecting a filter corresponding to the function to a filter constituting the existing activity.

図2に戻る。デバイスサービス層40は、アプリケーションロジック層30における各フィルタから共通に利用される下位機能が実装されている部分であり、例えば、画像パイプ41及びデータ管理部42等が含まれる。画像パイプ41は、上述したパイプの機能を実現する。すなわち、或るフィルタからの出力データを次のフィルタに伝達する。データ管理部42は、例えば、ユーザ情報が登録されたデータベースや、文書又は画像データ等が蓄積されるデータベース等の他、上記の管理情報、設定情報又は履歴情報等の管理を行う。   Returning to FIG. The device service layer 40 is a portion in which lower functions commonly used by the filters in the application logic layer 30 are mounted, and includes, for example, an image pipe 41 and a data management unit 42. The image pipe 41 realizes the above-described pipe function. That is, output data from a certain filter is transmitted to the next filter. The data management unit 42 manages the management information, setting information, history information, and the like in addition to a database in which user information is registered and a database in which document or image data is stored.

なお、アプリケーションロジック層30は、アクティビティ若しくはフィルタの追加又は削除等の変更が可能な部分であるのに対し、デバイスサービス層40は、少なくともコンポーネントの削除は制限される固定的な部分である。   The application logic layer 30 is a portion that can be changed such as addition or deletion of activities or filters, while the device service layer 40 is a fixed portion that restricts at least component deletion.

デバイス制御層50は、デバイス(ハードウェア)を制御するドライバと呼ばれるプログラムモジュール群が実装されている部分であり、例えば、スキャナ制御部51、プロッタ制御部52、ストレージ制御部53、FCU制御部54、及びネットワーク制御部55等が含まれる。各制御部は、当該制御部の名前に付けられているデバイスを制御する。   The device control layer 50 is a part on which a group of program modules called a driver that controls a device (hardware) is mounted. For example, the scanner control unit 51, the plotter control unit 52, the storage control unit 53, and the FCU control unit 54. And a network control unit 55 and the like. Each control unit controls a device attached to the name of the control unit.

図2に示されるようなアーキテクチャに基づいて提供される各種の機能のうち、本実施の形態では主にマーキング機能について説明する。マーキング機能は、画像データに対してマーキングを埋め込む機能(マーキング埋め込み機能)と、画像データよりマーキングを検出し、当該マーキングが表現するデータを抽出する機能(マーキング検出機能)とから構成される。まず、マーキング埋め込み機能について説明する。   Of the various functions provided based on the architecture as shown in FIG. 2, the present embodiment mainly describes the marking function. The marking function includes a function for embedding marking in image data (marking embedding function) and a function for detecting marking from image data and extracting data represented by the marking (marking detection function). First, the marking embedding function will be described.

マーキング埋め込み機能は、例えば、プリンタアクティビティ332において利用される。プリンタアクティビティ332は、実現する機能に応じてフィルタ構成について以下のようなバリエーションがある。図4は、プリンタアクティビティのフィルタ構成のバリエーションを示す図である。   The marking embedding function is used in the printer activity 332, for example. The printer activity 332 has the following variations in filter configuration depending on the function to be realized. FIG. 4 is a diagram illustrating variations of the filter configuration of the printer activity.

例えば、PC文書の印刷を実現する場合、プリンタアクティビティ332は、PC文書受信フィルタ305、文書加工フィルタ311、及び印刷フィルタ321より構成される。この場合、プリンタアクティビティ332は、PC文書受信フィルタ305によってPCより画像データを受信し、文書加工フィルタ311によって、受信された画像データに対して各種の変換を実行し、印刷フィルタ321によって、変換が施された画像データを印刷する。   For example, when realizing printing of a PC document, the printer activity 332 includes a PC document reception filter 305, a document processing filter 311, and a print filter 321. In this case, the printer activity 332 receives image data from the PC by the PC document reception filter 305, performs various conversions on the received image data by the document processing filter 311, and the conversion is performed by the print filter 321. Print the applied image data.

また、PC文書の保管を実現する場合、プリンタアクティビティ332は、PC受信フィルタ305、文書加工フィルタ311、及び保管文書登録フィルタ322より構成される。この場合、プリンタアクティビティ332は、PC文書受信フィルタ305によってPCより画像データを受信し、文書加工フィルタ311によって受信された画像データに対して各種の変換を実行し、印刷フィルタ321によって、変換が施された画像データをHDD233に保存する。   Further, when the PC document storage is realized, the printer activity 332 includes a PC reception filter 305, a document processing filter 311, and a stored document registration filter 322. In this case, the printer activity 332 receives image data from the PC by the PC document reception filter 305, executes various conversions on the image data received by the document processing filter 311, and performs conversion by the print filter 321. The processed image data is stored in the HDD 233.

また、保管文書の印刷を実現する場合、プリンタアクティビティ332は、保管文書読出フィルタ302、文書加工フィルタ311、及び印刷フィルタ321より構成される。この場合、プリンタアクティビティ332は、保管文書読出フィルタ302によってHDD233より画像データを読み出し、文書加工フィルタ311によって、読み出された画像データに対して各種の変換を実行し、印刷フィルタ321によって、変換が施された画像データを印刷する。   Further, when realizing printing of a stored document, the printer activity 332 includes a stored document read filter 302, a document processing filter 311, and a print filter 321. In this case, the printer activity 332 reads the image data from the HDD 233 by the stored document read filter 302, executes various conversions on the read image data by the document processing filter 311, and the conversion is performed by the print filter 321. Print the applied image data.

斯かるプリンタアクティビティ332において、加工フィルタとしてマーキング埋め込みフィルタ312が組み込まれることによりマーキング埋め込み機能が実現される。マーキング埋め込みフィルタ312の組み込み方としては、以下のいずれでもよい。   In such a printer activity 332, the marking embedding function is realized by incorporating the marking embedding filter 312 as a processing filter. The marking embedding filter 312 may be incorporated in any of the following ways.

図5は、マーキング埋め込みフィルタの組み込み方式を説明するための図である。図5において、(A)は、マーキング埋め込みフィルタ312が文書加工フィルタ311を継承している例である。すなわち、マーキング埋め込みフィルタ312は、文書加工フィルタ311の性質(機能)をも有する。したがって、PC文書受信フィルタ305、マーキング埋め込みフィルタ312、及び印刷フィルタ321の接続によって、PC文書の印刷機能に対してマーキング埋め込み機能を組み込む(追加する)ことができる。   FIG. 5 is a diagram for explaining a method of incorporating a marking embedding filter. 5A is an example in which the marking embedding filter 312 inherits the document processing filter 311. FIG. That is, the marking embedding filter 312 also has the property (function) of the document processing filter 311. Therefore, by connecting the PC document reception filter 305, the marking embedding filter 312, and the printing filter 321, the marking embedding function can be incorporated (added) to the PC document printing function.

(B)は、マーキング埋め込みフィルタ312と文書加工フィルタ311とはそれぞれ独立している例である。この場合、PC文書受信フィルタ305、文書加工フィルタ311、マーキング埋め込みフィルタ312、及び印刷フィルタ321の接続によって、PC文書の印刷機能に対してマーキング埋め込み機能を組み込むことができる。   (B) is an example in which the marking embedding filter 312 and the document processing filter 311 are independent of each other. In this case, the marking embedding function can be incorporated into the printing function of the PC document by connecting the PC document reception filter 305, the document processing filter 311, the marking embedding filter 312, and the printing filter 321.

なお、(A)と(B)のいずれの場合も、最終的な出力結果は同じである。すなわち、画像データにマーキングが合成された結果が印刷される。   Note that the final output result is the same in both cases (A) and (B). That is, the result of combining the marking with the image data is printed.

マーキング埋め込みフィルタ312について説明する。図6は、マーキング埋め込みフィルタの構成例を示す図である。図6に示されるように、マーキング埋め込みフィルタ312は、マーキング埋め込みラッパモジュール43を呼び出すことでその機能を実現する。マーキング埋め込みラッパモジュール43は、マーキングの種別と、マーキングとして埋め込むデータ(以下「埋め込みデータ」という。)と、マーキングの埋め込み対象となる画像データとを入力情報とする。マーキング埋め込みラッパモジュール43は、埋め込みデータを所定の形式のデータ(以下「埋め込み形式データ」という。)に変換し、埋め込み形式データに基づいてマーキング画像を生成する。更に、マーキング埋め込みラッパモジュール43は、生成されたマーキング画像を画像データに合成し、当該画像データを出力する。   The marking embedding filter 312 will be described. FIG. 6 is a diagram illustrating a configuration example of a marking embedding filter. As shown in FIG. 6, the marking embedding filter 312 realizes its function by calling the marking embedding wrapper module 43. The marking embedding wrapper module 43 uses as input information the marking type, data to be embedded as a marking (hereinafter referred to as “embedding data”), and image data to be embedded in the marking. The marking embedded wrapper module 43 converts the embedded data into data of a predetermined format (hereinafter referred to as “embedded format data”), and generates a marking image based on the embedded format data. Further, the marking embedding wrapper module 43 synthesizes the generated marking image with the image data and outputs the image data.

埋め込みデータとしては、マーキングが表現可能な情報量の許容範囲内で様々なものが対象とされ得る。例えば、紙文書ID、改竄検知情報、機密設定情報、保管文書へのリンク情報、出力条件、機器調整値、宛先情報、トレース情報等が埋め込みデータとして入力される。紙文書IDとは、印刷された紙文書を一意に識別するIDである。改竄検知情報とは、例えば、印刷された紙文書の改竄を検出するための情報である。機密設定情報とは、印刷された紙文書の機密レベルを示す情報である。保管文書へのリンク情報は、印刷された紙文書と、電子的に保管されている画像データとのリンク情報である。出力条件とは、印刷された紙文書をコピーする場合の出力条件である。機器調整値は、機器を調整するためのパラメータ値である。宛先情報は、印刷された紙文書の配布先のメールアドレス等である。トレース情報は、印刷された紙文書の流通経路を識別するための情報である。   Various types of embedded data can be targeted within the allowable range of information that can be expressed by the marking. For example, a paper document ID, falsification detection information, confidential setting information, link information to a stored document, output conditions, device adjustment values, destination information, trace information, and the like are input as embedded data. The paper document ID is an ID that uniquely identifies a printed paper document. The falsification detection information is, for example, information for detecting falsification of a printed paper document. The confidential setting information is information indicating the confidential level of a printed paper document. The link information to the stored document is link information between the printed paper document and the image data stored electronically. The output condition is an output condition for copying a printed paper document. The device adjustment value is a parameter value for adjusting the device. The destination information is a mail address of a distribution destination of the printed paper document. The trace information is information for identifying the distribution route of the printed paper document.

また、埋め込みデータを表現するマーキングの種別は、所定のものに限定されない。例えば、バーコード(DataMatrix、QR、PDF417、EAN8、EAN13、Code39、Code128、Codabar、Int2Of5、Code2Of5等)、不正コピーのガード等に利用される地紋、印刷文書に対して記載内容とは別に任意の情報を埋め込むことが可能な各種のコード等を用いてもよい。また、画像のエッジ部分の加工を使用して、印刷文書に対して記載内容とは別に任意の情報を埋め込みようにしてもよい。   Also, the type of marking that represents the embedded data is not limited to a predetermined type. For example, a bar code (DataMatrix, QR, PDF417, EAN8, EAN13, Code39, Code128, Codebar, Int2Of5, Code2Of5, etc.), a copy-forgery-inhibited pattern used for illegal copy guard, etc. Various codes that can embed information may be used. Further, arbitrary information may be embedded in the printed document separately from the description content by using processing of the edge portion of the image.

マーキング埋め込みラッパモジュール43は、デバイスサービス層40に属し、例えば、次のような構成を有する。   The marking embedded wrapper module 43 belongs to the device service layer 40 and has, for example, the following configuration.

図7は、マーキング埋め込みラッパモジュールの第一の構成例を示す図である。図7において、埋め込み形式データ生成モジュール433は、埋め込みデータを埋め込み形式データに変換するモジュールである。埋め込み形式データは、例えば、埋め込みデータを所定の形式に変換し、当該所定の形式を識別等するためのヘッダ情報を付加したデータをいう。埋め込みデータ及び埋め込み形式データは、マーキングの種別に依存するものではない。したがって、埋め込み形式データ生成モジュール433は、マーキングの種別の数に拘わらず一つ存在すればよい。   FIG. 7 is a diagram illustrating a first configuration example of the marking embedded wrapper module. In FIG. 7, an embedded format data generation module 433 is a module that converts embedded data into embedded format data. The embedded format data refers to, for example, data obtained by converting embedded data into a predetermined format and adding header information for identifying the predetermined format. The embedded data and embedded format data do not depend on the type of marking. Therefore, only one embedded format data generation module 433 needs to exist regardless of the number of types of marking.

マーキング生成ライブラリ432は、マーキングの種別ごとに存在する。各マーキング生成ライブラリ432は、埋め込み形式データに基づいて当該マーキング生成ライブラリ432が対応する種別のマーキング画像を生成する。   The marking generation library 432 exists for each type of marking. Each marking generation library 432 generates a type of marking image corresponding to the marking generation library 432 based on the embedded format data.

マーキング生成ラッパモジュール431は、マーキングの種別ごとに存在するライブラリである。各マーキング生成ラッパモジュール431は、埋め込み形式データ生成モジュール433を用いて埋め込みデータを埋め込み形式データに変換し、当該埋め込み形式データのマーキング画像への変換を、当該マーキングの種別に対応するマーキング生成ライブラリ432に実行させる。マーキング生成ラッパモジュール431は、生成されたマーキング画像を画像データに合成する。   The marking generation wrapper module 431 is a library that exists for each type of marking. Each marking generation wrapper module 431 uses the embedded format data generation module 433 to convert the embedded data into embedded format data, and converts the embedded format data into a marking image into a marking generation library 432 corresponding to the type of marking. To run. The marking generation wrapper module 431 synthesizes the generated marking image with image data.

マーキング埋め込みラッパモジュール43aは、マーキングの種別に拘わらず一つ存在する。マーキング埋め込みラッパモジュール43aには、埋め込みデータと、マーキングの種別と、埋め込み対象とされる画像データとが呼び出し側から指定される。マーキング埋め込みラッパモジュール43aは、指定されたマーキングの種別に対応するマーキング生成ラッパモジュール431を呼び出すことにより、指定された画像データへの指定されたマーキングの合成を実行する。   There is one marking embedded wrapper module 43a regardless of the type of marking. In the marking embedding wrapper module 43a, embedding data, a marking type, and image data to be embedded are designated from the calling side. The marking embedding wrapper module 43a calls the marking generation wrapper module 431 corresponding to the designated marking type, thereby executing the synthesis of the designated marking with the designated image data.

また、マーキング埋め込みラッパモジュール43は、図8のように構成してもよい。図8は、マーキング埋め込みラッパモジュールの第二の構成例を示す図である。図8中、図7と同一部分には同一符号を付し、その説明は省略する。図8は、マーキング埋め込みラッパモジュール43bが、マーキング生成ラッパモジュール431の機能をも含むように構成された例を示す。但し、マーキング埋め込みラッパモジュール43bのインタフェースは、マーキング埋め込みラッパモジュール43aと同様である。   Further, the marking embedded wrapper module 43 may be configured as shown in FIG. FIG. 8 is a diagram illustrating a second configuration example of the marking embedded wrapper module. In FIG. 8, the same parts as those of FIG. FIG. 8 shows an example in which the marking embedded wrapper module 43 b is configured to include the function of the marking generation wrapper module 431. However, the interface of the marking embedded wrapper module 43b is the same as that of the marking embedded wrapper module 43a.

すなわち、マーキング埋め込みラッパモジュール43bには、埋め込みデータと、マーキングの種別と、埋め込み対象とされる画像データとが呼び出し側から指定される。マーキング埋め込みラッパモジュール43bは、埋め込み形式データ生成モジュール433を用いて埋め込みデータを埋め込み形式データに変換し、当該埋め込み形式データのマーキング画像への変換を、指定されたマーキング種別に対応するマーキング生成ライブラリ432に実行させる。マーキング埋め込みラッパモジュール43bは、生成されたマーキング画像を画像データに合成する。   That is, in the marking embedding wrapper module 43b, embedding data, a marking type, and image data to be embedded are designated from the calling side. The marking embedding wrapper module 43b converts the embedding data into embedding format data using the embedding format data generation module 433, and converts the embedding format data into a marking image into a marking generation library 432 corresponding to the designated marking type. To run. The marking embedding wrapper module 43b synthesizes the generated marking image with image data.

更に、マーキング埋め込みラッパモジュール43は、図9のように構成してもよい。図9は、マーキング埋め込みラッパモジュールの第三の構成例を示す図である。図9中、図7又は図8と同一部分には同一符号を付し、その説明は省略する。図9は、図7の構成と図8の構成とを混在させた例を示す。マーキング埋め込みラッパモジュール43cは、一部の種別のマーキングについてはマーキング生成ラッパモジュール431の機能を含む。但し、マーキング埋め込みラッパモジュール43cのインタフェースは、マーキング埋め込みラッパモジュール43aと同様である。   Furthermore, the marking embedded wrapper module 43 may be configured as shown in FIG. FIG. 9 is a diagram illustrating a third configuration example of the marking embedded wrapper module. In FIG. 9, the same parts as those in FIG. 7 or FIG. FIG. 9 shows an example in which the configuration of FIG. 7 and the configuration of FIG. 8 are mixed. The marking embedded wrapper module 43c includes the function of the marking generation wrapper module 431 for some types of marking. However, the interface of the marking embedded wrapper module 43c is the same as that of the marking embedded wrapper module 43a.

すなわち、マーキング埋め込みラッパモジュール43cには、埋め込みデータと、マーキングの種別と、埋め込み対象とされる画像データとが呼び出し側から指定される。マーキング埋め込みラッパモジュール43cは、指定されたマーキングの種別が所定のもの(例えば、バーコード)である場合、当該指定されたマーキングの種別に対応するマーキング生成ラッパモジュール431を呼び出すことにより、指定された画像データへの指定されたマーキングの合成を実行する。また、指定されたマーキングの種別が所定のもの(例えば、バーコード)以外のものである場合、マーキング埋め込みラッパモジュール43cは、埋め込み形式データ生成モジュール433を用いて埋め込みデータを埋め込み形式データに変換し、当該埋め込み形式データのマーキング画像への変換を、指定されたマーキング種別に対応するマーキング生成ライブラリ432に実行させる。マーキング埋め込みラッパモジュール43cは、生成されたマーキング画像を画像データに合成する。   That is, in the marking embedding wrapper module 43c, embedding data, a marking type, and image data to be embedded are designated from the calling side. The marking embedded wrapper module 43c is designated by calling the marking generation wrapper module 431 corresponding to the designated marking type when the designated marking type is a predetermined type (for example, barcode). Performs the specified marking composition on the image data. When the designated marking type is other than a predetermined type (for example, barcode), the marking embedded wrapper module 43c converts the embedded data into embedded format data using the embedded format data generation module 433. Then, the marking generation library 432 corresponding to the designated marking type is executed to convert the embedded format data into a marking image. The marking embedding wrapper module 43c synthesizes the generated marking image with image data.

次に、マーキング埋め込み処理の処理手順について説明する。図10は、マーキング埋め込み処理の処理手順を説明するためのフローチャートである。図10では、モジュール構成が図8に示されるものである場合について説明する。但し、図7又は図9の場合であっても基本的に処理手順は同様であり、各ステップを実行する主体(モジュール)が異なるだけである。   Next, the processing procedure of the marking embedding process will be described. FIG. 10 is a flowchart for explaining the processing procedure of the marking embedding process. FIG. 10 illustrates a case where the module configuration is as shown in FIG. However, even in the case of FIG. 7 or FIG. 9, the processing procedure is basically the same, and only the main body (module) that executes each step is different.

マーキング埋め込みフィルタ312に画像データへのマーキングが要求されると、マーキング埋め込みフィルタ312は、マーキングの種別、画像データ、及び埋め込みデータを指定してマーキング埋め込みラッパモジュール43を呼び出す。   When the marking embedding filter 312 is required to mark the image data, the marking embedding filter 312 calls the marking embedding wrapper module 43 by specifying the marking type, the image data, and the embedding data.

マーキング埋め込みラッパモジュール43は、まず、入力値(マーキングの種別、画像データ、及び埋め込みデータ)をチェックする(S101)。例えば、未対応のマーキング種別が指定されていないか等がチェックされる。続いて、マーキング埋め込みラッパモジュール43は、埋め込みデータを検査することにより埋め込みデータのデータサイズを取得する。   The marking embedding wrapper module 43 first checks an input value (marking type, image data, and embedding data) (S101). For example, it is checked whether or not an unsupported marking type is specified. Subsequently, the marking embedded wrapper module 43 acquires the data size of the embedded data by inspecting the embedded data.

続いて、マーキング埋め込みラッパモジュール43は、埋め込みデータを指定して埋め込み形式データ生成モジュール433を呼び出す。埋め込み形式データ生成モジュール433は、埋め込みデータを埋め込み形式データに変換する(S103)。続いて、埋め込み形式データ生成モジュール433は、変換後の埋め込み形式データのうち、ヘッダ情報以外の部分を圧縮する(S104)。但し、データの圧縮は、埋め込み形式データのデータサイズが大きい場合等、必要に応じて行うようにしてもよい。   Subsequently, the marking embedded wrapper module 43 calls the embedded format data generation module 433 by specifying the embedded data. The embedded format data generation module 433 converts the embedded data into embedded format data (S103). Subsequently, the embedded format data generation module 433 compresses a portion other than the header information in the converted embedded format data (S104). However, data compression may be performed as necessary when the data size of embedded format data is large.

図11は、埋め込み形式データの構造例を示す図である。図11において、埋め込み形式データは、ヘッダ情報と埋め込み形式実データとより構成されている。埋め込み形式実データは、埋め込みデータが所定の形式に変換されたものであり、必要に応じて圧縮されている。ヘッダ情報には、埋め込み形式実データの形式を識別するための情報や、埋め込み情報のデータサイズ等が格納される。   FIG. 11 is a diagram illustrating a structure example of embedded format data. In FIG. 11, the embedded format data includes header information and embedded format actual data. The embedded format actual data is obtained by converting the embedded data into a predetermined format, and is compressed as necessary. The header information stores information for identifying the format of the embedded format actual data, the data size of the embedded information, and the like.

埋め込み形式データ生成モジュール433は、変換後の埋め込み形式データをマーキング埋め込みラッパモジュール43に返却する。   The embedded format data generation module 433 returns the converted embedded format data to the marking embedded wrapper module 43.

続いて、マーキング埋め込みラッパモジュール43は、指定されたマーキングの種別に対応するマーキング生成ライブラリ432を埋め込み形式データを指定して呼び出す。マーキング生成ライブラリ432は、指定された埋め込み形式データに基づいてマーキング画像を生成し、当該マーキング画像をマーキング埋め込みラッパモジュール43に返却する(S105)。なお、マーキング画像の生成は、周知の方法を用いればよい。   Subsequently, the marking embedding wrapper module 43 calls the marking generation library 432 corresponding to the designated marking type by specifying embedding format data. The marking generation library 432 generates a marking image based on the designated embedding format data, and returns the marking image to the marking embedding wrapper module 43 (S105). Note that a known method may be used to generate the marking image.

続いて、マーキング埋め込みラッパモジュール43は、必要に応じてマーキング画像の色深度を変換する(埋め込み対象の画像データに合わせる)(S106)。続いて、マーキング埋め込みラッパモジュール43は、マーキング画像を画像データに合成する(S107)。マーキング画像が合成された画像データは、マーキング埋め込みフィルタ312に返却される。   Subsequently, the marking embedding wrapper module 43 converts the color depth of the marking image as necessary (according to the embedding target image data) (S106). Subsequently, the marking embedded wrapper module 43 combines the marking image with the image data (S107). The image data in which the marking image is combined is returned to the marking embedding filter 312.

次に、マーキング検出機能について説明する。マーキング検出機能は、例えば、コピーアクティビティ331において利用される。コピーアクティビティ331は、実現する機能に応じてフィルタ構成について以下のようなバリエーションがある。図12は、コピーアクティビティのフィルタ構成のバリエーションを示す図である。   Next, the marking detection function will be described. The marking detection function is used in the copy activity 331, for example. The copy activity 331 has the following variations in filter configuration depending on the function to be realized. FIG. 12 is a diagram showing variations of the filter configuration of the copy activity.

例えば、通常のコピーを実現する場合、コピーアクティビティ331は、読取フィルタ301、文書加工フィルタ311、及び印刷フィルタ321より構成される。この場合、コピーアクティビティ331は、読取フィルタ301によって紙文書より画像データを読み取り、文書加工フィルタ311によって、読み取られた画像データに対して各種の変換を実行し、印刷フィルタ321によって、変換が施された画像データを印刷する。   For example, when realizing normal copying, the copy activity 331 includes a reading filter 301, a document processing filter 311, and a print filter 321. In this case, the copy activity 331 reads image data from a paper document by the reading filter 301, executes various conversions on the read image data by the document processing filter 311, and the conversion is performed by the print filter 321. Print the image data.

また、コピーと文書の蓄積を実現する場合、コピーアクティビティ331は、読取フィルタ301、文書加工フィルタ311、印刷フィルタ321、及び保管文書登録フィルタ332より構成される。この場合、コピーアクティビティ331は、読取フィルタ301によって紙文書より画像データを読み取り、文書加工フィルタ311によって、読み取られた画像データに対して各種の変換を実行し、印刷フィルタ321によって、変換が施された画像データを印刷すると共に、保管文書登録フィルタ332によって、当該画像データをHDD233に保存する。   When realizing copy and document accumulation, the copy activity 331 includes a reading filter 301, a document processing filter 311, a print filter 321, and a stored document registration filter 332. In this case, the copy activity 331 reads image data from a paper document by the reading filter 301, executes various conversions on the read image data by the document processing filter 311, and the conversion is performed by the print filter 321. The stored image data is printed, and the stored document registration filter 332 stores the image data in the HDD 233.

斯かるコピーアクティビティ331において、入力フィルタとしてマーキング検出フィルタ307が組み込まれることによりマーキング検出機能が実現される。マーキング検出フィルタ307の組み込み方としては、以下のいずれでもよい。   In such a copy activity 331, the marking detection function is realized by incorporating the marking detection filter 307 as an input filter. As a method for incorporating the marking detection filter 307, any of the following may be used.

図13は、マーキング検出フィルタの組み込み方式を説明するための図である。図13において、(A)は、マーキング検出フィルタ307が読取フィルタ301を継承している例である。すなわち、マーキング検出フィルタ307は、読取フィルタ301の性質(機能)をも有する。したがって、マーキング検出フィルタ307、文書加工フィルタ311、及び印刷フィルタ321の接続によって、コピー機能に対してマーキング検出機能を組み込むことができる。   FIG. 13 is a diagram for explaining a method of incorporating a marking detection filter. In FIG. 13, (A) is an example in which the marking detection filter 307 inherits the reading filter 301. That is, the marking detection filter 307 also has the property (function) of the reading filter 301. Therefore, the marking detection function can be incorporated into the copy function by connecting the marking detection filter 307, the document processing filter 311, and the print filter 321.

(B)は、マーキング検出フィルタ307と読取フィルタ301とはそれぞれ独立している例である。この場合、読取フィルタ301、マーキング検出フィルタ307、文書加工フィルタ311、及び印刷フィルタ321の接続によって、コピー機能に対してマーキング検出機能を組み込むことができる。   (B) is an example in which the marking detection filter 307 and the reading filter 301 are independent of each other. In this case, the marking detection function can be incorporated into the copy function by connecting the reading filter 301, the marking detection filter 307, the document processing filter 311, and the print filter 321.

なお、(A)と(B)のいずれの場合も、最終的な出力結果は同じである。すなわち、コピー元の画像データにマーキングが合成された結果がコピー結果として出力される。   Note that the final output result is the same in both cases (A) and (B). That is, the result of combining the marking with the copy source image data is output as the copy result.

マーキング検出フィルタ307について説明する。図14は、マーキング検出フィルタの構成例を示す図である。図14に示されるように、マーキング検出フィルタ307は、マーキング検出ラッパモジュール44を呼び出すことでその機能を実現する。マーキング検出ラッパモジュール44は、マーキングが合成されている画像データと、マーキングの種別とを入力情報とする。マーキング検出ラッパモジュール44は、マーキングが合成されている画像データよりマーキングを検出し、マーキングによって表現されているデータ(埋め込み形式データ)を解析することにより、埋め込みデータを抽出(復元)する。   The marking detection filter 307 will be described. FIG. 14 is a diagram illustrating a configuration example of a marking detection filter. As shown in FIG. 14, the marking detection filter 307 realizes its function by calling the marking detection wrapper module 44. The marking detection wrapper module 44 uses the image data combined with the marking and the type of marking as input information. The marking detection wrapper module 44 detects the marking from the image data in which the marking is combined, and extracts (restores) the embedded data by analyzing the data (embedded format data) expressed by the marking.

マーキング検出ラッパモジュール44が検出可能なマーキングの種別は、マーキング埋め込みラッパモジュール44に対応する。   The type of marking that can be detected by the marking detection wrapper module 44 corresponds to the marking embedded wrapper module 44.

マーキング検出ラッパモジュール44は、デバイスサービス層40に属し、例えば、次のような構成を有する。   The marking detection wrapper module 44 belongs to the device service layer 40 and has, for example, the following configuration.

図15は、マーキング検出ラッパモジュールの第一の構成例を示す図である。図15において、埋め込み形式データ解析モジュール443は、埋め込み形式データより埋め込みデータを抽出するモジュールである。埋め込み形式データ解析モジュール443は、マーキングの種別の数に拘わらず一つ存在すればよい。   FIG. 15 is a diagram illustrating a first configuration example of the marking detection wrapper module. In FIG. 15, an embedded format data analysis module 443 is a module that extracts embedded data from embedded format data. There is only one embedded format data analysis module 443 regardless of the number of types of marking.

マーキング読取ライブラリ442は、マーキングの種別ごとに存在する。各マーキング読取ライブラリ442は、マーキング画像から埋め込み形式データを読み取る。   The marking reading library 442 exists for each type of marking. Each marking reading library 442 reads embedded format data from the marking image.

マーキング解析ラッパモジュール441は、マーキングの種別ごとに存在するライブラリである。各マーキング解析ラッパモジュール441は、対応する種別のマーキングを画像データより検出し、検出されたマーキング画像からの埋め込み形式データの読み取り(復元)を、当該マーキングの種別に対応するマーキング読取ライブラリ442に実行させ、読み取られた埋め込み形式データからの埋め込みデータの抽出を埋め込み形式データ解析モジュール443に実行させる。   The marking analysis wrapper module 441 is a library that exists for each type of marking. Each marking analysis wrapper module 441 detects a corresponding type of marking from the image data, and reads (restores) the embedded format data from the detected marking image to the marking reading library 442 corresponding to the marking type. Then, the embedded format data analysis module 443 extracts the embedded data from the read embedded format data.

マーキング検出ラッパモジュール44aは、マーキングの種別に拘わらず一つ存在する。マーキング検出ラッパモジュール44aには、マーキングの種別と、マーキングが合成された画像データとが呼び出し側から指定される。マーキング検出ラッパモジュール44aは、指定されたマーキングの種別に対応するマーキング解析ラッパモジュール441を呼び出すことにより、指定された画像データからの埋め込みデータの抽出を実行する。   There is one marking detection wrapper module 44a regardless of the type of marking. In the marking detection wrapper module 44a, the type of marking and the image data combined with the marking are designated from the calling side. The marking detection wrapper module 44a executes extraction of embedded data from the designated image data by calling the marking analysis wrapper module 441 corresponding to the designated marking type.

また、マーキング検出ラッパモジュール44は、図16のように構成してもよい。図16は、マーキング検出ラッパモジュールの第二の構成例を示す図である。図16中、図15と同一部分には同一符号を付し、その説明は省略する。図16は、マーキング検出ラッパモジュール44bが、マーキング解析ラッパモジュール441の機能をも含むように構成された例を示す。但し、マーキング検出ラッパモジュール44bのインタフェースは、マーキング検出ラッパモジュール44aと同様である。   Further, the marking detection wrapper module 44 may be configured as shown in FIG. FIG. 16 is a diagram illustrating a second configuration example of the marking detection wrapper module. In FIG. 16, the same parts as those of FIG. FIG. 16 shows an example in which the marking detection wrapper module 44b is configured to include the function of the marking analysis wrapper module 441 as well. However, the interface of the marking detection wrapper module 44b is the same as that of the marking detection wrapper module 44a.

すなわち、マーキング検出ラッパモジュール44bには、マーキングの種別と、マーキングが合成された画像データとが呼び出し側から指定される。マーキング検出ラッパモジュール44bは、指定された種別のマーキングを画像データより検出し、検出されたマーキング画像からの埋め込み形式データの読み取りを、当該マーキングの種別に対応するマーキング読取ライブラリ442に実行させ、読み取られた埋め込み形式データからの埋め込みデータの抽出を埋め込み形式データ解析モジュール443に実行させる。   That is, in the marking detection wrapper module 44b, the type of marking and the image data combined with the marking are designated from the calling side. The marking detection wrapper module 44b detects the marking of the designated type from the image data, causes the marking reading library 442 corresponding to the type of marking to read the embedded format data from the detected marking image, and The embedded format data analysis module 443 executes extraction of embedded data from the embedded format data.

更に、マーキング検出ラッパモジュール44は、図17のように構成してもよい。図17は、マーキング検出ラッパモジュールの第三の構成例を示す図である。図17中、図15又は図16と同一部分には同一符号を付し、その説明は省略する。図17は、図15の構成と図16の構成とを混在させた例を示す。マーキング検出ラッパモジュール44cは、一部の種別のマーキングについてはマーキング解析ラッパモジュール441の機能を含む。但し、マーキング検出ラッパモジュール44cのインタフェースは、マーキング検出ラッパモジュール44aと同様である。   Further, the marking detection wrapper module 44 may be configured as shown in FIG. FIG. 17 is a diagram illustrating a third configuration example of the marking detection wrapper module. In FIG. 17, the same parts as those in FIG. 15 or FIG. FIG. 17 shows an example in which the configuration of FIG. 15 and the configuration of FIG. 16 are mixed. The marking detection wrapper module 44c includes the function of the marking analysis wrapper module 441 for some types of marking. However, the interface of the marking detection wrapper module 44c is the same as that of the marking detection wrapper module 44a.

すなわち、マーキング検出ラッパモジュール44cには、マーキングの種別と、マーキングが合成された画像データとが呼び出し側から指定される。マーキング検出ラッパモジュール44cは、指定されたマーキングの種別が所定のもの(例えば、バーコード)である場合、当該指定されたマーキングの種別に対応するマーキング解析ラッパモジュール441を呼び出すことにより、指定された画像データからの埋め込みデータの抽出を実行する。また、指定されたマーキングの種別が所定のもの(例えば、バーコード)以外のものである場合、マーキング検出ラッパモジュール44cは、指定された種別のマーキングを画像データより検出し、検出されたマーキング画像からの埋め込み形式データの読み取りを、当該マーキングの種別に対応するマーキング読取ライブラリ442に実行させ、読み取られた埋め込み形式データからの埋め込みデータの抽出を埋め込み形式データ解析モジュール443に実行させる。   That is, in the marking detection wrapper module 44c, the type of marking and the image data combined with the marking are designated from the calling side. When the designated marking type is a predetermined type (for example, barcode), the marking detection wrapper module 44c is designated by calling the marking analysis wrapper module 441 corresponding to the designated marking type. Extracting embedded data from image data. If the designated marking type is other than a predetermined type (for example, barcode), the marking detection wrapper module 44c detects the designated type of marking from the image data, and detects the detected marking image. Is read by the marking reading library 442 corresponding to the type of marking, and the embedded format data analysis module 443 is caused to extract embedded data from the read embedded format data.

次に、マーキング検出処理の処理手順について説明する。図18は、マーキング検出処理の処理手順を説明するためのフローチャートである。図18では、モジュール構成が図16に示されるものである場合について説明する。但し、図15又は図17の場合であっても基本的に処理手順は同様であり、各ステップを実行する主体(モジュール)が異なるだけである。   Next, the processing procedure of the marking detection process will be described. FIG. 18 is a flowchart for explaining the processing procedure of the marking detection process. FIG. 18 illustrates a case where the module configuration is as shown in FIG. However, even in the case of FIG. 15 or FIG. 17, the processing procedure is basically the same, and only the main body (module) for executing each step is different.

マーキング検出フィルタ307に画像データへのマーキングが要求されると、マーキング検出フィルタ307は、マーキングの種別及びマーキングが合成された画像データを指定してマーキング検出ラッパモジュール44を呼び出す。   When the marking detection filter 307 is required to mark the image data, the marking detection filter 307 calls the marking detection wrapper module 44 by designating the marking type and the image data combined with the marking.

マーキング検出ラッパモジュール44は、必要に応じてマーキング画像の検出に都合の良いように画像データの色深度の変換を行う(S201)。続いて、マーキング検出ラッパモジュール44は、画像データよりマーキング画像を検出する(S202)。マーキング画像の検出は、パターンマッチ等、周知の方法を用いればよい。続いて、マーキング検出ラッパモジュール44は、検出されたマーキング画像の数に応じてループ処理を実行する(S203)。   The marking detection wrapper module 44 converts the color depth of the image data as necessary for convenient detection of the marking image (S201). Subsequently, the marking detection wrapper module 44 detects a marking image from the image data (S202). For the detection of the marking image, a known method such as pattern matching may be used. Subsequently, the marking detection wrapper module 44 executes a loop process according to the number of detected marking images (S203).

まず、マーキング検出ラッパモジュール44は、検出されたマーキング画像中から一つのマーキング画像を指定して、当該マーキング画像(以下「カレントマーキング画像」という。)のマーキングの種別に対応するマーキング読取ライブラリ442を呼び出す。マーキング読取ライブラリ442は、カレントマーキング画像より埋め込み形式データを解読する(復元する)。マーキング読取ライブラリ442は、解読された埋め込み形式データをマーキング検出ラッパモジュール44に返却する。   First, the marking detection wrapper module 44 designates one marking image from the detected marking images, and uses the marking reading library 442 corresponding to the marking type of the marking image (hereinafter referred to as “current marking image”). call. The marking reading library 442 decodes (restores) the embedded format data from the current marking image. The marking reading library 442 returns the decrypted embedded format data to the marking detection wrapper module 44.

続いて、マーキング検出ラッパモジュール44は、埋め込み形式データを指定して、埋め込み形式データ解析モジュール443を呼び出す。埋め込み形式データ解析モジュール443は、指定された埋め込み形式データのヘッダ情報より、埋め込みデータのデータサイズを取得する(S205)。続いて、埋め込み形式データ解析モジュール443は、埋め込み形式データのヘッダ情報に基づいて埋め込み形式実データのデータ形式を解析し(S206)、解析されたデータ形式に基づいて、埋め込み形式実データを埋め込みデータに変換する(S207)。この際、埋め込み形式実データが圧縮されている場合は、埋め込み形式データ解析モジュール443は、埋め込み形式実データを伸張した後、埋め込みデータへの変換を(埋め込みデータの抽出)行う。抽出された埋め込みデータは、マーキング検出ラッパモジュール44に返却される。   Subsequently, the marking detection wrapper module 44 specifies the embedded format data and calls the embedded format data analysis module 443. The embedded format data analysis module 443 acquires the data size of the embedded data from the header information of the specified embedded format data (S205). Subsequently, the embedded format data analysis module 443 analyzes the data format of the embedded format actual data based on the header information of the embedded format data (S206), and converts the embedded format actual data into the embedded data based on the analyzed data format. (S207). At this time, if the embedded format actual data is compressed, the embedded format data analysis module 443 expands the embedded format actual data, and then converts it into embedded data (extracts embedded data). The extracted embedded data is returned to the marking detection wrapper module 44.

ステップS204からS207の処理が、検出された全てのマーキング画像に対して完了すると、マーキング検出ラッパモジュール44は、抽出された全ての埋め込みデータをマーキング検出フィルタ307に返却する。   When the processing of steps S204 to S207 is completed for all detected marking images, the marking detection wrapper module 44 returns all the embedded data extracted to the marking detection filter 307.

次に、埋め込み形式データの詳細なデータ構造の一例について説明する。上述したように、本実施の形態では、紙文書IDも埋め込みデータとされ得る。したがって、本実施の形態では、文書データの管理体系をも考慮して、埋め込み形式データの構造が設計されている。そこで、まず、本実施の形態における文書データの管理体系について説明する。   Next, an example of a detailed data structure of the embedded format data will be described. As described above, in the present embodiment, the paper document ID can also be embedded data. Therefore, in the present embodiment, the structure of the embedded format data is designed in consideration of the document data management system. First, the document data management system in this embodiment will be described.

図19は、本実施の形態における文書データの管理体系を示す図である。図19において、ドキュメントサービス510は、いわゆる文書管理システムに相当するソフトウェアである。したがって、ドキュメントサービス510においては、一つ以上の文書データ530が管理されている。なお、図中に示されているように、ドキュメントサービス510は複数存在し得る。   FIG. 19 is a diagram showing a document data management system according to the present embodiment. In FIG. 19, a document service 510 is software corresponding to a so-called document management system. Therefore, one or more document data 530 is managed in the document service 510. As shown in the figure, there can be a plurality of document services 510.

リソースマネージャサービス510は、各ドキュメントサービス510の所在等を管理するシステムである。一つのリソースマネージャサービス510において複数のドキュメントサービス510が管理され得る。また、リソースマネージャサービス510は、複数存在し得る。   The resource manager service 510 is a system that manages the location of each document service 510. A single resource manager service 510 can manage a plurality of document services 510. There may be a plurality of resource manager services 510.

以上のようなシステム構成において、各リソースマネージャサービス510は、「SRMS−UUID」と呼ばれるIDによってグローバルに一意に識別される。一方、各ドキュメントサービス510は、「DS−UUID」と呼ばれるIDによって、グローバルに一意に識別される。ドキュメントサービス510は、また、「DS−LID」と呼ばれるIDによって、当該ドキュメントサービス510が属するリソースマネージャサービス510によって一意に識別される。また、各文書データ530は、RS−LIDと呼ばれるIDによって、当該文書データ530が属するドキュメントサービス510において一意に識別される。   In the system configuration as described above, each resource manager service 510 is uniquely identified globally by an ID called “SRMS-UUID”. On the other hand, each document service 510 is uniquely identified globally by an ID called “DS-UUID”. The document service 510 is also uniquely identified by the resource manager service 510 to which the document service 510 belongs by an ID called “DS-LID”. Each document data 530 is uniquely identified by the document service 510 to which the document data 530 belongs by an ID called RS-LID.

図19をふまえて埋め込み形式データの構造を説明する。図20は、埋め込み形式データの詳細な構造例を示す図である。図20では、埋め込み形式データの構造として、タイプ1〜タイプ5までの5種類の例が示されている。各タイプにおいて、ヘッダ情報以外の部分が、埋め込み形式実データに相当する。   The structure of the embedded format data will be described with reference to FIG. FIG. 20 is a diagram illustrating a detailed structure example of embedded format data. In FIG. 20, five types of types 1 to 5 are shown as the structure of the embedded format data. In each type, the part other than the header information corresponds to embedded format actual data.

タイプ1〜タイプ4までは、埋め込み形式実データに紙文書IDのみが含まれる。タイプ1では、SRMS−UUID、DS−UUID、及びRS−LIDの組み合わせによって紙文書IDを構成している(文書を一意に特定している)。タイプ2では、SRMS−UUID、DS−LID、及びRS−UIDの組み合わせによって紙文書IDを構成している。タイプ3では、DS−UUID及びRS−LIDの組み合わせによって紙文書IDを構成している。タイプ4では、DS−LID及びRS−LIDの組み合わせによって紙文書IDを構成している。   For Type 1 to Type 4, only the paper document ID is included in the embedded format actual data. In type 1, a paper document ID is configured by a combination of SRMS-UUID, DS-UUID, and RS-LID (a document is uniquely specified). In type 2, a paper document ID is configured by a combination of SRMS-UUID, DS-LID, and RS-UID. In type 3, the paper document ID is configured by a combination of DS-UUID and RS-LID. In type 4, the paper document ID is configured by a combination of DS-LID and RS-LID.

なお、タイプ5は、埋め込み形式実データが、紙文書ID以外のデータ(RawData)である場合である。   Type 5 is a case where the embedded format actual data is data (RawData) other than the paper document ID.

埋め込み形式実データの構造について、上記のようなバリエーションを有することにより、システムの構成状況に応じて埋め込み形式実データのデータ量を適切に削減することができる。   By having the above-described variations in the structure of the embedded format actual data, the data amount of the embedded format actual data can be appropriately reduced according to the system configuration.

一方、ヘッダ情報は、例えば、次のような構造を有する。図21は、ヘッダ情報の詳細な構造例を示す図である。図21において、ヘッダ情報は、フォーマット識別情報、ヘッダバージョン、フォーマットタイプ、優先順位、紙文書IDフラグ、埋め込みデータサイズ、及びデータ形式等の属性より構成される。   On the other hand, the header information has the following structure, for example. FIG. 21 is a diagram illustrating a detailed structure example of the header information. In FIG. 21, header information includes attributes such as format identification information, header version, format type, priority, paper document ID flag, embedded data size, and data format.

フォーマット識別情報は、マーキングが、本実施の形態におけるマーキング埋め込み機能によって合成されたものであるか否かを識別するための情報である。例えば、他社の機器によって印刷されたマーキングを誤認識してしまうのを防止するための情報である。フォーマット識別情報の値が、所定の値であれば、処理対象となるマーキングであると識別される。   The format identification information is information for identifying whether or not the marking is synthesized by the marking embedding function in the present embodiment. For example, it is information for preventing erroneously recognizing markings printed by devices of other companies. If the value of the format identification information is a predetermined value, it is identified as a marking to be processed.

ヘッダバージョンは、ヘッダ情報のバージョン情報である。フォーマットタイプは、図20において説明した埋め込み形式実データのフォーマット(タイプ1〜タイプ5)を識別するための情報である。優先順位は、一つの画像データから複数のマーキングが検出される場合に、いずれのマーキングから抽出される情報を優先させるかを示す情報である。例えば、この値の大小に応じて優先度が判定される。紙文書IDフラグは、埋め込み形式実データに含まれているデータが紙文書IDであるか否かを示す情報である。埋め込みデータサイズは、埋め込みデータのデータサイズを示す情報である。データ形式は、埋め込みデータが紙文書IDでない場合(RawData)の場合、そのデータ形式を示す情報である。   The header version is version information of header information. The format type is information for identifying the format (type 1 to type 5) of the embedded format actual data described in FIG. The priority order is information indicating which information extracted from which marking is prioritized when a plurality of markings are detected from one image data. For example, the priority is determined according to the magnitude of this value. The paper document ID flag is information indicating whether or not the data included in the embedded format actual data is a paper document ID. The embedded data size is information indicating the data size of embedded data. The data format is information indicating the data format when the embedded data is not a paper document ID (RawData).

なお、ヘッダ情報を構成する属性のうち、埋め込み形式実データのタイプによっては、不要なものがある。例えば、紙文書IDである場合は、データ形式は不要である。したがって、図21の表の列方向に示されているように、埋め込み形式実データのタイプに応じてヘッダ情報を構成する属性を変化させることにより、データ量の削減を図っても良い。   Among the attributes constituting the header information, there are unnecessary attributes depending on the type of embedded format actual data. For example, in the case of a paper document ID, the data format is not necessary. Therefore, as shown in the column direction of the table of FIG. 21, the amount of data may be reduced by changing the attributes constituting the header information in accordance with the type of embedded format actual data.

上述したように、本発明の実施の形態における複合機1にでは、マーキング埋め込み機能やマーキング検出機能が、マーキング埋め込みフィルタ312又はマーキング検出フィルタ307といったフィルタによって構成されている。したがって、既存のサービスや、新たなサービスを構築する場合、これらのフィルタを組み込むことで当該サービスに対してフィルタ埋め込み機能又はフィルタ検出機能を実装することができる。よって、各種のサービスに対して容易にマーキング機能を追加することができる。   As described above, in the multi-function device 1 according to the embodiment of the present invention, the marking embedding function and the marking detection function are configured by a filter such as the marking embedding filter 312 or the marking detection filter 307. Therefore, when an existing service or a new service is constructed, a filter embedding function or a filter detection function can be implemented for the service by incorporating these filters. Therefore, a marking function can be easily added to various services.

以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.

本発明の実施の形態における複合機のハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of a multifunction machine according to an embodiment of the present invention. 本発明の実施の形態における複合機のソフトウェア構成例を示す図である。FIG. 3 is a diagram illustrating a software configuration example of a multifunction machine according to an embodiment of the present invention. パイプ&フィルタの概念を説明するための図である。It is a figure for demonstrating the concept of a pipe & filter. プリンタアクティビティのフィルタ構成のバリエーションを示す図である。It is a figure which shows the variation of the filter structure of a printer activity. マーキング埋め込みフィルタの組み込み方式を説明するための図である。It is a figure for demonstrating the incorporation system of a marking embedding filter. マーキング埋め込みフィルタの構成例を示す図である。It is a figure which shows the structural example of a marking embedding filter. マーキング埋め込みラッパモジュールの第一の構成例を示す図である。It is a figure which shows the 1st structural example of a marking embedding wrapper module. マーキング埋め込みラッパモジュールの第二の構成例を示す図である。It is a figure which shows the 2nd structural example of a marking embedding wrapper module. マーキング埋め込みラッパモジュールの第三の構成例を示す図である。It is a figure which shows the 3rd structural example of a marking embedding wrapper module. マーキング埋め込み処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of a marking embedding process. 埋め込み形式データの構造例を示す図である。It is a figure which shows the example of a structure of embedding format data. コピーアクティビティのフィルタ構成のバリエーションを示す図である。It is a figure which shows the variation of the filter structure of a copy activity. マーキング検出フィルタの組み込み方式を説明するための図である。It is a figure for demonstrating the incorporation system of a marking detection filter. マーキング検出フィルタの構成例を示す図である。It is a figure which shows the structural example of a marking detection filter. マーキング検出ラッパモジュールの第一の構成例を示す図である。It is a figure which shows the 1st structural example of a marking detection wrapper module. マーキング検出ラッパモジュールの第二の構成例を示す図である。It is a figure which shows the 2nd structural example of a marking detection wrapper module. マーキング検出ラッパモジュールの第三の構成例を示す図である。It is a figure which shows the 3rd structural example of a marking detection wrapper module. マーキング検出処理の処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence of a marking detection process. 本実施の形態における文書データの管理体系を示す図である。It is a figure which shows the management system of the document data in this Embodiment. 埋め込み形式データの詳細な構造例を示す図である。It is a figure which shows the detailed structural example of embedding format data. ヘッダ情報の詳細な構造例を示す図である。It is a figure which shows the detailed structural example of header information.

符号の説明Explanation of symbols

1 複合機
10 ユーザインタフェース層
11 通信サーバ部
12 ローカルUI部
20 コントロール層
21 リクエスト管理部
22 機内監視部
23 プラグイン管理部
30 アプリケーションロジック層
40 デバイスサービス層
41 画像パイプ
42 データ管理部
43 マーキング埋め込みラッパモジュール43
50 デバイス制御層
51 スキャナ制御部
52 プロッタ制御部
53 ストレージ制御部
54 FCU制御部
55 ネットワーク制御部
201 コントローラ
202 オペレーションパネル
203 ファクシミリコントロールユニット
211 CPU
212 ASIC
221 NB
222 SB
231 MEM−P
232 MEM−C
233 HDD
234 メモリカードスロット
235 メモリカード
241 NIC
242 USBデバイス
243 IEEE1394デバイス
244 セントロニクスデバイス
301 読取フィルタ
302 保管文書読出フィルタ
303 メール受信フィルタ
304 FAX受信フィルタ
305 PC文書受信フィルタ
306 レポートフィルタ
307 マーキング検出フィルタ
311 文書加工フィルタ
312 マーキング埋め込みフィルタ
321 印刷フィルタ
322 保管文書登録フィルタ
323 メール送信フィルタ
324 FAX送信フィルタ
325 PC文書送信フィルタ
326 プレビューフィルタ
431 マーキング生成ラッパモジュール
432 マーキング生成ライブラリ
433 埋め込み形式生成モジュール
441 マーキング解析ラッパモジュール
442 マーキング読取ライブラリ
443 埋め込み形式データ解析モジュール
1 MFP 10 User interface layer 11 Communication server unit 12 Local UI unit 20 Control layer 21 Request management unit 22 In-machine monitoring unit 23 Plug-in management unit 30 Application logic layer 40 Device service layer 41 Image pipe 42 Data management unit 43 Marking embedded wrapper Module 43
50 Device Control Layer 51 Scanner Control Unit 52 Plotter Control Unit 53 Storage Control Unit 54 FCU Control Unit 55 Network Control Unit 201 Controller 202 Operation Panel 203 Facsimile Control Unit 211 CPU
212 ASIC
221 NB
222 SB
231 MEM-P
232 MEM-C
233 HDD
234 Memory card slot 235 Memory card 241 NIC
242 USB device 243 IEEE 1394 device 244 Centronics device 301 Reading filter 302 Storage document reading filter 303 Mail reception filter 304 FAX reception filter 305 PC document reception filter 306 Report filter 307 Marking detection filter 311 Document processing filter 312 Marking embedding filter 321 Printing filter 322 Storage Document registration filter 323 Mail transmission filter 324 FAX transmission filter 325 PC document transmission filter 326 Preview filter 431 Marking generation wrapper module 432 Marking generation library 433 Embedded format generation module 441 Marking analysis wrapper module 442 Marking reading library 443 Embedded format data analysis module

Claims (18)

それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置であって、
前記ソフトウェア部品の一つとして、前記画像データに対する埋め込み情報を表現するマーキングを生成し、前記マーキングを前記画像データに対して合成するマーキング合成手段を有することを特徴とする画像形成装置。
An image forming apparatus that has a plurality of software components that execute any one of input, processing, and output of image data, and that provides services related to image data by connecting the software components,
An image forming apparatus, comprising: a marking composition unit that generates markings representing embedding information for the image data as one of the software components, and synthesizes the markings with the image data.
前記埋め込み情報に基づいて前記マーキングを生成するマーキング生成手段を有し、
前記マーキング合成手段は、前記マーキング生成手段を用いて前記マーキングを生成することを特徴とする請求項1記載の画像形成装置。
Marking generation means for generating the marking based on the embedded information;
The image forming apparatus according to claim 1, wherein the marking composition unit generates the marking using the marking generation unit.
前記埋め込み情報を所定の形式に変換するデータ形式変換手段を有し、
前記マーキング合成手段は、前記所定の形式に変換された前記埋め込み情報を表現するマーキングを生成することを特徴とする請求項1又は2記載の画像形成装置。
Data format conversion means for converting the embedded information into a predetermined format;
The image forming apparatus according to claim 1, wherein the marking composition unit generates a marking that represents the embedded information converted into the predetermined format.
それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置であって、
前記ソフトウェア部品の一つとして、前記画像データに対して合成されているマーキングを検出し、前記マーキングによって表現されている情報を復元するマーキング検出手段を有することを特徴とする画像形成装置。
An image forming apparatus that has a plurality of software components that execute any one of input, processing, and output of image data, and that provides services related to image data by connecting the software components,
An image forming apparatus comprising: marking detection means for detecting a marking synthesized with the image data and restoring information represented by the marking as one of the software components.
前記マーキングに基づいて当該マーキングによって表現されている情報を復元する情報復元手段を有し、
前記マーキング検出手段は、前記情報復元手段を用いて前記画像データに対して合成されているマーキングによって表現されている情報を復元することを特徴とする請求項4記載の画像形成装置。
Having information restoration means for restoring the information represented by the marking based on the marking;
The image forming apparatus according to claim 4, wherein the marking detection unit restores information expressed by marking combined with the image data using the information restoration unit.
前記マーキングによって表現されている情報は、前記画像データに対する埋め込み情報が所定の形式に変換されたものであり、
前記マーキングによって表現されている情報から前記埋め込み情報を抽出する埋め込み情報抽出手段を有し、
前記マーキング検出手段は、前記埋め込み情報抽出手段を用いて前記画像データに対して合成されているマーキングより復元された情報より前記埋め込み情報を抽出することを特徴とする請求項4又は5記載の画像形成装置。
The information expressed by the marking is obtained by converting embedded information for the image data into a predetermined format,
Having embedded information extraction means for extracting the embedded information from the information represented by the marking;
6. The image according to claim 4, wherein the marking detection unit extracts the embedded information from information restored from the marking combined with the image data using the embedded information extraction unit. Forming equipment.
それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置が実行する画像処理方法であって、
前記ソフトウェア部品の一つが、前記画像データに対する埋め込み情報を表現するマーキングを生成し、前記マーキングを前記画像データに対して合成するマーキング合成手順を有することを特徴とする画像処理方法。
An image processing method executed by an image forming apparatus that includes a plurality of software components that execute any one of input, processing, or output of image data, and that provides services related to image data by connecting the software components,
An image processing method comprising: a marking composition procedure in which one of the software components generates a marking that represents embedded information for the image data, and combines the marking with the image data.
前記埋め込み情報に基づいて前記マーキングを生成するマーキング生成手順を有し、
前記マーキング合成手順は、前記マーキング生成手順を用いて前記マーキングを生成することを特徴とする請求項7記載の画像処理方法。
A marking generation procedure for generating the marking based on the embedded information;
The image processing method according to claim 7, wherein the marking synthesis procedure generates the marking using the marking generation procedure.
前記埋め込み情報を所定の形式に変換するデータ形式変換手順を有し、
前記マーキング合成手順は、前記所定の形式に変換された前記埋め込み情報を表現するマーキングを生成することを特徴とする請求項7又は8記載の画像処理方法。
A data format conversion procedure for converting the embedded information into a predetermined format;
The image processing method according to claim 7 or 8, wherein the marking composition procedure generates a marking representing the embedded information converted into the predetermined format.
それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置が実行する画像処理方法であって、
前記ソフトウェア部品の一つが、前記画像データに対して合成されているマーキングを検出し、前記マーキングによって表現されている情報を復元するマーキング検出手順を有することを特徴とする画像処理方法。
An image processing method executed by an image forming apparatus that includes a plurality of software components that execute any one of input, processing, or output of image data, and that provides services related to image data by connecting the software components,
An image processing method comprising: a marking detection procedure in which one of the software components detects a marking synthesized with the image data, and restores information represented by the marking.
前記マーキングに基づいて当該マーキングによって表現されている情報を復元する情報復元手順を有し、
前記マーキング検出手順は、前記情報復元手順を用いて前記画像データに対して合成されているマーキングによって表現されている情報を復元することを特徴とする請求項10記載の画像処理方法。
Having an information restoration procedure for restoring the information represented by the marking based on the marking;
The image processing method according to claim 10, wherein the marking detection procedure restores information expressed by marking combined with the image data using the information restoration procedure.
前記マーキングによって表現されている情報は、前記画像データに対する埋め込み情報が所定の形式に変換されたものであり、
前記マーキングによって表現されている情報から前記埋め込み情報を抽出する埋め込み情報抽出手順を有し、
前記マーキング検出手順は、前記埋め込み情報抽出手順を用いて前記画像データに対して合成されているマーキングより復元された情報より前記埋め込み情報を抽出することを特徴とする請求項10又は11記載の画像処理方法。
The information expressed by the marking is obtained by converting embedded information for the image data into a predetermined format,
An embedded information extraction procedure for extracting the embedded information from the information represented by the marking;
12. The image according to claim 10, wherein the marking detection procedure extracts the embedded information from information restored from the marking synthesized with the image data using the embedded information extraction procedure. Processing method.
それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置に、
前記ソフトウェア部品の一つとして、前記画像データに対する埋め込み情報を表現するマーキングを生成し、前記マーキングを前記画像データに対して合成するマーキング合成手順を実行させるための画像処理プログラム。
An image forming apparatus that has a plurality of software components that execute any one of input, processing, and output of image data, and that provides services related to image data by connecting the software components,
An image processing program for generating a marking representing embedded information for the image data as one of the software components and executing a marking composition procedure for compositing the marking with the image data.
前記埋め込み情報に基づいて前記マーキングを生成するマーキング生成手順を有し、
前記マーキング合成手順は、前記マーキング生成手順を用いて前記マーキングを生成することを特徴とする請求項13記載の画像処理プログラム。
A marking generation procedure for generating the marking based on the embedded information;
The image processing program according to claim 13, wherein the marking synthesis procedure generates the marking using the marking generation procedure.
前記埋め込み情報を所定の形式に変換するデータ形式変換手順を有し、
前記マーキング合成手順は、前記所定の形式に変換された前記埋め込み情報を表現するマーキングを生成することを特徴とする請求項13又は14記載の画像処理プログラム。
A data format conversion procedure for converting the embedded information into a predetermined format;
15. The image processing program according to claim 13, wherein the marking composition procedure generates a marking that represents the embedded information converted into the predetermined format.
それぞれ画像データの入力、加工、又は出力のいずれかを実行する複数のソフトウェア部品を有し、前記ソフトウェア部品の接続によって画像データに関するサービスを提供する画像形成装置に、
前記ソフトウェア部品の一つとして、前記画像データに対して合成されているマーキングを検出し、前記マーキングによって表現されている情報を復元するマーキング検出手順を実行させるための画像処理プログラム。
An image forming apparatus that has a plurality of software components that execute any one of input, processing, and output of image data, and that provides services related to image data by connecting the software components,
An image processing program for detecting a marking combined with the image data as one of the software components and executing a marking detection procedure for restoring information expressed by the marking.
前記マーキングに基づいて当該マーキングによって表現されている情報を復元する情報復元手順を有し、
前記マーキング検出手順は、前記情報復元手順を用いて前記画像データに対して合成されているマーキングによって表現されている情報を復元することを特徴とする請求項16記載の画像処理プログラム。
Having an information restoration procedure for restoring the information represented by the marking based on the marking;
The image processing program according to claim 16, wherein the marking detection procedure restores information expressed by marking combined with the image data using the information restoration procedure.
前記マーキングによって表現されている情報は、前記画像データに対する埋め込み情報が所定の形式に変換されたものであり、
前記マーキングによって表現されている情報から前記埋め込み情報を抽出する埋め込み情報抽出手順を有し、
前記マーキング検出手順は、前記埋め込み情報抽出手順を用いて前記画像データに対して合成されているマーキングより復元された情報より前記埋め込み情報を抽出することを特徴とする請求項16又は17記載の画像処理プログラム。
The information expressed by the marking is obtained by converting embedded information for the image data into a predetermined format,
An embedded information extraction procedure for extracting the embedded information from the information represented by the marking;
18. The image according to claim 16 or 17, wherein the marking detection procedure extracts the embedded information from information restored from the marking combined with the image data using the embedded information extraction procedure. Processing program.
JP2006337263A 2006-12-14 2006-12-14 Image forming apparatus, image processing method, and image processing program Pending JP2008153769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006337263A JP2008153769A (en) 2006-12-14 2006-12-14 Image forming apparatus, image processing method, and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006337263A JP2008153769A (en) 2006-12-14 2006-12-14 Image forming apparatus, image processing method, and image processing program

Publications (1)

Publication Number Publication Date
JP2008153769A true JP2008153769A (en) 2008-07-03

Family

ID=39655525

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006337263A Pending JP2008153769A (en) 2006-12-14 2006-12-14 Image forming apparatus, image processing method, and image processing program

Country Status (1)

Country Link
JP (1) JP2008153769A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008153949A (en) * 2006-12-18 2008-07-03 Ricoh Co Ltd Image processor and image processing method
JP2010074436A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image processing apparatus, image processing method, and image processing program
JP2010074434A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image forming device and program
JP2010074433A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image forming device, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005149320A (en) * 2003-11-18 2005-06-09 Canon Inc Image processing apparatus, control method therefor, and program
JP2005173788A (en) * 2003-12-09 2005-06-30 Ibm Japan Ltd Autonomic computing system, execution environment control method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005149320A (en) * 2003-11-18 2005-06-09 Canon Inc Image processing apparatus, control method therefor, and program
JP2005173788A (en) * 2003-12-09 2005-06-30 Ibm Japan Ltd Autonomic computing system, execution environment control method, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008153949A (en) * 2006-12-18 2008-07-03 Ricoh Co Ltd Image processor and image processing method
JP2010074436A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image processing apparatus, image processing method, and image processing program
JP2010074434A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image forming device and program
JP2010074433A (en) * 2008-09-17 2010-04-02 Ricoh Co Ltd Image forming device, and program
US9128407B2 (en) 2008-09-17 2015-09-08 Ricoh Company, Ltd. Image forming device and computer-readable storage medium

Similar Documents

Publication Publication Date Title
JP5199761B2 (en) Information processing apparatus, image input apparatus, document distribution system, and control method therefor
JP2009043262A (en) Network device for intelligent electronic document content processing
US8749822B2 (en) Image processing apparatus and image processing method
EP2093690A1 (en) Authentication control apparatus and authentication control method
US20090109484A1 (en) Information processing apparatus and information processing method
US20090043731A1 (en) Information processing apparatus, and function limitation method of information processing apparatus
CN101515982B (en) Image forming apparatus, and information processing method
US20100066749A1 (en) Image forming apparatus with software components
JP2007060220A (en) Image forming apparatus
JP2008153769A (en) Image forming apparatus, image processing method, and image processing program
US9128407B2 (en) Image forming device and computer-readable storage medium
EP1973324A1 (en) Apparatus, method, and computer product for image processing
EP3226202B1 (en) Image processing apparatus, image processing method, and program
JP4890223B2 (en) Electronic device, report creation method and report creation program
KR102024520B1 (en) Method and system for embedding QR Code in an image forming apparatus
US7952750B2 (en) Image processing apparatus and image processing method
JP5004828B2 (en) Image processing apparatus, image processing method, program, and recording medium
JP2007174616A (en) Image processing apparatus, image processing method, image processing program and recording medium
US7952741B2 (en) Information-processing system causing a plurality of processing execution apparatuses to execute a plurality of kinds of processing for one kind of data
US20120120447A1 (en) Image processing system, image processing server, image forming apparatus, image processing method, and recording medium
JP7087755B2 (en) Data transmission system and data transmission device
US20090009794A1 (en) Image processing apparatus capable of tracing printed image, image processing method executed in the image processing apparatus, and image processing program embodied on computer readable medium
US20050052688A1 (en) Document edit method and image processing apparatus
US8830501B2 (en) Process flow execution apparatus, control method thereof, and storage medium storing control program therefor for determining the version of a process flow application
US8553927B2 (en) Image processing device and method for determining image data processes based on additional information

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090907

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110708

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110913