JP2011044816A - Image reading system, computer program and information processor - Google Patents

Image reading system, computer program and information processor Download PDF

Info

Publication number
JP2011044816A
JP2011044816A JP2009190395A JP2009190395A JP2011044816A JP 2011044816 A JP2011044816 A JP 2011044816A JP 2009190395 A JP2009190395 A JP 2009190395A JP 2009190395 A JP2009190395 A JP 2009190395A JP 2011044816 A JP2011044816 A JP 2011044816A
Authority
JP
Japan
Prior art keywords
driver
image reading
image
scanner
information processing
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.)
Granted
Application number
JP2009190395A
Other languages
Japanese (ja)
Other versions
JP5129213B2 (en
JP2011044816A5 (en
Inventor
Hirotaka Watanabe
浩崇 渡辺
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.)
Canon Electronics Inc
Original Assignee
Canon Electronics Inc
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 Canon Electronics Inc filed Critical Canon Electronics Inc
Priority to JP2009190395A priority Critical patent/JP5129213B2/en
Priority to US12/849,266 priority patent/US8456715B2/en
Publication of JP2011044816A publication Critical patent/JP2011044816A/en
Publication of JP2011044816A5 publication Critical patent/JP2011044816A5/ja
Application granted granted Critical
Publication of JP5129213B2 publication Critical patent/JP5129213B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Facsimiles In General (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the time required for switching drivers when a plurality of different types of image readers are used. <P>SOLUTION: The information processor is provided with: a first driver for controlling a first image reader; a second driver for controlling a second image reader; and an application program. The first driver is provided with an application interface for pretending the application program. The first driver transfers information for controlling the second image reader received from the application program to the second driver. The second driver controls the second image reader according to the transferred information. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、原稿の画像情報を読取る画像読取装置、画像読取方法を実行するためのプログラムに関する。   The present invention relates to an image reading apparatus for reading image information of a document and a program for executing an image reading method.

一般に、画像読取装置(以下スキャナ)には、シートフィード機能を有するシートフィードスキャナと、フラットベッドスキャナと、シートフィード機能とフラットベッド機能が一体になったスキャナ(以下複合スキャナ)との3種類が存在する。これらは用途に応じて使い分けられている。例えば大量に文書をスキャンしたいときは、シートフィードスキャナが適している。本をスキャンしたいときはフラットベッドスキャナが適している。そして、複合スキャナはその両方の用途を兼ね備えている。   In general, there are three types of image reading apparatuses (hereinafter referred to as scanners): a sheet feed scanner having a sheet feed function, a flat bed scanner, and a scanner in which the sheet feed function and the flat bed function are integrated (hereinafter referred to as a composite scanner). Exists. These are properly used according to the application. For example, a sheet feed scanner is suitable for scanning a large amount of documents. A flatbed scanner is suitable when you want to scan a book. The composite scanner has both uses.

複合スキャナはシートフィード機能とフラットベッド機能が一体になっているため各種の用途に使用可能であるが、複合スキャナのサイズは一般的に大きく、可搬性に乏しい。よって、可搬性も望んでいるユーザーにとって、複合スキャナは不向きであろう。そこで、可搬性を望むユーザーはフラットベッドスキャナとシートフィードスキャナとをそれぞれ購入し、用途に応じてこれらを使い分けている。また、これらのスキャナは比較的に小さいため、使わないときはスキャナを机上から片付けることができる。   Since the composite scanner has a sheet feed function and a flatbed function integrated, it can be used for various purposes. However, the size of the composite scanner is generally large and is not portable. Therefore, a composite scanner may not be suitable for users who also want portability. Therefore, a user who desires portability purchases a flatbed scanner and a sheet feed scanner, and uses them separately according to the application. Also, since these scanners are relatively small, they can be cleared from the desk when not in use.

ところで、スキャナは一般的にUSB(ユニバーサル・シリアル・バス)などの接続インターフェースを介してパーソナルコンピュータ(PC)と接続されて使用される。スキャナは、スキャナドライバと呼ばれる、アプリケーションとスキャナの仲介を行うプログラムモジュールによって制御される。スキャナが読取った画像は、スキャナドライバを介してアプリケーションプログラム(以下アプリケーション)に渡され、アプリケーションがその画像を表示したり、保存したりする。   Incidentally, a scanner is generally used by being connected to a personal computer (PC) via a connection interface such as a USB (Universal Serial Bus). The scanner is controlled by a program module called a scanner driver that mediates between an application and the scanner. An image read by the scanner is passed to an application program (hereinafter referred to as an application) through a scanner driver, and the application displays or saves the image.

フラットベッドスキャナとシートフィードスキャナを購入した場合、ユーザーはフラットベッドスキャナ用ドライバ(以下フラットベッドドライバ)とシートフィードスキャナ用ドライバ(以下シートフィードドライバ)をそれぞれPCにインストールしなければならない。さらに、ユーザーは、アプリケーションを実行している最中に、使用するスキャナに対応したスキャナドライバを選択しなければならない。スキャナドライバが選択されると、アプリケーションは、これまで選択されていたスキャナドライバをメモリからアンロードし、新しく選択されたスキャナドライバをメモリにロードし、ロードしたスキャナドライバを通じてスキャナを初期化する必要がある。これらの処理は一般的に時間がかかる処理である。そのため、ユーザーは使用するスキャナを切り替えるたびに、ストレスを感じてしまうかもしれない。   When a flat bed scanner and a sheet feed scanner are purchased, a user must install a flat bed scanner driver (hereinafter referred to as a flat bed driver) and a sheet feed scanner driver (hereinafter referred to as a sheet feed driver) on the PC. Furthermore, the user must select a scanner driver corresponding to the scanner to be used while executing the application. When a scanner driver is selected, the application must unload the previously selected scanner driver from memory, load the newly selected scanner driver into memory, and initialize the scanner through the loaded scanner driver. is there. These processes are generally time-consuming processes. Therefore, the user may feel stress every time the scanner to be used is switched.

この課題を解決するために、特許文献1では、シートフィードスキャナにプラテンスキャナ(フラットベッドスキャナ)を接続できる構成にし、フラットベッドスキャナが読取った画像は、シートフィードスキャナ内で画像処理される。   In order to solve this problem, in Patent Document 1, a platen scanner (flatbed scanner) can be connected to a sheet feed scanner, and an image read by the flatbed scanner is subjected to image processing in the sheet feed scanner.

特開2003−234864号公報JP 2003-234864 A

しかし、特許文献1に記載されているスキャナシステムでは、シートフィードスキャナとフラットベッドスキャナとは専用のプラテンインタフェースによって接続されており、シートフィードスキャナがフラットベッドスキャナを制御する構成を採用している。すなわち、フラットベッドスキャナは、シートフィードスキャナがなければ機能しない構成となっている。つまり、フラットベッドスキャナは、シートフィードスキャナに完全に依存している(特許文献1、段落0031)。また、スキャナドライバは、シートフィードスキャナのみについて必要とされるものと推測される。なぜなら、フラットベッドスキャナは読取った画像の情報をシートフィードスキャナに渡し、シートフィードスキャナがその情報を画像のデータに変換するからである(特許文献1、段落0035)。このように、特許文献1に記載されたシステムでは、単一のスキャナドライバのみを用意すればよいものの、シートフィードスキャナは、フラットベッドスキャナの制御機能を備えている必要があり、両者を接続するための専用のインターフェースも必要となってしまう。また、フラットベッドスキャナを単体でPCに接続して使用することもできない。   However, in the scanner system described in Patent Document 1, the sheet feed scanner and the flat bed scanner are connected by a dedicated platen interface, and the sheet feed scanner controls the flat bed scanner. In other words, the flatbed scanner does not function without a sheet feed scanner. In other words, the flatbed scanner completely depends on the sheet feed scanner (Patent Document 1, paragraph 0031). Also, it is assumed that the scanner driver is required only for the sheet feed scanner. This is because the flatbed scanner passes the read image information to the sheet feed scanner, and the sheet feed scanner converts the information into image data (Patent Document 1, paragraph 0035). As described above, in the system described in Patent Document 1, only a single scanner driver needs to be prepared. However, the sheet feed scanner needs to have a control function of a flatbed scanner, and the two are connected. A dedicated interface is also required. In addition, the flatbed scanner cannot be used by being connected to a PC alone.

そこで、本発明は、このような課題および他の課題のうち、少なくとも1つを解決することを目的とする。本発明では、例えば、種類の異なる複数の画像読取装置を使用する際に、ドライバの切り替えに必要となる切り替え時間を短縮することを目的とする。なお、他の課題については明細書の全体を通して理解できよう。   Therefore, an object of the present invention is to solve at least one of such problems and other problems. An object of the present invention is to shorten the switching time required for driver switching when using a plurality of different types of image reading apparatuses, for example. Other issues can be understood throughout the specification.

本発明の画像読取システムは、例えば、
それぞれ種類の異なる複数の画像読取装置と、
前記複数の画像読取装置が並列または直列に接続可能な情報処理装置と
を備え、
前記情報処理装置は、
前記複数の画像読取装置のうち第1の画像読取装置を制御するための第1のドライバと、
前記複数の画像読取装置のうち前記第1の画像読取装置とは種類の異なる第2の画像読取装置を制御するための第2のドライバと、
前記第1のドライバまたは前記第2のドライバから画像のデータを受け取るアプリケーションプログラムと
を備え、
前記アプリケーションプログラムは、前記第1のドライバまたは前記第2のドライバと通信するための第1のドライバインターフェースを備え、
前記第1のドライバおよび前記第2のドライバはそれぞれ、前記アプリケーションプログラムと通信するためのアプリケーションインタフェースを備え、
前記第1のドライバは、前記第2のドライバが備えるアプリケーションインタフェースと通信するための第2のドライバインターフェースをさらに備え、
前記情報処理装置は、前記第1の画像読取装置により画像を読取る際には前記第1のドライバを介して前記第1の画像読取装置を制御し、前記第2の画像読取装置により画像を読取る際には前記第1のドライバおよび前記第2のドライバを介して前記第2の画像読取装置を制御することを特徴とする。
The image reading system of the present invention is, for example,
A plurality of different image reading devices,
An information processing device in which the plurality of image reading devices can be connected in parallel or in series;
The information processing apparatus includes:
A first driver for controlling the first image reading device among the plurality of image reading devices;
A second driver for controlling a second image reading device of a type different from the first image reading device among the plurality of image reading devices;
An application program for receiving image data from the first driver or the second driver,
The application program includes a first driver interface for communicating with the first driver or the second driver,
Each of the first driver and the second driver includes an application interface for communicating with the application program,
The first driver further includes a second driver interface for communicating with an application interface included in the second driver;
The information processing apparatus controls the first image reading apparatus via the first driver when reading an image by the first image reading apparatus, and reads the image by the second image reading apparatus. In some cases, the second image reading apparatus is controlled via the first driver and the second driver.

本発明では、種類の異なる複数の画像読取装置を使用する際に、ドライバの切り替えに必要となる切り替え時間を短縮することができる。具体的には、第1の画像読取装置を第1のドライバにより制御し、第2の画像読取装置を第1のドライバを介して第2のドライバにより制御できるようにしたため、第1のドライバのアンロードや再ロードは不要となる。よって、ドライバの切り替えに必要となる切り替え時間を短縮することができる。   According to the present invention, when a plurality of different types of image reading apparatuses are used, the switching time required for driver switching can be shortened. Specifically, the first image reading apparatus is controlled by the first driver, and the second image reading apparatus can be controlled by the second driver via the first driver. No unloading or reloading is required. Therefore, the switching time required for driver switching can be shortened.

実施形態に係るシートフィードスキャナの構成を示す図。FIG. 3 is a diagram illustrating a configuration of a sheet feed scanner according to the embodiment. 実施形態に係るフラットベッドスキャナの構成を示す図。The figure which shows the structure of the flat bed scanner which concerns on embodiment. シートフィードスキャナの電気回路の概略構成を示すブロック図。The block diagram which shows schematic structure of the electric circuit of a sheet feed scanner. フラットベッドスキャナの電気回路の概略構成を示すブロック図。The block diagram which shows schematic structure of the electric circuit of a flat bed scanner. 実施形態に係るPCの電気回路の概略構成を示すブロック図。The block diagram which shows schematic structure of the electric circuit of PC which concerns on embodiment. PC上のアプリケーションとスキャナドライバの構成を示す図。The figure which shows the structure of the application and scanner driver on PC. シートフィードスキャナとフラットベッドスキャナがPCへ同時に接続されたときの図。The figure when a sheet feed scanner and a flatbed scanner are simultaneously connected to a PC. PCに複数のスキャナドライバの構成を示す図。The figure which shows the structure of a some scanner driver in PC. アプリケーションによって実行されるフラットベッドドライバのロード処理を示したフローチャート図。The flowchart figure which showed the load process of the flatbed driver performed by the application. フラットベッドドライバが表示するユーザーインターフェース図。The user interface figure which a flatbed driver displays. 白紙検知機能のON/OFFを設定するための設定ダイアログ図。The setting dialog figure for setting ON / OFF of a blank paper detection function. 自動読取方法の一例を示したフローチャート図。The flowchart figure which showed an example of the automatic reading method. PCに接続された3台以上のスキャナを使用するための共通のユーザーインターフェースの一例を示した図。The figure which showed an example of the common user interface for using three or more scanners connected to PC. スキャナ選択用ダイアログの一例を示した図。The figure which showed an example of the dialog for scanner selection. ユーザーインターフェースの他の例を示した図。The figure which showed the other example of the user interface. 画像処理部の搭載位置を説明するためのす図。The figure for demonstrating the mounting position of an image process part.

以下に本発明の一実施形態を示す。以下で説明される個別の実施形態は、本発明の上位概念、中位概念および下位概念など種々の概念を理解するために役立つであろう。また、本発明の技術的範囲は、特許請求の範囲によって確定されるのであって、以下の個別の実施形態によって限定されるわけではない。   An embodiment of the present invention is shown below. The individual embodiments described below will help to understand various concepts, such as the superordinate concept, intermediate concept and subordinate concept of the present invention. Further, the technical scope of the present invention is determined by the scope of the claims, and is not limited by the following individual embodiments.

以下では、それぞれ種類(例えば、読取り形式等)の異なる複数の画像読取装置と、これらの画像読取装置が並列または直列に接続可能な情報処理装置とを備えた画像読取システムについて説明する。   Hereinafter, an image reading system including a plurality of image reading apparatuses of different types (for example, reading formats) and information processing apparatuses to which these image reading apparatuses can be connected in parallel or in series will be described.

なお、画像読取システムには、2種類以上の画像読取装置が少なくとも2台あればよい。すなわち、第1の読取り形式の画像読取装置が1台で、第1の読取り形式の画像読取装置が2台であってもよい。   Note that the image reading system only needs to include at least two image reading apparatuses. That is, the number of the first reading format image reading device may be one and the number of the first reading format image reading device may be two.

また、情報処理装置に対する画像読取装置の接続形態も各画像読取装置が独立かつ並列(パラレル)に情報処理装置へ接続されていてもよいし、すべての画像読取装置が直列(シーケンシャル)に接続されていてもよい。あるいは、並列接続形態と直列接続形態とが混在していてもよい。   In addition, as for the connection form of the image reading apparatus to the information processing apparatus, each image reading apparatus may be connected to the information processing apparatus independently and in parallel (parallel), or all the image reading apparatuses are connected in series (sequential). It may be. Or the parallel connection form and the serial connection form may be mixed.

本実施形態では、画像読取装置を制御する制御プログラムのうちある画像読取装置のドライバが他の画像読取装置のドライバにとってはまるでアプリケーションプログラムであるかのように振舞うことに特徴があるからである。   This is because the present embodiment is characterized in that a driver of one image reading device among control programs for controlling the image reading device behaves as if it is an application program for a driver of another image reading device.

図1は、実施形態に係るシートフィードスキャナ1の構成を示す図である。シートフィードスキャナ1は、第1の画像読取装置とは種類の異なる第2の画像読取装置の一例である。   FIG. 1 is a diagram illustrating a configuration of a sheet feed scanner 1 according to the embodiment. The sheet feed scanner 1 is an example of a second image reading device of a different type from the first image reading device.

なお、シートフィードスキャナは、シートスルー型スキャナと呼ばれることもある。スキャンが開始されると、シートフィードスキャナ1は原稿検知センサ9を用いて原稿Dが存在するか否かを判定する。   The sheet feed scanner is sometimes called a sheet-through scanner. When scanning is started, the sheet feed scanner 1 uses the document detection sensor 9 to determine whether or not the document D exists.

原稿Dが存在していれば、ラインイメージセンサ5が白色の対向部材7を読取り、シートフィードスキャナ1はシェーディング補正用の補正データを生成する。生成された補正データは画素ごとにメモリに記憶される。   If the document D exists, the line image sensor 5 reads the white facing member 7 and the sheet feed scanner 1 generates correction data for shading correction. The generated correction data is stored in the memory for each pixel.

ピックアップローラ2と給送ローラ3とがシートフィードスキャナ1内に原稿Dの束を取り込む。分離ローラ4は束を1枚ずつの原稿に分離する。第1ローラ対8aは、分離された原稿Dを副走査方向(原稿搬送方向)に搬送し、ラインイメージセンサ5は、原稿Dの上面に形成されている画像を主走査方向(原稿搬送方向と直交する方向)に沿って読取る。   The pickup roller 2 and the feeding roller 3 take in a bundle of documents D into the sheet feed scanner 1. The separation roller 4 separates the bundle into original documents one by one. The first roller pair 8a conveys the separated original D in the sub-scanning direction (original conveying direction), and the line image sensor 5 transfers the image formed on the upper surface of the original D in the main scanning direction (original conveying direction). Read in the direction perpendicular to the axis).

シートフィードスキャナ1は、メモリから読み出した補正用のデータを用いて読取った画像にシェーディング補正を実行する。画像が読取られた後、原稿Dは、第2ローラ対8bによって装置外部へ排出される。   The sheet feed scanner 1 performs shading correction on the read image using the correction data read from the memory. After the image is read, the document D is discharged outside the apparatus by the second roller pair 8b.

なお、本実施形態では、シートの搬送路を略水平としたシートフィードスキャナ1を例示したが、勿論これに限定されず、例えば、給紙部と排紙部とを上下に配置し、給紙部からU字形状等にカーブした搬送路を介して排紙部に排出するUターンパス型スキャナであってもよい。   In the present embodiment, the sheet feed scanner 1 is illustrated with the sheet conveyance path being substantially horizontal. However, of course, the present invention is not limited to this. For example, a sheet feeding unit and a sheet discharging unit are arranged up and down to feed the sheet. It may be a U-turn path type scanner that discharges to a sheet discharge section through a conveyance path curved in a U shape from the section.

図2は、実施形態に係るフラットベッドスキャナ10の構成を示す図である。フラットベッドスキャナ10は、第1の画像読取装置の一例である。   FIG. 2 is a diagram illustrating a configuration of the flatbed scanner 10 according to the embodiment. The flatbed scanner 10 is an example of a first image reading device.

操作者はフラットベッドカバー14を開け、ガラス面11に原稿Dを載置する。スキャンが開始されると、フラットベッドスキャナ10は、ラインイメージセンサ12で白色の対向部材15を読取り、シェーディング補正用の補正データを生成する。生成された補正データは画素ごとにメモリに記憶される。   The operator opens the flat bed cover 14 and places the document D on the glass surface 11. When scanning is started, the flatbed scanner 10 reads the white facing member 15 with the line image sensor 12 and generates correction data for shading correction. The generated correction data is stored in the memory for each pixel.

ラインイメージセンサ12は、移動ユニット13によって副走査方向に移動しながら、原稿Dの下面に形成されている画像を主走査方向に沿って読取る。また、フラットベッドスキャナ10は、メモリから補正データを読み出して、画像にシェーディング補正を実行する。スキャン終了後、ラインイメージセンサ12は移動ユニット13によって元の位置に復帰する。   The line image sensor 12 reads an image formed on the lower surface of the document D along the main scanning direction while moving in the sub scanning direction by the moving unit 13. The flatbed scanner 10 reads correction data from the memory and executes shading correction on the image. After the scan is completed, the line image sensor 12 is returned to the original position by the moving unit 13.

図3Aは、シートフィードスキャナ1の電気回路の概略構成を示すブロック図である。   FIG. 3A is a block diagram illustrating a schematic configuration of an electric circuit of the sheet feed scanner 1.

A/D変換部21は、ラインイメージセンサ5の出力信号を、増幅や黒レベルクランプなどのアナログ処理を施した後、デジタルデータ(画像データ)に変換する。   The A / D converter 21 converts the output signal of the line image sensor 5 into digital data (image data) after performing analog processing such as amplification and black level clamping.

画像処理部22は、ラインイメージセンサ5およびA/D変換部21などの制御と、A/D変換部21から出力された画像データに各種の画像処理(シェーディング補正等)を実行する。   The image processing unit 22 performs control of the line image sensor 5, the A / D conversion unit 21, and the like, and performs various image processing (such as shading correction) on the image data output from the A / D conversion unit 21.

画像メモリ23は、画像データを記憶する。インターフェース部24は、外部ホスト装置(PCまたは他のスキャナ装置)と通信するためのインターフェースである。   The image memory 23 stores image data. The interface unit 24 is an interface for communicating with an external host device (PC or other scanner device).

インターフェース部24は、信号ケーブル25を介してPC等の外部ホスト装置と接続されている。なお、インターフェース部24は、無線LAN、ワイヤレスUSB、ブルートゥースなどの無線インターフェースであってもよい。また、インターフェース部24は、USBインターフェース、有線LANインターフェースなど、有線インターフェースであってもよい。ここでは、説明をわかりやすくするために、インターフェース部24は、USBハブ機能を備えたUSBインターフェースであるものと仮定する。   The interface unit 24 is connected to an external host device such as a PC via a signal cable 25. Note that the interface unit 24 may be a wireless interface such as a wireless LAN, wireless USB, or Bluetooth. The interface unit 24 may be a wired interface such as a USB interface or a wired LAN interface. Here, in order to make the explanation easy to understand, it is assumed that the interface unit 24 is a USB interface having a USB hub function.

CPU26は、シートフィードスキャナ1の制御を司る制御部である。画像処理部22とCPU26とは、バス27を介して接続されている。CPU26は画像処理部22を介して画像メモリ23にアクセスする。   The CPU 26 is a control unit that controls the sheet feed scanner 1. The image processing unit 22 and the CPU 26 are connected via a bus 27. The CPU 26 accesses the image memory 23 via the image processing unit 22.

駆動部29は、ピックアップローラ2、給送ローラ3、分離ローラ4、ローラ対8a、8bを駆動するためのモータである。モータドライバ28は、CPU26からの指示に基づいて駆動部29を制御する制御回路である。   The drive unit 29 is a motor for driving the pickup roller 2, the feed roller 3, the separation roller 4, and the roller pairs 8a and 8b. The motor driver 28 is a control circuit that controls the drive unit 29 based on an instruction from the CPU 26.

図3Bは、フラットベッドスキャナ10の電気回路の概略構成を示すブロック図である。   FIG. 3B is a block diagram illustrating a schematic configuration of an electric circuit of the flatbed scanner 10.

A/D変換部31は、ラインイメージセンサ12の出力信号を、増幅や黒レベルクランプなどのアナログ処理を施した後、デジタルデータ(画像データ)に変換する。   The A / D converter 31 converts the output signal of the line image sensor 12 into digital data (image data) after performing analog processing such as amplification and black level clamping.

画像処理部32は、ラインイメージセンサ12およびA/D変換部31などの制御と、A/D変換部31から出力された画像データに各種の画像処理(シェーディング補正等)を実行する。   The image processing unit 32 performs control of the line image sensor 12, the A / D conversion unit 31, and the like, and various image processing (such as shading correction) on the image data output from the A / D conversion unit 31.

画像メモリ33は、画像データを記憶する。インターフェース部34は、外部ホスト装置(PCまたは他のスキャナ装置)と通信するためのインターフェースである。   The image memory 33 stores image data. The interface unit 34 is an interface for communicating with an external host device (PC or other scanner device).

インターフェース部34は、信号ケーブル35を介してPC等の外部ホスト装置と接続されている。なお、インターフェース部34は、無線LAN、ワイヤレスUSB、ブルートゥースなどの無線インターフェースであってもよい。   The interface unit 34 is connected to an external host device such as a PC via a signal cable 35. Note that the interface unit 34 may be a wireless interface such as a wireless LAN, wireless USB, or Bluetooth.

また、インターフェース部34は、USBインターフェース、有線LANインターフェースなど、有線インターフェースであってもよい。ここでは、説明をわかりやすくするために、インターフェース部34は、USBハブ機能を備えたUSBインターフェースであるものと仮定する。   The interface unit 34 may be a wired interface such as a USB interface or a wired LAN interface. Here, for the sake of easy understanding, it is assumed that the interface unit 34 is a USB interface having a USB hub function.

CPU36は、フラットベッドスキャナ10の制御を司る制御部である。画像処理部32とCPU36とは、バス37を介して接続されている。CPU36は画像処理部32を介して画像メモリ33にアクセスする。   The CPU 36 is a control unit that controls the flatbed scanner 10. The image processing unit 32 and the CPU 36 are connected via a bus 37. The CPU 36 accesses the image memory 33 via the image processing unit 32.

駆動部39は、移動ユニット13を駆動するためのモータである。モータドライバ38は、CPU36からの指示に基づいて駆動部39を制御する制御回路である。   The drive unit 39 is a motor for driving the moving unit 13. The motor driver 38 is a control circuit that controls the drive unit 39 based on an instruction from the CPU 36.

図3Cは、実施形態に係るPC40の電気回路の概略構成を示すブロック図である。   FIG. 3C is a block diagram illustrating a schematic configuration of an electric circuit of the PC 40 according to the embodiment.

CPU46は、コンピュータプログラムに基づいて、コンピュータの各ユニットを統括的に制御する制御ユニットである。CPU46は、アプリケーションプログラムやスキャナドライバにしたがって、シートフィードスキャナ1やフラットベッドスキャナ10を制御する。   The CPU 46 is a control unit that comprehensively controls each unit of the computer based on the computer program. The CPU 46 controls the sheet feed scanner 1 and the flatbed scanner 10 according to the application program and the scanner driver.

ROM41は、ファームウエアなどの制御プログラムを記憶する不揮発性の記憶ユニットである。RAM42は、ワークエリアとして機能する揮発性の記憶ユニットである。ハードディスクドライブ(HDD)43は、大容量の記憶ユニットである。   The ROM 41 is a non-volatile storage unit that stores a control program such as firmware. The RAM 42 is a volatile storage unit that functions as a work area. A hard disk drive (HDD) 43 is a large-capacity storage unit.

表示装置45は、ユーザーに対して各種情報を表示するための表示ユニットである。操作部47は、ポインティングデバイスやキーボードなどの入力ユニットである。   The display device 45 is a display unit for displaying various information to the user. The operation unit 47 is an input unit such as a pointing device or a keyboard.

通信インターフェース44は、ネットワーク通信カードなどの通信ユニットである。CPU46は、通信インターフェース44を介してシートフィードスキャナ1やフラットベッドスキャナ10と通信する。   The communication interface 44 is a communication unit such as a network communication card. The CPU 46 communicates with the sheet feed scanner 1 and the flatbed scanner 10 via the communication interface 44.

図4は、PC40上のアプリケーションとスキャナドライバの構成を示す図である。ここでは、シートフィードスキャナ1とフラットベッドスキャナ10とのうちいずれか一方のみが単独でPC40に接続されているものと仮定する。   FIG. 4 is a diagram showing a configuration of an application on the PC 40 and a scanner driver. Here, it is assumed that only one of the sheet feed scanner 1 and the flatbed scanner 10 is independently connected to the PC 40.

ユーザーは、スキャナを購入すると、アプリケーション48とスキャナドライバ49をPCのHDD43にインストールする。アプリケーション48は、画像編集プログラムや、アルバムプログラム、文章編集プログラムなどである。   When the user purchases the scanner, the application 48 and the scanner driver 49 are installed in the HDD 43 of the PC. The application 48 is an image editing program, an album program, a text editing program, or the like.

なお、アプリケーション48は、第1のドライバまたは第2のドライバと情報の入出力が可能なプログラムであり、具体的には、第1のドライバまたは第2のドライバから画像のデータを受け取るアプリケーションプログラムの一例である。   The application 48 is a program that can input and output information with the first driver or the second driver. Specifically, the application 48 is an application program that receives image data from the first driver or the second driver. It is an example.

インストールされたアプリケーション48は、スキャナドライバ49を介してスキャナ1、10を制御したり、スキャナドライバ49から受け取った画像データに画像処理を実行したりする。よって、アプリケーション48およびCPU46は、第1の制御手段または第2の制御手段から画像のデータを受け取って画像処理を実行する画像処理手段として機能する。   The installed application 48 controls the scanners 1 and 10 via the scanner driver 49 and executes image processing on the image data received from the scanner driver 49. Therefore, the application 48 and the CPU 46 function as image processing means for receiving image data from the first control means or the second control means and executing image processing.

アプリケーション48とスキャナドライバ19との間、スキャナドライバ49とスキャナ1,10との間は、それぞれ決められたプロトコルで通信している。本実施形態では、アプリケーション48とスキャナドライバ49はTwain規格で決められたプロトコルで通信を行うものとする。このTwain規格で決められたプロトコルは、第1のドライバまたは第2のドライバと通信するための第1のドライバインターフェースであり、アプリケーションプログラムと通信するためのアプリケーションインタフェースの一例でもある。   Communication is performed between the application 48 and the scanner driver 19 and between the scanner driver 49 and the scanners 1 and 10 using determined protocols. In this embodiment, it is assumed that the application 48 and the scanner driver 49 communicate with each other using a protocol determined by the Twain standard. The protocol determined by the Twain standard is a first driver interface for communicating with the first driver or the second driver, and is also an example of an application interface for communicating with an application program.

また、Twain規格で決められたプロトコルは、画像処理手段が第1の制御手段または第2の制御手段と通信するための第1のインターフェースであり、第1の制御手段が画像処理手段と通信するための第2のインターフェースであり、第1の制御手段が第2の制御手段と通信するための第3のインターフェースであり、そして第2の制御手段が画像処理手段と通信するための第4のインターフェースの一例である。スキャナドライバ49とスキャナ1、10との間では、SCSI規格で決められたプロトコルで通信を行っているものと仮定する。このように、SCSI規格で決められたプロトコルは、画像読取装置と通信するためのインターフェースである。SCSI規格で決められたプロトコルは、しかし、本発明では、これらの以外のプロトコルが採用されてもよい。なお、これらのプロトコルを介して、制御コマンドや画像データとが、スキャナ、ドライバおよびアプリケーション間で送受信されることになる。   The protocol determined by the Twain standard is a first interface for the image processing means to communicate with the first control means or the second control means, and the first control means communicates with the image processing means. A second interface for the first control means to communicate with the second control means, and a second interface for the second control means to communicate with the image processing means. It is an example of an interface. It is assumed that communication is performed between the scanner driver 49 and the scanners 1 and 10 using a protocol determined by the SCSI standard. As described above, the protocol determined by the SCSI standard is an interface for communicating with the image reading apparatus. Protocols determined by the SCSI standard, however, other protocols may be adopted in the present invention. Note that control commands and image data are transmitted and received between the scanner, driver, and application via these protocols.

図5は、シートフィードスキャナ1とフラットベッドスキャナ10がPC40へ同時に接続されたときの図である。   FIG. 5 is a diagram when the sheet feed scanner 1 and the flatbed scanner 10 are simultaneously connected to the PC 40.

図5(A)では、PC40にシートフィードスキャナ1とフラットベッドスキャナ10が並列に接続されている。図5(B)では、フラットベッドスキャナ10のインターフェース部34がハブ機能を備えており、PC40→フラットベッドスキャナ10→シートフィードスキャナ1と数珠繋ぎに(シーケンシャルに)接続されている。どちらの接続状態であっても、PC40のCPU26は2つのスキャナが接続されているものとして認識する。インターフェース部34がUSBハブを内蔵していると考えれば、本実施形態を理解しやすいであろう。   In FIG. 5A, the sheet feed scanner 1 and the flatbed scanner 10 are connected in parallel to the PC 40. In FIG. 5B, the interface unit 34 of the flatbed scanner 10 has a hub function, and is connected to the PC 40 → the flatbed scanner 10 → the sheet feed scanner 1 in a daisy chain (sequentially). In either connection state, the CPU 26 of the PC 40 recognizes that two scanners are connected. If it is considered that the interface unit 34 has a built-in USB hub, this embodiment will be easy to understand.

図6は、PC40に複数のスキャナドライバの構成を示す図である。従来は、図6(A)に示すように、スキャナドライバとスキャナとは1対1で設けられていた。そのため、シートフィードドライバ49aとフラットベッドドライバ49bとは完全に独立しており、両者が連携することはなかった。なお、ユーザーは、シートフィードドライバ49aとフラットベッドドライバ49bとをPC40にそれぞれインストールし、使用するスキャナに応じて、スキャナドライバをアプリケーション48で切り替えなければならなかった。スキャナの切り替え時に、アプリケーション48は、切り替え前のスキャナドライバのアンロードと、切り替え後のスキャナドライバのロードおよびスキャナの初期化処理を実行する。よって、この処理時間は比較的に長い時間であった。本実施形態によれば、詳細は後述するが、第1のドライバと第2のドライバとの連携により、上述したスキャナドライバのロードおよびスキャナの初期化等の煩雑な処理が不要となるため、図6(A)のような接続においても、シートフィードスキャナとフラットベットスキャナとの読取動作の制御における処理時間を短縮化することができる。   FIG. 6 is a diagram illustrating a configuration of a plurality of scanner drivers in the PC 40. Conventionally, as shown in FIG. 6A, the scanner driver and the scanner are provided on a one-to-one basis. For this reason, the sheet feed driver 49a and the flat bed driver 49b are completely independent, and the two do not cooperate. The user must install the sheet feed driver 49a and the flatbed driver 49b in the PC 40, and switch the scanner driver with the application 48 in accordance with the scanner to be used. When the scanner is switched, the application 48 executes unloading of the scanner driver before switching, loading of the scanner driver after switching, and initialization processing of the scanner. Therefore, this processing time is relatively long. Although details will be described later, according to the present embodiment, complicated processing such as loading of the scanner driver and initialization of the scanner described above becomes unnecessary due to the cooperation between the first driver and the second driver. Even in the connection as shown in FIG. 6A, the processing time in controlling the reading operation of the sheet feed scanner and the flat bed scanner can be shortened.

ここで、シートフィードドライバ49aおよびCPU46は、第2の画像読取装置を制御するための第2の制御手段として機能する。フラットベッドドライバ49bおよびCPU46は、第1の画像読取装置を制御するための第1の制御手段として機能する。   Here, the sheet feed driver 49a and the CPU 46 function as second control means for controlling the second image reading apparatus. The flat bed driver 49b and the CPU 46 function as first control means for controlling the first image reading apparatus.

図6(B)は、本実施形態のスキャナドライバの構成を示している。フラットベッドドライバ49bは、第1の画像読取装置を制御するための第1のドライバの一例である。   FIG. 6B shows the configuration of the scanner driver of this embodiment. The flat bed driver 49b is an example of a first driver for controlling the first image reading apparatus.

シートフィードドライバ49aは、第2の画像読取装置を制御するための第2のドライバの一例である。CPU46は、アプリケーション48を起動すると、まずフラットベッドドライバ49bをRAM42へロードする。   The sheet feed driver 49a is an example of a second driver for controlling the second image reading apparatus. When starting the application 48, the CPU 46 first loads the flat bed driver 49b into the RAM 42.

さらに、CPU46は、フラットベッドドライバ49bにしたがって、シートフィードドライバ49aをRAM42へロードする。シートフィードドライバ49aにとって、フラットベッドドライバ49bは、あたかもアプリケーション48と同じ役割を担う。つまり、フラットベッドドライバ49bは、シートフィードドライバ49aに対してはアプリケーション48として振舞うよう、シートフィードドライバ49aと通信するためのインターフェースを内包している。   Further, the CPU 46 loads the sheet feed driver 49a into the RAM 42 in accordance with the flat bed driver 49b. For the sheet feed driver 49 a, the flat bed driver 49 b plays the same role as the application 48. That is, the flatbed driver 49b includes an interface for communicating with the sheet feed driver 49a so as to behave as the application 48 for the sheet feed driver 49a.

このインターフェースは、上述したTwain規格で決められたプロトコルであり、第1のドライバが、第2のドライバが備えるアプリケーションインタフェースと通信するための第2のドライバインターフェースの一例である。   This interface is a protocol determined by the above-described Twain standard, and is an example of a second driver interface for the first driver to communicate with an application interface included in the second driver.

なお、シートフィードスキャナ1とフラットベッドスキャナ10との切り替え(選択)は、アプリケーション48から起動されるフラットベッドドライバ49bの設定画面において実行される。   Note that switching (selection) between the sheet feed scanner 1 and the flatbed scanner 10 is executed on the setting screen of the flatbed driver 49 b activated from the application 48.

アプリケーションプログラム48は、第1の画像読取装置(フラットベッドスキャナ10)が読取った画像のデータを、第1のドライバ(フラットベッドドライバ49b)を介して受け取る。   The application program 48 receives image data read by the first image reading apparatus (flatbed scanner 10) via the first driver (flatbed driver 49b).

また、アプリケーションプログラム48は、第2の画像読取装置(シートフィードスキャナ1)が読取った画像のデータを、第1のドライバおよび第2のドライバ(シートフィードドライバ49a)を介して受け取るように構成されている。   The application program 48 is configured to receive data of an image read by the second image reading device (sheet feed scanner 1) via the first driver and the second driver (sheet feed driver 49a). ing.

以上のように、フラットベッドドライバ49bとシートフィードドライバ49aの両方ともがアプリケーション48が実行されている間は常にRAM42へロードされている。   As described above, both the flat bed driver 49b and the sheet feed driver 49a are always loaded into the RAM 42 while the application 48 is being executed.

よって、アプリケーション48の起動時にフラットベッドドライバ49bとシートフィードドライバ49aとが1度だけRAM42にロードされるだけで、アプリケーション48の実行中は、フラットベッドドライバ49bとシートフィードドライバ49aのアンロードやリロードは発生しない。したがって、本実施形態によれば、スキャナの切り替え速度は、従来例と比較して格段に速いといえる。   Therefore, the flatbed driver 49b and the sheet feed driver 49a are loaded into the RAM 42 only once when the application 48 is started. During the execution of the application 48, the flatbed driver 49b and the sheet feed driver 49a are unloaded or reloaded. Does not occur. Therefore, according to the present embodiment, it can be said that the switching speed of the scanner is much faster than the conventional example.

図7は、アプリケーション48によって実行されるフラットベッドドライバ49aのロード処理を示したフローチャートである。ステップS701で、PC40のCPU46は、操作部47からのアプリケーション48の起動指示を受信すると、HDD43に記憶されているアプリケーション48をRAM42へロードする。これにより、アプリケーション48が起動する。   FIG. 7 is a flowchart showing the loading process of the flatbed driver 49a executed by the application 48. In step S <b> 701, when the CPU 46 of the PC 40 receives an activation instruction for the application 48 from the operation unit 47, the application 48 stored in the HDD 43 is loaded into the RAM 42. As a result, the application 48 is activated.

S702で、CPU46は、アプリケーション48にしたがって、フラットベッドドライバ49bをRAM42へロードする。このように、第1の画像読取装置と第2の画像読取装置との両方が情報処理装置に接続されているときにアプリケーションプログラムが起動されると、アプリケーションプログラム(CPU46)は、第1のドライバを情報処理装置のメモリへとロードする。   In S <b> 702, the CPU 46 loads the flat bed driver 49 b into the RAM 42 according to the application 48. As described above, when the application program is activated when both the first image reading apparatus and the second image reading apparatus are connected to the information processing apparatus, the application program (CPU 46) is changed to the first driver. Are loaded into the memory of the information processing apparatus.

S703で、CPU46は、フラットベッドドライバ49bにしたがって、シートフィードドライバ49aがインストールされているかどうかを判定する。このように、CPU46は、第2のドライバが情報処理装置にインストールされているかどうかを判定する判定手段として機能する。   In S703, the CPU 46 determines whether the sheet feed driver 49a is installed according to the flat bed driver 49b. As described above, the CPU 46 functions as a determination unit that determines whether or not the second driver is installed in the information processing apparatus.

例えば、CPU46は、フラットベッドドライバ49bが対応しているシートフィードドライバのリストを参照し、当該リストに掲載されているシートフィードドライバをHDD43から検索する。あるいは、当該シートフィードドライバをOS(オペレーティングシステム)が管理しているレジストリから検索する。シートフィードドライバが検索により発見されれば、シートフィードドライバはインストール済みである。この場合は、S704に進む。なお、シートフィードドライバがインストールされていなければ、CPU46は、シートフィードドライバのロード処理を終了する。   For example, the CPU 46 refers to a list of sheet feed drivers supported by the flat bed driver 49b, and searches the HDD 43 for a sheet feed driver listed in the list. Alternatively, the sheet feed driver is searched from a registry managed by the OS (operating system). If the sheet feed driver is found by the search, the sheet feed driver is already installed. In this case, the process proceeds to S704. If the sheet feed driver is not installed, the CPU 46 ends the sheet feed driver loading process.

S704で、CPU46は、シートフィードスキャナ1がPC40と接続されているかどうかを判定する。シートフィードスキャナ1がPC40と接続されていれば、S705に進む。なお、シートフィードスキャナ1が接続されていなければ、CPU46は、シートフィードドライバのロード処理を終了する。よって、CPU46は、第2のドライバが情報処理装置にインストールされていないときは第2のドライバのロードを実行しないロード手段として機能する。   In step S <b> 704, the CPU 46 determines whether the sheet feed scanner 1 is connected to the PC 40. If the sheet feed scanner 1 is connected to the PC 40, the process proceeds to S705. If the sheet feed scanner 1 is not connected, the CPU 46 ends the sheet feed driver loading process. Therefore, the CPU 46 functions as a loading unit that does not execute loading of the second driver when the second driver is not installed in the information processing apparatus.

S705で、CPU46は、フラットベッドドライバ49bにしたがってHDD43からシートフィードドライバ49aを読出し、RAM42へロードする。このように、第1のドライバは第2のドライバを情報処理装置のメモリへとロードする。すなわち、CPU46は、第2のドライバが情報処理装置にインストールされているときは第2のドライバを情報処理装置のメモリへロードするロード手段として機能する。なお、CPU46は、アプリケーション48にしたがってフラットベッドドライバ49bをアンロードしたときに、シートフィードドライバ49aもアンロードする。   In S705, the CPU 46 reads the sheet feed driver 49a from the HDD 43 according to the flat bed driver 49b and loads it into the RAM 42. As described above, the first driver loads the second driver into the memory of the information processing apparatus. That is, the CPU 46 functions as a loading unit that loads the second driver into the memory of the information processing device when the second driver is installed in the information processing device. Note that when the CPU 46 unloads the flatbed driver 49b in accordance with the application 48, the CPU 46 also unloads the sheet feed driver 49a.

図8は、フラットベッドドライバが表示するユーザーインターフェースの一例を示した図である。ユーザーインターフェース51はフラットベッドスキャナ10のみがPC40に接続されているときにアプリケーション48によって呼び出されて表示装置45に表示されるユーザーインターフェースである。   FIG. 8 is a diagram illustrating an example of a user interface displayed by the flatbed driver. The user interface 51 is a user interface that is called by the application 48 and displayed on the display device 45 when only the flatbed scanner 10 is connected to the PC 40.

すなわち、ユーザーインターフェース51はフラットベッドドライバ49bのユーザーインターフェースである。ユーザーインターフェース51では、カラーモード、読取サイズおよび解像度を設定できる。   That is, the user interface 51 is a user interface of the flat bed driver 49b. In the user interface 51, a color mode, a reading size, and a resolution can be set.

CPU46は、スキャンボタン54の押し下げを検出すると、スキャンの開始をスキャナドライバに指示する。Closeボタン55の押し下げを検出すると、CPU46は、ユーザーインターフェースを閉じる。   When the CPU 46 detects that the scan button 54 is depressed, it instructs the scanner driver to start scanning. When the depression of the Close button 55 is detected, the CPU 46 closes the user interface.

ユーザーインターフェース52はシートフィードスキャナ1のみがPC40に接続されているときにアプリケーション48によって呼び出されて表示装置45に表示されるユーザーインターフェースである。すなわち、ユーザーインターフェース52はシートフィードドライバ49aのユーザーインターフェースである。なお、ユーザーインターフェース52には、特殊機能ボタン56が追加されている。   The user interface 52 is a user interface that is called by the application 48 and displayed on the display device 45 when only the sheet feed scanner 1 is connected to the PC 40. That is, the user interface 52 is a user interface of the sheet feed driver 49a. A special function button 56 is added to the user interface 52.

シートフィードスキャナ1は、フラットベッドスキャナ10に比べて単位時間あたりに大量の原稿をスキャンできる。そのため、原稿束の中には、ユーザーが誤って白紙原稿を混ぜてしまう場合がある。そういった白紙原稿を見つけ、画像化しない機能(白紙検知機能)をシートフィードスキャナ1は持っている。本実施形態では、CPU46が特殊機能ボタン56の押し下げを検出すると、白紙検知機能のON/OFFを設定するための設定ダイアログ57を表示装置45に表示する。   The sheet feed scanner 1 can scan a larger amount of documents per unit time than the flatbed scanner 10. For this reason, there are cases where the user mistakenly mixes a blank document in the document bundle. The sheet feed scanner 1 has a function (blank sheet detection function) for finding such a blank document and not imaging it. In the present embodiment, when the CPU 46 detects that the special function button 56 is pressed, a setting dialog 57 for setting ON / OFF of the blank sheet detection function is displayed on the display device 45.

図9は、白紙検知機能のON/OFFを設定するための設定ダイアログ57を示した図である。この設定の初期値はOFFである。   FIG. 9 shows a setting dialog 57 for setting ON / OFF of the blank sheet detection function. The initial value of this setting is OFF.

図8の説明に戻る。ユーザーインターフェース53はフラットベッドスキャナ10とシートフィードスキャナ1との両方がPC40に接続されているときに表示されるユーザーインターフェースである。   Returning to the description of FIG. The user interface 53 is a user interface that is displayed when both the flatbed scanner 10 and the sheet feed scanner 1 are connected to the PC 40.

CPU46は、S705でシートフィードドライバ49aのロードに成功すると、フラットベッドドライバ49bにしたがってユーザーインターフェース53を表示装置45に表示する。   When the CPU 46 successfully loads the sheet feed driver 49a in S705, the CPU 46 displays the user interface 53 on the display device 45 in accordance with the flat bed driver 49b.

シートフィードドライバ49aのロードに失敗したときは、ユーザーインターフェース51が表示される。ユーザーインターフェース51と比較すると、ユーザーインターフェース53では、読取方法(読取りに使用する画像読取装置)の設定項目が追加されている。   When loading of the sheet feed driver 49a fails, the user interface 51 is displayed. Compared with the user interface 51, the user interface 53 has a setting item of a reading method (image reading apparatus used for reading) added.

よって、ユーザーは、読取方法の設置項目においてフラットベッドスキャナ10とシートフィードスキャナ1とを切り替えて使用できる。このように、CPU46や表示装置45は、第1の画像読取装置と第2の画像読取装置とのどちらを選択するかを操作者に問い合せるためのユーザーインターフェースを表示する表示手段として機能する。   Therefore, the user can switch between the flatbed scanner 10 and the sheet feed scanner 1 in the setting item of the reading method. As described above, the CPU 46 and the display device 45 function as a display unit that displays a user interface for inquiring of the operator whether to select the first image reading device or the second image reading device.

ユーザーが設定したカラーモード、解像度、サイズなどの設定情報の保存は、フラットベッドドライバ49b(CPU46)が行う。そのため、ユーザーがアプリケーション48でシートフィードドライバ49aを直接選択した場合、ユーザーインターフェース53で設定されたカラーモード、解像度、サイズの内容は、シートフィードドライバ49aには適用されない。   The flatbed driver 49b (CPU 46) stores setting information such as the color mode, resolution, and size set by the user. Therefore, when the user directly selects the sheet feed driver 49a with the application 48, the contents of the color mode, resolution, and size set in the user interface 53 are not applied to the sheet feed driver 49a.

つまり、ユーザーがアプリケーション48で直接的にシートフィードドライバ49aを使用するときは、ユーザーインターフェース53で設定された設定情報が復元されない。設定情報は、PC40内の所定の場所(例:レジストリファイル)に保存される。レジストリファイル自身は、HDD43に記憶される。   That is, when the user directly uses the sheet feed driver 49a with the application 48, the setting information set in the user interface 53 is not restored. The setting information is stored in a predetermined location (eg, registry file) in the PC 40. The registry file itself is stored in the HDD 43.

上述した白紙検知機能については、フラットベッドドライバ49bがシートフィードドライバ49aをロードするときに初期化処理を実行するので、OFFとなる。   The blank sheet detection function described above is OFF because the initialization process is executed when the flatbed driver 49b loads the sheet feed driver 49a.

解像度の選択項目としてはフラットベッドドライバ49bとシートフィードドライバ49aとの両方がサポートしている解像度のみが表示される。フラットベッドドライバ49b(CPU46)は、シートフィードドライバ49aがサポートしている解像度をシートフィードドライバ49aから取得し、その中から、フラットベッドドライバ49bもサポートしている解像度のみを抽出する。   As resolution selection items, only the resolutions supported by both the flatbed driver 49b and the sheet feed driver 49a are displayed. The flat bed driver 49b (CPU 46) acquires the resolution supported by the sheet feed driver 49a from the sheet feed driver 49a, and extracts only the resolution supported by the flat bed driver 49b.

このようにして、ユーザーインターフェース53上で選択可能な解像度が決定される。サイズ、カラーモードに関しても同様の抽出処理が実行されてもよい。これにより、シートフィードドライバ49aとフラットベッドドライバ49bとが共通して採用しているサイズ、カラーモードだけを抽出して、ユーザーインターフェース53に反映させることができる。   In this way, resolutions that can be selected on the user interface 53 are determined. The same extraction process may be executed for the size and color mode. As a result, only the size and color mode that are commonly used by the sheet feed driver 49 a and the flat bed driver 49 b can be extracted and reflected in the user interface 53.

このように、CPU46は、第1の画像読取装置が対応している機能と第2の画像読取装置が対応している機能とを比較し、第1の画像読取装置と第2の画像読取装置とに共通している機能を抽出する手段として機能する。また、CPU46および表示装置45は、抽出された機能の設定項目をユーザーインターフェースに表示する表示手段として機能する。   Thus, the CPU 46 compares the function supported by the first image reading device with the function supported by the second image reading device, and the first image reading device and the second image reading device. It functions as a means for extracting functions common to both. Further, the CPU 46 and the display device 45 function as display means for displaying the extracted function setting items on the user interface.

図10は、自動読取方法の一例を示したフローチャートである。図8に示したユーザーインターフェース53は、読取方法の選択項目として「自動」を有している。ユーザーが読取方法(自動)を選択したこと、および、スキャンボタン54を押し下げたことを検出すると、CPU46は、スキャンを開始する。   FIG. 10 is a flowchart showing an example of the automatic reading method. The user interface 53 shown in FIG. 8 has “automatic” as the selection method of the reading method. When it is detected that the user has selected the reading method (automatic) and the scan button 54 is depressed, the CPU 46 starts scanning.

S1001で、CPU46は、シートフィードスキャナ1に原稿が載置されているかどうかを判定する。例えば、CPU46は、フラットベッドドライバ49bを介してシートフィードドライバ49aにシートフィードスキャナ1に原稿が載置されているかどうかを問い合せる。   In step S <b> 1001, the CPU 46 determines whether a document is placed on the sheet feed scanner 1. For example, the CPU 46 inquires of the sheet feed driver 49a whether or not the document is placed on the sheet feed scanner 1 via the flat bed driver 49b.

シートフィードドライバ49a(CPU46)は、原稿検知センサ9の検知情報を取得し、原稿の有無をフラットベッドドライバ49bに伝える。原稿がシートフィードスキャナ1の原稿台に載置されていれば、S1002に進む。   The sheet feed driver 49a (CPU 46) acquires detection information from the document detection sensor 9, and notifies the flatbed driver 49b of the presence or absence of a document. If the document is placed on the document table of the sheet feed scanner 1, the process proceeds to S1002.

S1002で、CPU46は、フラットベッドドライバ49bを介してシートフィードドライバ49aにスキャン開始コマンドを送信する。なお、ユーザーインターフェース53において、フラットベッドスキャナ10が選択されたときは、CPU46は、画像の読取開始コマンドをフラットベッドスキャナ10(第1の画像読取装置)に送信する第1の送信手段として機能する。   In S1002, the CPU 46 transmits a scan start command to the sheet feed driver 49a via the flat bed driver 49b. When the flatbed scanner 10 is selected in the user interface 53, the CPU 46 functions as a first transmission unit that transmits an image reading start command to the flatbed scanner 10 (first image reading apparatus). .

シートフィードドライバ49aは、スキャン開始コマンドを受信すると、シートフィードスキャナ1のCPU26にスキャン開始コマンドを転送する。このように、CPU46は、ユーザーインターフェース53を通じてシートフィードスキャナ1(第2の画像読取装置)が選択されると、スキャン開始コマンド(画像の読取開始コマンド)を第2の画像読取装置に送信する第2の送信手段として機能する。   Upon receiving the scan start command, the sheet feed driver 49a transfers the scan start command to the CPU 26 of the sheet feed scanner 1. As described above, when the sheet feed scanner 1 (second image reading device) is selected through the user interface 53, the CPU 46 transmits a scan start command (image reading start command) to the second image reading device. 2 function as a transmission means.

シートフィードスキャナ1のCPU26は、スキャン開始コマンドを受信すると、スキャン処理を開始する。CPU26は、ラインイメージセンサ5および画像処理部22を制御して画像データを生成し、シートフィードドライバ49aへ画像データを転送する。シートフィードドライバ49aは、画像データをフラットベッドドライバ49bに転送する。   When receiving the scan start command, the CPU 26 of the sheet feed scanner 1 starts the scan process. The CPU 26 controls the line image sensor 5 and the image processing unit 22 to generate image data, and transfers the image data to the sheet feed driver 49a. The sheet feed driver 49a transfers the image data to the flat bed driver 49b.

このように、シートフィードドライバ49aは、第2の画像読取装置から転送されてきた画像のデータを第1のドライバへ受け渡す手段としてCPU46を機能させている。さらに、フラットベッドドライバ49bは画像データをアプリケーション48に転送する。よって、フラットベッドドライバ49bは、第2のドライバから受け渡された画像のデータをアプリケーションプログラムへ受け渡す手段としてCPU46を機能させている。   As described above, the sheet feed driver 49a causes the CPU 46 to function as means for transferring the image data transferred from the second image reading apparatus to the first driver. Further, the flatbed driver 49 b transfers the image data to the application 48. Therefore, the flatbed driver 49b causes the CPU 46 to function as means for transferring the image data transferred from the second driver to the application program.

一方、シートフィードスキャナ1に原稿が載置されていなければ、S1003に進む。S1003でCPU46は、フラットベッドドライバ49bにスキャン開始コマンドを送信する。   On the other hand, if no document is placed on the sheet feed scanner 1, the process advances to step S1003. In S1003, the CPU 46 transmits a scan start command to the flatbed driver 49b.

フラットベッドドライバ49bは、スキャン開始コマンドを受信すると、フラットベッドスキャナ10のCPU36にスキャン開始コマンドを転送する。フラットベッドスキャナ10のCPU36は、スキャン開始コマンドを受信すると、スキャン処理を開始する。   When the flatbed driver 49b receives the scan start command, the flatbed driver 49b transfers the scan start command to the CPU 36 of the flatbed scanner 10. When the CPU 36 of the flatbed scanner 10 receives a scan start command, the CPU 36 starts a scan process.

CPU36は、ラインイメージセンサ12および画像処理部32を制御して画像データを生成し、フラットベッドドライバ49bへ画像データを転送する。フラットベッドドライバ49bは、画像データをアプリケーション48に転送する。   The CPU 36 controls the line image sensor 12 and the image processing unit 32 to generate image data, and transfers the image data to the flat bed driver 49b. The flat bed driver 49 b transfers the image data to the application 48.

なお、白紙検知機能がONに設定されている場合、フラットベッドドライバ49bまたはシートフィードドライバ49a白紙検知機能は、原稿画像内を調べ、白紙かどうかを判定する。白紙であれば画像データを破棄する。例えば、CPU46または画像処理部22、32は、画像を2値画像へ変換する。次に2値画像変換した画像内の黒画素数を数え、その数が画像全体の2割以下のときに、原稿画像を白紙と判定する。   When the blank sheet detection function is set to ON, the flat bed driver 49b or the sheet feed driver 49a blank sheet detection function examines the inside of the document image and determines whether the sheet is blank. If it is blank, the image data is discarded. For example, the CPU 46 or the image processing units 22 and 32 converts the image into a binary image. Next, the number of black pixels in the binary image converted image is counted, and when the number is 20% or less of the entire image, the document image is determined to be blank.

次にPC40から、シートフィードスキャナ1にフラットベッドスキャナ10を介して、どのようにしてコマンドがやり取りされるかについてさらに詳細に説明する。本実施形態では、フラットベッドスキャナ10はUSBハブを備えている。そのため、図5(B)が示すように、PC40とシートフィードスキャナ1との間にフラットベッドスキャナ10が介在していても、PC40から直接的にシートフィードスキャナ1にコマンドを送信することができる。つまりPC40のCPU46にとって、図5(A)の接続形態も図5(B)の接続形態もUSBレベルにおいて違いはないからである。このように、シートフィードスキャナ1とフラットベッドスキャナ10とはスキャナ読取処理に関して独立している。   Next, how the commands are exchanged from the PC 40 to the sheet feed scanner 1 via the flat bed scanner 10 will be described in more detail. In the present embodiment, the flatbed scanner 10 includes a USB hub. Therefore, as shown in FIG. 5B, even if the flatbed scanner 10 is interposed between the PC 40 and the sheet feed scanner 1, a command can be transmitted directly from the PC 40 to the sheet feed scanner 1. . That is, for the CPU 46 of the PC 40, there is no difference in the USB level between the connection form of FIG. 5A and the connection form of FIG. 5B. Thus, the sheet feed scanner 1 and the flatbed scanner 10 are independent with respect to the scanner reading process.

すなわち、シートフィードスキャナ1にとってフラットベッドスキャナ10はPC40への信号とPC40からの信号との中継点に過ぎない。フラットベッドスキャナ10のCPU36や画像処理部32も、シートフィードスキャナ1の信号の中継に関与しない。これは、シートフィードドライバ49aがフラットベッドドライバ49bに依存していることと比較すると、対照的といえよう。   That is, for the sheet feed scanner 1, the flatbed scanner 10 is merely a relay point between the signal to the PC 40 and the signal from the PC 40. The CPU 36 and the image processing unit 32 of the flatbed scanner 10 are not involved in relaying signals of the sheet feed scanner 1. This is in contrast to the fact that the sheet feed driver 49a depends on the flatbed driver 49b.

次に、フラットベッドドライバ49bがCPU46と協働して実行するコマンド解析処理について説明する。   Next, command analysis processing executed by the flatbed driver 49b in cooperation with the CPU 46 will be described.

シートフィードスキャナ1とフラットベッドスキャナ10とが同時にPC40に接続されている状態でアプリケーション48からシートフィードドライバ49aにコマンドを送るときは、フラットベッドドライバ49bを経由する。   When a command is sent from the application 48 to the sheet feed driver 49a while the sheet feed scanner 1 and the flatbed scanner 10 are simultaneously connected to the PC 40, the command is sent via the flatbed driver 49b.

そのため、フラットベッドドライバ49bは、アプリケーション48からのコマンドを解析し、解析結果にしたがってフラットベッドスキャナ10とシートフィードスキャナ1の制御を行う。   Therefore, the flat bed driver 49b analyzes the command from the application 48 and controls the flat bed scanner 10 and the sheet feed scanner 1 according to the analysis result.

フラットベッドスキャナ10とシートフィードスキャナ1のどちらを制御するかは、ユーザーインターフェース53の設定に依存している。ユーザーインターフェース53において読取方法として「フラットベッド」が選択されているときは、フラットベッドドライバ49bはアプリケーション48からのコマンドを受信し、フラットベッドスキャナ10を制御する。   Whether to control the flatbed scanner 10 or the sheet feed scanner 1 depends on the setting of the user interface 53. When “Flatbed” is selected as the reading method in the user interface 53, the flatbed driver 49b receives a command from the application 48 and controls the flatbed scanner 10.

また、読取方法として「フィーダー」が選択されているときは、フラットベッドドライバ49bは、アプリケーション48からのコマンドをシートフィードドライバ49aにそのまま転送する。   When “feeder” is selected as the reading method, the flatbed driver 49b transfers the command from the application 48 to the sheet feed driver 49a as it is.

シートフィードドライバ49aは、フラットベッドドライバ49bを介してアプリケーション48からのコマンドを受信し、シートフィードスキャナ1を制御する。   The sheet feed driver 49 a receives a command from the application 48 via the flat bed driver 49 b and controls the sheet feed scanner 1.

読取方法として「自動」が選択されているときは、原稿がシートフィードスキャナ1にセットされているかどうかに応じて、一方のスキャナ装置を選択する。コマンドの送受信方法は、選択されたスキャナ装置に応じた送受信方法が選択されることになる。   When “automatic” is selected as the reading method, one of the scanner devices is selected depending on whether or not a document is set on the sheet feed scanner 1. As a command transmission / reception method, a transmission / reception method corresponding to the selected scanner device is selected.

次に、スキャン画像(画像データ)がスキャナからスキャナドライバを介してアプリケーション48に渡るまでの処理について説明する。読取方法として「フラットベッド」が選択されているときは、フラットベッドドライバ49bが、フラットベッドスキャナ10を制御し、画像を取得し、アプリケーション48にスキャン画像を渡す。また、読取方法として「フィーダー」が選択されているときは、フラットベッドドライバ49bが、シートフィードドライバ49aから画像を取得し、そのままアプリケーション48に渡す。   Next, processing until a scanned image (image data) passes from the scanner to the application 48 via the scanner driver will be described. When “Flatbed” is selected as the reading method, the flatbed driver 49 b controls the flatbed scanner 10 to acquire an image, and passes the scanned image to the application 48. When “feeder” is selected as the reading method, the flatbed driver 49 b acquires an image from the sheet feed driver 49 a and passes it to the application 48 as it is.

以上、本実施形態によれば、シートフィードスキャナ1とフラットベッドスキャナ10とが同時にPC40に接続されているときは、ユーザーは、フラットベッドドライバ49bを介して2つのスキャナを使用することができる。よって、ユーザーは、一度、アプリケーション48においてフラットベッドドライバ49bを選択すれば、使用するスキャナを切り替えるためにドライバの再選択は必要がない。   As described above, according to the present embodiment, when the sheet feed scanner 1 and the flat bed scanner 10 are simultaneously connected to the PC 40, the user can use two scanners via the flat bed driver 49b. Therefore, once the user selects the flatbed driver 49b in the application 48, there is no need to reselect the driver to switch the scanner to be used.

すなわち、従来必要であったフラットベッドドライバ49bのアンロードとシートフィードドライバ49aのロードは省略できる。これは、アプリケーション48の起動時にフラットベッドドライバ49bがシートフィードドライバ49aをRAM42へすでにロードしているためである。よって、スキャナドライバの切り替えに伴って必要であったアンロードおよびロードに伴う処理時間が不要となる。頻繁にシートフィードスキャナ1とフラットベッドスキャナ10とを切り替えるような使用環境では、本実施形態の効果は高い。   That is, the unloading of the flatbed driver 49b and the loading of the sheet feed driver 49a, which are conventionally required, can be omitted. This is because the flatbed driver 49b has already loaded the sheet feed driver 49a into the RAM 42 when the application 48 is activated. Therefore, the processing time associated with unloading and loading, which is necessary when the scanner driver is switched, becomes unnecessary. In the use environment in which the sheet feed scanner 1 and the flatbed scanner 10 are frequently switched, the effect of this embodiment is high.

また、フラットベッドドライバ49bは、アプリケーションプログラムとしてシートフィードドライバ49aと通信するためのプロトコル(例:Twain)に対応しているため、シートフィードドライバ49aにとってはフラットベッドドライバ49bがアプリケーションとして見える。   Further, since the flatbed driver 49b corresponds to a protocol (for example, Twain) for communicating with the sheet feed driver 49a as an application program, the flatbed driver 49b appears as an application to the sheet feed driver 49a.

よって、フラットベッドスキャナ10をすでに所有しているユーザーが新しくシートフィードスキャナ1を追加購入しても、フラットベッドドライバ49bを介してフラットベッドスキャナ10と新しいシートフィードスキャナ1との両方を使うことができる。   Therefore, even if a user who already owns the flat bed scanner 10 purchases a new sheet feed scanner 1, both the flat bed scanner 10 and the new sheet feed scanner 1 can be used via the flat bed driver 49b. it can.

また、メーカーにとっては、フラットベッドドライバ49bを新製品のシートフィードスキャナ1に対応させるためのバージョンアップを行う必要はない。フラットベッドドライバ49bは、シートフィードドライバ49aと通信するためのプロトコルをすでに備えているからである。   Further, it is not necessary for the manufacturer to upgrade the flatbed driver 49b so as to correspond to the new product sheet feed scanner 1. This is because the flatbed driver 49b already has a protocol for communicating with the sheet feed driver 49a.

本実施形態では、フラットベッドドライバ49bを介してシートフィードドライバ49aを使用したが、シートフィードドライバ49aを介してフラットベッドドライバ49bを使用できるように構成してもよい。この場合は、上述の説明において、フラットベッドドライバ49bとシートフィードドライバ49aとを読み替えるとともに、フラットベッドスキャナ10とシートフィードスキャナ1とを読み替えればよい。   In the present embodiment, the sheet feed driver 49a is used via the flat bed driver 49b. However, the flat bed driver 49b may be used via the sheet feed driver 49a. In this case, in the above description, the flat bed driver 49b and the sheet feed driver 49a may be replaced, and the flat bed scanner 10 and the sheet feed scanner 1 may be replaced.

図11は、PC40に接続された3台以上のスキャナを使用するための共通のユーザーインターフェース1101の一例を示した図である。PC40に接続できるスキャナの台数は3台以上であってもよい。   FIG. 11 is a diagram showing an example of a common user interface 1101 for using three or more scanners connected to the PC 40. The number of scanners that can be connected to the PC 40 may be three or more.

この場合のユーザーインターフェース1101に、スキャナを選択するためのコンボボックスが追加されることになる。コンボボックスには、選択可能なスキャナの名称が列挙されることになる。なお、図11に示したユーザーインターフェース1101は、1台のフラットベッドスキャナと、4つのシートフィードスキャナとが接続されているときのユーザーインターフェースの一例である。   In this case, a combo box for selecting a scanner is added to the user interface 1101. In the combo box, selectable scanner names are listed. Note that the user interface 1101 shown in FIG. 11 is an example of a user interface when one flatbed scanner and four sheet feed scanners are connected.

図12は、スキャナ選択用ダイアログの一例を示した図である。上述したコンボボックスに代えて、図12に示したスキャナ選択用ダイアログ1201が採用されてもよい。ユーザーがスキャナ選択用ダイアログ1201から所望の一つを選択すると、選択されたスキャナに対応したスキャナドライバがRAM42へロードされる。RAM42へのスキャナドライバのロードは1度限りでよいことは上述した通りである。   FIG. 12 is a diagram showing an example of a scanner selection dialog. Instead of the combo box described above, the scanner selection dialog 1201 shown in FIG. 12 may be employed. When the user selects a desired one from the scanner selection dialog 1201, a scanner driver corresponding to the selected scanner is loaded into the RAM 42. As described above, the scanner driver may be loaded into the RAM 42 only once.

読取方法として「自動」が選択されているときは、CPU46は、スキャナドライバを通じて、PC40に接続されているすべてのシートフィードスキャナの原稿台を調査し、原稿が載置されているシートフィードスキャナのみにスキャン開始コマンドを送信するようにしてもよい。   When “automatic” is selected as the reading method, the CPU 46 checks the document table of all the sheet feed scanners connected to the PC 40 through the scanner driver, and only the sheet feed scanner on which the document is placed. Alternatively, a scan start command may be transmitted.

図13は、ユーザーインターフェースの他の例を示した図である。上記の実施形態では、フラットベッドドライバ49bが、フラットベッドスキャナ10とシートフィードスキャナ1とで共通にサポートしている機能についての選択項目のみをユーザーインターフェースに表示している。   FIG. 13 is a diagram illustrating another example of the user interface. In the above-described embodiment, the flatbed driver 49b displays only selection items for functions that are commonly supported by the flatbed scanner 10 and the sheet feed scanner 1 on the user interface.

図13が示すように、ユーザーインターフェース1301には、両者に共通でない選択項目が表示されてもよい。例えば、フラットベッドスキャナ10が解像度1200dpiをサポートしており、シートフィードスキャナ1ではこれをサポートしていないものとする。   As shown in FIG. 13, the user interface 1301 may display selection items that are not common to both. For example, it is assumed that the flatbed scanner 10 supports a resolution of 1200 dpi and the sheet feed scanner 1 does not support this.

さらに、シートフィードスキャナ1は白紙検知機能をサポートおり、フラットベッドスキャナ10もこれをサポートしているものと仮定する。この場合、読取方法として「フィーダー」が選択されると、CPU46は、解像度1200dpiはグレーアウト表示に切り替えることで、解像度1200dpiを無効としてもよい。   Further, it is assumed that the sheet feed scanner 1 supports a blank sheet detection function, and the flatbed scanner 10 also supports this. In this case, when “feeder” is selected as the reading method, the CPU 46 may invalidate the resolution 1200 dpi by switching the resolution 1200 dpi to gray-out display.

このように、CPU46は、抽出されなかった機能の設定項目をユーザーインターフェースで操作不可能となるように表示装置45に表示する手段として機能する。一方、フラットベッドが選択されると、CPU46は、解像度1200dpiについてグレーアウト表示から有効表示に切り替える。   In this way, the CPU 46 functions as a means for displaying the setting items for the functions that have not been extracted on the display device 45 so that they cannot be operated on the user interface. On the other hand, when the flat bed is selected, the CPU 46 switches from gray-out display to effective display for a resolution of 1200 dpi.

よって、CPU46は、ユーザーインターフェースを通じて選択されたどの画像読取装置が選択されたかを判別する判別手段と、ユーザーインターフェースを通じて選択された画像読取装置が備える機能に応じてユーザーインターフェースにおける操作可能項目を変更する変更手段として機能する。   Therefore, the CPU 46 changes the operable items in the user interface according to the determination unit that determines which image reading device selected through the user interface is selected and the function of the image reading device selected through the user interface. Functions as a change means.

上述したように、ユーザーが特殊機能ボタン56を押すと、CPU46は、図9に示した設定ダイアログ57を表示する。設定ダイアログ57は、フラットベッドドライバ49bがシートフィードドライバ49aの設定ダイアログを呼び出して表示装置45に表示したものである。   As described above, when the user presses the special function button 56, the CPU 46 displays the setting dialog 57 shown in FIG. The setting dialog 57 is displayed on the display device 45 by the flatbed driver 49b calling the setting dialog of the sheet feed driver 49a.

よって、CPU46は、ユーザーが読取方法をフィーダーに設定したときに特殊機能ボタン56を選択可能なように表示する。一方、そうでないときは、CPU46は、特殊機能ボタン56を無効とすべく、グレーアウト表示に切り替える。   Therefore, the CPU 46 displays the special function button 56 so that it can be selected when the user sets the reading method to the feeder. On the other hand, if not, the CPU 46 switches to the gray-out display so as to invalidate the special function button 56.

本実施形態では、フラットベッドスキャナ10にシートフィードスキャナ1を接続し、フラットベッドドライバ49bでシートフィードドライバ49aを制御するものと仮定して説明した。しかし、シートフィードスキャナ1にフラットベッドスキャナ10を接続し、シートフィードドライバ49aでフラットベッドドライバ49bを制御してもよい。また、スキャナの組み合わせは、フラットベッドスキャナ10、シートフィードスキャナ1に限定されるものではない。すなわち、種類の異なる複数の画像読取装置をPC40に接続するときも本実施形態に係る発明を適用できる。   In the present embodiment, the sheet feed scanner 1 is connected to the flat bed scanner 10 and the sheet feed driver 49a is controlled by the flat bed driver 49b. However, the flat bed scanner 10 may be connected to the sheet feed scanner 1 and the flat bed driver 49b may be controlled by the sheet feed driver 49a. The combination of the scanners is not limited to the flat bed scanner 10 and the sheet feed scanner 1. In other words, the invention according to the present embodiment can be applied when a plurality of different types of image reading apparatuses are connected to the PC 40.

図14は、画像処理部の搭載位置を説明するためのす図である。上記の実施形態では、図14(A)が示すように、フラットベッドスキャナ10とシートフィードスキャナ1とがそれぞれ画像処理部を備えており、画像処理部は共通化されてはいない。しかし、図14(B)が示すように、フラットベッドドライバ49bとシートフィードドライバ49aとのそれぞれが画像処理部を備えてもよい。   FIG. 14 is a diagram for explaining the mounting position of the image processing unit. In the above embodiment, as shown in FIG. 14A, the flatbed scanner 10 and the sheet feed scanner 1 each include an image processing unit, and the image processing unit is not shared. However, as shown in FIG. 14B, each of the flat bed driver 49b and the sheet feed driver 49a may include an image processing unit.

以上説明したように、本実施形態によれば、第1の画像読取装置を第1のドライバにより制御し、第2の画像読取装置を第1のドライバを介して第2のドライバにより制御できるようにしたため、第1のドライバをアンロードしたり、再ロードしたりする時間を省略できる。よって、ドライバの切り替えに必要となる切り替え時間を短縮することができる。   As described above, according to the present embodiment, the first image reading apparatus can be controlled by the first driver, and the second image reading apparatus can be controlled by the second driver via the first driver. Therefore, the time for unloading and reloading the first driver can be omitted. Therefore, the switching time required for driver switching can be shortened.

例えば、読取り形式の異なる複数の画像読取装置がPC(情報処理装置)に接続されているときにアプリケーションプログラム48が起動されると、アプリケーションプログラム48は第1のドライバを情報処理装置のメモリへとロードする。さらに、第1のドライバは第2のドライバを情報処理装置のメモリへとロードする。よって、ユーザーインターフェース53などにおいて使用すべきスキャナを切り替えたとしても、ドライバのアンロード、ロードおよび初期化処理は発生しない。すなわち、スキャナドライバの切り替えに必要となる切り替え時間を従来よりも短縮できる。   For example, when the application program 48 is started when a plurality of image reading apparatuses having different reading formats are connected to a PC (information processing apparatus), the application program 48 transfers the first driver to the memory of the information processing apparatus. Load it. Further, the first driver loads the second driver into the memory of the information processing apparatus. Therefore, even if the scanner to be used is switched in the user interface 53 or the like, driver unloading, loading, and initialization processing do not occur. That is, the switching time required for switching the scanner driver can be shortened compared to the conventional case.

また、第2の画像読取装置が読取った画像のデータを第1のドライバおよび第2のドライバを介してアプリケーションプログラムが受け取るように、第1のドライバを構成したことで、第2の画像読取装置用の第2のドライバについては変更することなく、本発明を適用できる。   In addition, since the first driver is configured so that the application program receives the data of the image read by the second image reading device via the first driver and the second driver, the second image reading device The present invention can be applied to the second driver without change.

すなわち、第2のドライバについての更新やバージョンアップの手間を省くことができる。また、第2のドライバがインストールされていれば当該第2のドライバをメモリにロードし、第2のドライバがインストールされていなければ当該第2のドライバをロードしないように第1のドライバを構成している。すなわち、第2のドライバのロード処理はアプリケーションプログラムではなく第1のドライバが担当している。   That is, it is possible to save the trouble of updating and upgrading the second driver. If the second driver is installed, the second driver is loaded into the memory, and if the second driver is not installed, the first driver is configured not to load the second driver. ing. That is, the load process of the second driver is handled by the first driver, not the application program.

また、第1のドライバが提供するユーザーインターフェース上で画像読取装置を切り替えるようにしているため、画像読取装置の切り替えに伴うドライバのアンロード、ロードおよび初期化処理は必要がない。なお、第2の画像読取装置が選択されたときは第1のドライバがアプリケーションプログラムのように振舞って第2のドライバへコマンドを渡す。それ故、第2のドライバは、本発明を適用する上での特別な更新や改変は必要がない。   Further, since the image reading apparatus is switched on the user interface provided by the first driver, driver unloading, loading, and initialization processing associated with the switching of the image reading apparatus is not necessary. When the second image reading apparatus is selected, the first driver behaves like an application program and passes a command to the second driver. Therefore, the second driver does not require any special update or modification for applying the present invention.

また、第1のドライバのユーザーインターフェースでは、第1の画像読取装置と第2の画像読取装置とで共通している機能についてその設定項目が設けられている。よって、どの画像読取装置が選択されても、読取り処理に反映することが不可能な設定を操作者が行ってしまうことを防止できる。   In the user interface of the first driver, setting items for functions common to the first image reading apparatus and the second image reading apparatus are provided. Therefore, it is possible to prevent the operator from making a setting that cannot be reflected in the reading process no matter which image reading apparatus is selected.

なお、共通していない設定項目については、ユーザーインターフェースから消去してしまったり、操作不可能なようにグレーアウト表示したりしてもよい。グレーアウト表示された設定項目は、操作者により選択されなかった他の画像読取装置では設定可能な項目であることを操作者に示唆することができる。   Note that setting items that are not common may be deleted from the user interface or grayed out so that they cannot be operated. It is possible to indicate to the operator that the setting item displayed in gray out is an item that can be set in another image reading apparatus not selected by the operator.

また、ユーザーインターフェースを通じて選択された画像読取装置が備える機能に応じて、ユーザーインターフェースにおける操作可能な設定項目を変更してもよい。この場合は、複数の画像読取装置に共通しているものだけでなく、選択された画像読取装置で設定可能な設定項目をすべて表示することができる。よって、操作者は選択した画像読取装置が備えるすべての機能を使用することができる。   In addition, setting items that can be operated on the user interface may be changed according to the function of the image reading apparatus selected through the user interface. In this case, not only items common to a plurality of image reading apparatuses but also all setting items that can be set by the selected image reading apparatus can be displayed. Therefore, the operator can use all the functions of the selected image reading apparatus.

さらに、シートスルー型スキャナのドライバと通信可能なフラットベット型スキャナのドライバを用いることにより、例えば、情報処理装置(PC)からの読取指示信号をシートスルー型スキャナに伝達することができる。逆に、情報処理装置は、シートスルー型スキャナでの読取画像をシートスルー型スキャナのドライバからフラットベット型スキャナのドライバを経由して取得することができる。これにより、フラットベット型スキャナを情報処理装置と既存のシートスルー型スキャナとの間に接続することが可能となる。すなわち、フラットベットスキャナに複数の接続部を設けるだけで、情報処理装置にフラットベット型スキャナを接続すると共にフラットベット型スキャナに既存のシートスルー型スキャナを接続することができる。   Furthermore, by using a flatbed scanner driver that can communicate with a sheet-through scanner driver, for example, a reading instruction signal from an information processing apparatus (PC) can be transmitted to the sheet-through scanner. Conversely, the information processing apparatus can acquire an image read by the sheet through scanner from the driver of the sheet through scanner via the driver of the flat bed scanner. This makes it possible to connect the flatbed scanner between the information processing apparatus and the existing sheet-through scanner. That is, only by providing a plurality of connecting portions to the flat bed scanner, it is possible to connect the flat bed scanner to the information processing apparatus and connect an existing sheet-through scanner to the flat bed scanner.

その結果、ユーザーは、フラットベット型スキャナを導入するだけで、情報処理装置の操作に基づいて、フラットベット型スキャナとシートスルー型スキャナとを1つのスキャナユニットとして容易に使い分けすることができる。また、シートスルー型スキャナを保有するユーザーは、既存のシートスルー型スキャナを改良(改造)することなく、フラットベット型スキャナを追加利用することができる。   As a result, the user can easily use the flat bed scanner and the sheet-through scanner as a single scanner unit based on the operation of the information processing apparatus simply by introducing the flat bed scanner. Further, a user who owns a sheet-through scanner can additionally use a flat-bed scanner without improving (modifying) an existing sheet-through scanner.

なお、上述した本実施形態では、異なる種類の画像読取装置に基づいて説明したが、ここでいう異なる種類の画像読取装置とは、読み取り形式に限定されず、例えば、略同一の読み取り形式の読取装置であってもよいし、読取の原稿サイズ(A4以下の対応機種と、A3以下の対応機種等)が違う装置、スペック(性能)違いの装置、あるいは型式違いの装置等を含み、上述した実施形態に限定されるものではない。   In the above-described embodiment, the description has been made based on different types of image reading devices. However, the different types of image reading devices here are not limited to reading formats, and for example, reading in substantially the same reading format. It may be a device, including a device with a different original document size (A4 or smaller compatible model, A3 or smaller compatible model, etc.), a device with a different specification (performance), or a device with a different type, etc. It is not limited to the embodiment.

1…シートフィードスキャナ
2…ピックアップローラ
3…搬送ローラ
4…分離ローラ
5…ラインイメージセンサ
7…対向面
8a…第1ローラ対
8b…第1ローラ対
9…原稿検知センサ
10…フラットベッドスキャナ10
11…ガラス
12…ラインイメージセンサ
13…移動ユニット
14…スキャナカバー
15…対向面
21…A/D変換部
22…画像処理部
23…メモリ
24…インターフェース部
25…信号ケーブル
26…CPU
27…バス
28…モータドライバ
29…駆動部
40…PC
48…アプリケーション
49…スキャナドライバ
51…ユーザーインターフェース
52…ユーザーインターフェース
53…ユーザーインターフェース
DESCRIPTION OF SYMBOLS 1 ... Sheet feed scanner 2 ... Pickup roller 3 ... Conveyance roller 4 ... Separation roller 5 ... Line image sensor 7 ... Opposite surface 8a ... First roller pair 8b ... First roller pair 9 ... Document detection sensor 10 ... Flatbed scanner 10
DESCRIPTION OF SYMBOLS 11 ... Glass 12 ... Line image sensor 13 ... Moving unit 14 ... Scanner cover 15 ... Opposite surface 21 ... A / D conversion part 22 ... Image processing part 23 ... Memory 24 ... Interface part 25 ... Signal cable 26 ... CPU
27 ... Bus 28 ... Motor driver 29 ... Drive unit 40 ... PC
48 ... Application 49 ... Scanner driver 51 ... User interface 52 ... User interface 53 ... User interface

Claims (15)

画像読取システムであって、
それぞれ種類の異なる複数の画像読取装置と、
前記複数の画像読取装置が並列または直列に接続可能な情報処理装置と
を備え、
前記情報処理装置は、
前記複数の画像読取装置のうち第1の画像読取装置を制御するための第1のドライバと、
前記複数の画像読取装置のうち前記第1の画像読取装置とは種類の異なる第2の画像読取装置を制御するための第2のドライバと、
前記第1のドライバまたは前記第2のドライバから画像のデータを受け取るアプリケーションプログラムと
を備え、
前記アプリケーションプログラムは、前記第1のドライバまたは前記第2のドライバと通信するための第1のドライバインターフェースを備え、
前記第1のドライバおよび前記第2のドライバはそれぞれ、前記アプリケーションプログラムと通信するためのアプリケーションインタフェースを備え、
前記第1のドライバは、前記第2のドライバが備えるアプリケーションインタフェースと通信するための第2のドライバインターフェースをさらに備え、
前記情報処理装置は、前記第1の画像読取装置により画像を読取る際には前記第1のドライバを介して前記第1の画像読取装置を制御し、前記第2の画像読取装置により画像を読取る際には前記第1のドライバおよび前記第2のドライバを介して前記第2の画像読取装置を制御することを特徴とする画像読取システム。
An image reading system,
A plurality of different image reading devices,
An information processing device in which the plurality of image reading devices can be connected in parallel or in series;
The information processing apparatus includes:
A first driver for controlling the first image reading device among the plurality of image reading devices;
A second driver for controlling a second image reading device of a type different from the first image reading device among the plurality of image reading devices;
An application program for receiving image data from the first driver or the second driver,
The application program includes a first driver interface for communicating with the first driver or the second driver,
Each of the first driver and the second driver includes an application interface for communicating with the application program,
The first driver further includes a second driver interface for communicating with an application interface included in the second driver;
The information processing apparatus controls the first image reading apparatus via the first driver when reading an image by the first image reading apparatus, and reads the image by the second image reading apparatus. In this case, the image reading system controls the second image reading device via the first driver and the second driver.
前記アプリケーションプログラムは、前記第1の画像読取装置が読取った画像のデータを、前記第1のドライバを介して受け取り、前記第2の画像読取装置が読取った画像のデータを、前記第1のドライバおよび前記第2のドライバを介して受け取るように構成されていることを特徴とする請求項1に記載の画像読取システム。 The application program receives image data read by the first image reading device via the first driver, and receives image data read by the second image reading device as the first driver. The image reading system according to claim 1, wherein the image reading system is configured to receive the data via the second driver. 前記第1の画像読取装置と前記第2の画像読取装置との両方が前記情報処理装置に接続されているときに前記アプリケーションプログラムが起動されると、前記アプリケーションプログラムは、前記第1のドライバを前記情報処理装置のメモリへとロードするように構成されており、前記第1のドライバは、前記第2のドライバを前記情報処理装置のメモリへとロードするように構成されていることを特徴とする請求項1または2に記載の画像読取システム。   When the application program is started when both the first image reading apparatus and the second image reading apparatus are connected to the information processing apparatus, the application program causes the first driver to The information processing device is configured to load into the memory of the information processing device, and the first driver is configured to load the second driver into the memory of the information processing device. The image reading system according to claim 1 or 2. 前記第1のドライバは、前記情報処理装置を、
前記第2のドライバが前記情報処理装置にインストールされているかどうかを判定する判定手段と、
前記第2のドライバが前記情報処理装置にインストールされているときは前記第2のドライバを前記情報処理装置へロードし、前記第2のドライバが前記情報処理装置にインストールされていないときは前記第2のドライバのロードを実行しないロード手段として機能させることを特徴とする請求項3に記載の画像読取システム。
The first driver causes the information processing apparatus to
Determination means for determining whether or not the second driver is installed in the information processing apparatus;
When the second driver is installed in the information processing apparatus, the second driver is loaded into the information processing apparatus, and when the second driver is not installed in the information processing apparatus, the second driver is loaded. The image reading system according to claim 3, wherein the image reading system is made to function as a loading unit that does not execute the loading of the second driver.
前記第1のドライバは、前記情報処理装置を、
前記第1の画像読取装置と前記第2の画像読取装置とのどちらを選択するかを操作者に問い合せるためのユーザーインターフェースを表示する表示手段と、
前記ユーザーインターフェースを通じて前記第1の画像読取装置が選択されると、画像の読取開始コマンドを前記第1の画像読取装置に送信する第1の送信手段と、
前記ユーザーインターフェースを通じて前記第2の画像読取装置が選択されると、画像の読取開始コマンドを前記第2の画像読取装置に送信する第2の送信手段として機能させることを特徴とする請求項3または4に記載の画像読取システム。
The first driver causes the information processing apparatus to
Display means for displaying a user interface for inquiring of an operator whether to select the first image reading device or the second image reading device;
First transmission means for transmitting an image reading start command to the first image reading device when the first image reading device is selected through the user interface;
4. The apparatus according to claim 3, wherein when the second image reading device is selected through the user interface, the second image reading device functions as a second transmission unit that transmits an image reading start command to the second image reading device. 5. The image reading system according to 4.
前記第1のドライバは、前記情報処理装置を、
前記第1の画像読取装置が対応している機能と前記第2の画像読取装置が対応している機能とを比較し、前記第1の画像読取装置と前記第2の画像読取装置とに共通している機能を抽出する手段として機能させ、
前記表示手段は、前記抽出された機能の設定項目を前記ユーザーインターフェースに表示することを特徴とする請求項5に記載の画像読取システム。
The first driver causes the information processing apparatus to
The function supported by the first image reading device is compared with the function supported by the second image reading device, and is common to the first image reading device and the second image reading device. Function as a means to extract the function
The image reading system according to claim 5, wherein the display unit displays the extracted function setting items on the user interface.
前記表示手段は、前記抽出されなかった機能の設定項目を前記ユーザーインターフェースで操作不可能となるように表示することを特徴とする請求項6に記載の画像読取システム。   The image reading system according to claim 6, wherein the display unit displays the setting items of the functions that are not extracted so that the setting items cannot be operated on the user interface. 前記第1のドライバは、前記情報処理装置を、
前記ユーザーインターフェースを通じて選択されたどの画像読取装置が選択されたかを判別する判別手段と、
前記ユーザーインターフェースを通じて選択された画像読取装置が備える機能に応じて前記ユーザーインターフェースにおける操作可能項目を変更する変更手段として機能させることを特徴とする請求項5に記載の画像読取システム。
The first driver causes the information processing apparatus to
Determining means for determining which image reading device selected through the user interface is selected;
The image reading system according to claim 5, wherein the image reading system functions as a changing unit that changes an operable item in the user interface in accordance with a function of the image reading apparatus selected through the user interface.
前記第2のドライバは、前記情報処理装置を
前記第2の画像読取装置から転送されてきた画像のデータを前記第1のドライバへ受け渡す手段として機能させ、
前記第1のドライバは、前記情報処理装置を
前記第2のドライバから受け渡された画像のデータを前記アプリケーションプログラムへ受け渡す手段として機能させることを特徴とする請求項2に記載の画像読取システム。
The second driver causes the information processing apparatus to function as means for transferring image data transferred from the second image reading apparatus to the first driver,
3. The image reading system according to claim 2, wherein the first driver causes the information processing apparatus to function as a unit that transfers image data transferred from the second driver to the application program. .
画像読取システムであって、
それぞれ種類の異なる複数の画像読取装置と、
前記複数の画像読取装置が並列または直列に接続可能な情報処理装置と
を備え、
前記情報処理装置は、
前記複数の画像読取装置のうち第1の画像読取装置を制御するための第1の制御手段と、
前記複数の画像読取装置のうち前記第1の画像読取装置とは種類の異なる第2の画像読取装置を制御するための第2の制御手段と、
前記第1の制御手段または前記第2の制御手段から画像のデータを受け取って画像処理を実行する画像処理手段と
を備え、
前記画像処理手段は、前記第1の制御手段または前記第2の制御手段と通信するための第1のインターフェースを備え、
前記第1の制御手段は、前記画像処理手段と通信するための第2のインターフェースと、前記第2の制御手段と通信するための第3のインターフェースとを備え、
前記第2の制御手段は、前記画像処理手段と通信するための第4のインターフェースを備え、
前記画像処理手段が備える第1のインターフェースは前記第1の制御手段が備える第2のインターフェースと接続され、前記第1の制御手段が備える第3のインターフェースは前記第2の制御手段が備える第4のインターフェースと接続されることで、前記画像処理手段は、前記第1の画像読取装置が読取った画像のデータを前記第1の制御手段を介して受け取り、前記第2の画像読取装置が読取った画像のデータを前記第1の制御手段および前記第2の制御手段を介して受け取ることを特徴とする画像読取システム。
An image reading system,
A plurality of different image reading devices,
An information processing device in which the plurality of image reading devices can be connected in parallel or in series;
The information processing apparatus includes:
First control means for controlling the first image reading device among the plurality of image reading devices;
A second control means for controlling a second image reading device of a type different from the first image reading device among the plurality of image reading devices;
Image processing means for receiving image data from the first control means or the second control means and executing image processing;
The image processing means includes a first interface for communicating with the first control means or the second control means,
The first control means includes a second interface for communicating with the image processing means, and a third interface for communicating with the second control means,
The second control means includes a fourth interface for communicating with the image processing means,
The first interface provided in the image processing means is connected to the second interface provided in the first control means, and the third interface provided in the first control means is provided in the fourth control means provided in the second control means. The image processing means receives the image data read by the first image reading device via the first control means and is read by the second image reading device. An image reading system, wherein image data is received via the first control means and the second control means.
請求項1ないし10のいずれか1項に記載された画像読取システムにおいて使用される前記第1のドライバであるコンピュータプログラムであって、
前記コンピュータプログラムは、前記情報処理装置を、
前記アプリケーションプログラムと通信するための前記アプリケーションインタフェースと、
前記第2のドライバが備えるアプリケーションインタフェースと通信するための前記第2のドライバインターフェースと
前記第1の画像読取装置が読取った画像のデータを前記アプリケーションプログラムへ渡すとともに、前記第2の画像読取装置が読取った画像のデータを、前記第2のドライバを介して受け取って前記アプリケーションへ渡す手段
として機能させることを特徴とするコンピュータプログラム。
A computer program which is the first driver used in the image reading system according to claim 1,
The computer program stores the information processing apparatus.
The application interface for communicating with the application program;
The second driver interface for communicating with an application interface included in the second driver, and the image data read by the first image reading device are passed to the application program, and the second image reading device A computer program that functions as means for receiving read image data via the second driver and passing the data to the application.
情報処理装置が接続される第1の画像読取装置と、前記第1の画像読取装置に接続されるとともに前記第1の画像読取装置とは種類が異なる第2の画像読取装置とを備え、
前記情報処理装置は、前記第1の画像読取装置を制御する第1のドライバと前記第2の画像読取装置を制御する第2のドライバとを含む制御プログラムの実行に基づいて、前記第2の画像読取装置への読取指示信号を前記第1のドライバから前記第2のドライバを経由して伝達することを特徴とする画像読取システム。
A first image reading device to which an information processing device is connected; and a second image reading device connected to the first image reading device and having a different type from the first image reading device;
The information processing apparatus is configured to execute the second program based on execution of a control program including a first driver that controls the first image reading apparatus and a second driver that controls the second image reading apparatus. An image reading system, wherein a reading instruction signal to an image reading apparatus is transmitted from the first driver via the second driver.
前記情報処理装置は、前記第2の画像読取装置で読取られる読取画像を前記第2のドライバから前記第1のドライバを経由して取得することを特徴とする請求項12に記載の画像読取システム。   13. The image reading system according to claim 12, wherein the information processing apparatus acquires a read image read by the second image reading apparatus from the second driver via the first driver. . 前記制御プログラムは、前記第1のドライバと、前記第2のドライバとに対して情報の入出力を行うためのアプリケーションプログラムを含むことを特徴とする請求項12又は13に記載の画像読取システム。   14. The image reading system according to claim 12, wherein the control program includes an application program for inputting / outputting information to / from the first driver and the second driver. 複数の画像読取装置が接続可能であると共に、前記複数の画像読取装置のうち第1の画像読取装置を制御する第1のドライバと、前記複数の画像読取装置のうち前記第1の画像読取装置とは異なる第2の画像読取装置を制御する第2のドライバと、前記第1のドライバまたは前記第2のドライバとの間で情報の入出力を行うアプリケーションプログラムとを備えており、
前記アプリケーションプログラムの起動に伴って、前記第1のドライバ及び前記第2のドライバのそれぞれを起動することを特徴とする情報処理装置。
A plurality of image reading devices can be connected, and a first driver for controlling the first image reading device among the plurality of image reading devices, and the first image reading device among the plurality of image reading devices. A second driver for controlling a second image reading device different from the above, and an application program for inputting / outputting information between the first driver or the second driver,
An information processing apparatus that activates each of the first driver and the second driver when the application program is activated.
JP2009190395A 2009-08-19 2009-08-19 Image reading system, computer program, and information processing apparatus Active JP5129213B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2009190395A JP5129213B2 (en) 2009-08-19 2009-08-19 Image reading system, computer program, and information processing apparatus
US12/849,266 US8456715B2 (en) 2009-08-19 2010-08-03 Information reading system for reading information on document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009190395A JP5129213B2 (en) 2009-08-19 2009-08-19 Image reading system, computer program, and information processing apparatus

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2012203469A Division JP5395237B2 (en) 2012-09-14 2012-09-14 Image reading system, computer program, and information processing apparatus

Publications (3)

Publication Number Publication Date
JP2011044816A true JP2011044816A (en) 2011-03-03
JP2011044816A5 JP2011044816A5 (en) 2011-05-26
JP5129213B2 JP5129213B2 (en) 2013-01-30

Family

ID=43831932

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009190395A Active JP5129213B2 (en) 2009-08-19 2009-08-19 Image reading system, computer program, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP5129213B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015188180A (en) * 2014-03-27 2015-10-29 ブラザー工業株式会社 Communication program, information processing device, and scanner

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003189035A (en) * 2001-12-20 2003-07-04 Minolta Co Ltd Managing apparatus and managing program
JP2007232988A (en) * 2006-02-28 2007-09-13 Kyocera Mita Corp Display controller, image forming apparatus and image forming system using the display controller
JP2008098994A (en) * 2006-10-12 2008-04-24 Fuji Xerox Co Ltd Scanner driver and scanner driver cooperation device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003189035A (en) * 2001-12-20 2003-07-04 Minolta Co Ltd Managing apparatus and managing program
JP2007232988A (en) * 2006-02-28 2007-09-13 Kyocera Mita Corp Display controller, image forming apparatus and image forming system using the display controller
JP2008098994A (en) * 2006-10-12 2008-04-24 Fuji Xerox Co Ltd Scanner driver and scanner driver cooperation device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015188180A (en) * 2014-03-27 2015-10-29 ブラザー工業株式会社 Communication program, information processing device, and scanner

Also Published As

Publication number Publication date
JP5129213B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
US10375257B2 (en) Display of two functions of device used with data processing apparatus
US8520267B2 (en) Host apparatus and control method thereof, and image reading apparatus controlled by host apparatus
EP2575343B1 (en) Image reading apparatus and image reading system
US20100060929A1 (en) Image forming apparatus and image forming method
US8456715B2 (en) Information reading system for reading information on document
US20130301069A1 (en) Information processing device, computer program product, and image forming apparatus
CN103916566B (en) Image reading apparatus and control method thereof
US11729321B2 (en) Display of two functions of device used with data processing apparatus
KR101101827B1 (en) Multi function peripheral and control method thereof
JP2015143974A (en) Processing device, processing method and program
JP5603038B2 (en) Information reading system, flatbed scanner and sheet feed scanner
JP5054078B2 (en) Information reading apparatus, image reading apparatus, information processing apparatus, information reading system, and information reading processing program
JP5129213B2 (en) Image reading system, computer program, and information processing apparatus
JP2016208325A (en) Image reading apparatus, control method for image reading apparatus, and recording program
JP5395237B2 (en) Image reading system, computer program, and information processing apparatus
JP2012213230A (en) Information reader, image reader, information processor, information reading system, and information reading processing program
CN112714225B (en) Information processing apparatus, computer readable medium, and information processing method
JP6379932B2 (en) Image recording apparatus and program
US11985277B2 (en) Image forming apparatus and remote operation control method
US11785152B2 (en) Image forming apparatus in which a desired function can be selectively executed, method of controlling the same, and storage medium
US20220263958A1 (en) Image forming apparatus and remote operation control method
JP2021136569A (en) Program and scan system
JP6107207B2 (en) Control apparatus, control method for image forming apparatus, and control program
JP2010205057A (en) Communication control device, image forming apparatus, program, and recording medium
JP2017097548A (en) Information processing apparatus, installation control system, installation control program, and installation control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110412

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110413

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110822

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110829

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111014

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120615

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120914

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20120925

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20121015

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121101

R150 Certificate of patent or registration of utility model

Ref document number: 5129213

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151109

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250