JP2013236234A - Image processing apparatus, image processing system, and program - Google Patents
Image processing apparatus, image processing system, and program Download PDFInfo
- Publication number
- JP2013236234A JP2013236234A JP2012107117A JP2012107117A JP2013236234A JP 2013236234 A JP2013236234 A JP 2013236234A JP 2012107117 A JP2012107117 A JP 2012107117A JP 2012107117 A JP2012107117 A JP 2012107117A JP 2013236234 A JP2013236234 A JP 2013236234A
- Authority
- JP
- Japan
- Prior art keywords
- image
- image processing
- binary image
- binary
- compressed
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Facsimiles In General (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Abstract
Description
本発明は、画像を処理する画像処理装置、画像処理システム及びプログラムに関する。 The present invention relates to an image processing apparatus, an image processing system, and a program for processing an image.
従来、カラー画像を読み取ってOCR(Optical Character Recognition)処理する装置において、1枚のカラー画像から白黒二値画像を生成して、白黒二値画像に対して処理を行っていた。 Conventionally, in a device that reads a color image and performs OCR (Optical Character Recognition) processing, a monochrome binary image is generated from one color image, and the monochrome binary image is processed.
例えば、原画像を二値画像とカラー画像とに分離し、画像処理(例えば圧縮)をしたカラー画像と、二値画像に対してOCR処理を施した結果とを合成する技術がある(例えば特許文献1参照)。 For example, there is a technique of separating an original image into a binary image and a color image, and combining a color image obtained by image processing (for example, compression) and a result obtained by performing OCR processing on the binary image (for example, a patent) Reference 1).
ここで、従来の画像処理装置(例えばMFP(Multifunction Peripheral))には、スキャンした原画像にOCR(文字認識)処理を施し、原画像を圧縮したデータに文字認識後の文字データのレイヤを加え、特定のファイルフォーマットでラップしてファイルとして出力する機能がある。 Here, a conventional image processing apparatus (for example, MFP (Multifunction Peripheral)) performs OCR (character recognition) processing on the scanned original image, and adds a character data layer after character recognition to the compressed data of the original image. There is a function to wrap in a specific file format and output as a file.
典型的なファイルフォーマットはPDFであり,この場合のファイルはサーチャブルPDFと呼ばれることが多い。以降では、簡単のためこのファイルを「OCR_PDF」とも呼ぶ。 A typical file format is PDF, and the file in this case is often called a searchable PDF. Hereinafter, for simplicity, this file is also referred to as “OCR_PDF”.
OCR_PDFの作成及びユーザへの送信過程については、従来技術にもあるように、以下の手順が実行される。
(A1)カラーの原画像から二値画像を生成
(A2)カラー画像を圧縮
(A3)二値画像に対してOCR処理
(A4)圧縮したカラー画像と、OCR処理結果とをファイルフォーマットでラップしてOCR_PDFを生成
(A5)OCR_PDFをユーザのPC(Personal Computer)に転送
つまり、上記処理は、主に以下の3つの処理を含む。
・原画像の圧縮
・OCR処理
・ファイルフォーマットのラップ処理
この3つの処理時間の比は次の通りである。
ファイルフォーマットラップ処理<原画像の圧縮<<OCR処理
OCR処理は、一般的な画像処理と比べて処理負荷が大きいため、OCR_PDFを作成するのに、OCR処理の処理時間が支配的になってしまう。
Regarding the creation of OCR_PDF and the transmission process to the user, the following procedure is executed as in the prior art.
(A1) Generate binary image from color original image (A2) Compress color image (A3) OCR process for binary image (A4) Wrapped color image and OCR process result in file format Then, OCR_PDF is generated (A5) OCR_PDF is transferred to the user's PC (Personal Computer) That is, the above process mainly includes the following three processes.
-Original image compression-OCR processing-File format wrap processing The ratio of these three processing times is as follows.
File format wrap processing << original image compression << OCR processing Since OCR processing has a larger processing load than general image processing, the processing time of OCR processing becomes dominant in creating OCR_PDF. .
そのため、MFPではなく、ネットワーク上のサーバなどを用いてOCR処理を行い、OCR処理時間を削減することができる。また、サーバでは、OCR処理に限らず、処理負荷が大きい画像処理を行わせてもよい。 Therefore, OCR processing can be performed using a server on the network instead of the MFP, and the OCR processing time can be reduced. Further, the server is not limited to OCR processing, and may perform image processing with a large processing load.
このとき、サーバで処理負荷が大きい画像処理を行わせる場合、サーバに余計な処理をさせない、テータ転送量を考慮する、など画像処理後のデータを画像に加えたデータ(例えばOCR_PDF)を効率良く作成することが要求される。 At this time, when image processing with a heavy processing load is performed on the server, data (for example, OCR_PDF) obtained by adding data after image processing to the image, such as not allowing the server to perform extra processing or considering the amount of data transfer, is efficiently used. It is required to create.
そこで、本発明は上記問題点に鑑みてなされたものであり、画像処理後のデータを画像に加えたデータを作成する際の効率性を向上させることができる画像処理装置、画像処理システム及びプログラムを提供することを目的とする。 Therefore, the present invention has been made in view of the above problems, and an image processing apparatus, an image processing system, and a program capable of improving the efficiency in creating data obtained by adding data after image processing to an image The purpose is to provide.
本発明の一態様の画像処理装置は、画像から二値画像を生成する生成手段と、前記生成手段で生成された二値画像と該二値画像の生成元の画像とを圧縮する圧縮手段と、前記圧縮手段で圧縮された二値画像を、所定の画像処理を施す画像処理手段を有する外部装置に送信する送信手段と、前記送信手段で送信した二値画像に対して前記画像処理手段により所定の画像処理が施された二値画像の情報を前記外部装置から受信する受信手段と、前記受信手段で受信した前記所定の画像処理が施された二値画像の情報と、前記圧縮手段で圧縮された生成元の画像とに基づいた画像ファイルを生成するファイル生成手段とを備える。 An image processing apparatus according to an aspect of the present invention includes a generation unit that generates a binary image from an image, a compression unit that compresses the binary image generated by the generation unit and the image from which the binary image is generated. Transmitting the binary image compressed by the compression unit to an external apparatus having an image processing unit for performing predetermined image processing; and the binary image transmitted by the transmission unit by the image processing unit. A receiving unit that receives information of a binary image that has undergone predetermined image processing from the external device; information of the binary image that has been subjected to the predetermined image processing received by the receiving unit; and the compression unit. File generating means for generating an image file based on the compressed source image.
本発明によれば、画像処理後のデータを画像に加えたデータを作成する際の効率性を向上させることができる。 ADVANTAGE OF THE INVENTION According to this invention, the efficiency at the time of creating the data which added the data after image processing to the image can be improved.
まず、処理負荷が大きい画像処理を、MFPではなく、処理能力の高いサーバに処理させる場合の典型例について説明する。この典型例の処理手順は以下の通りである。なお、以降では、画像処理としてOCRを例に説明するが、この限りではない。
(B1)MFPが、カラーの原画像をスキャンし、スキャンされたカラー画像を圧縮
(B2)MFPが、圧縮後のカラー画像をサーバに送信
(B3)サーバが、圧縮されたカラー画像を伸長し、二値画像を生成
(B4)サーバが、二値画像にOCR処理を施す
(B5)サーバが、伸長後のカラー画像を圧縮
(B6)サーバが、圧縮後のカラー画像とOCR結果とをファイルフォーマットでラップしてOCR_PDFを生成
(B7)サーバが、OCR_PDFをユーザのPCに送信
しかし、上記の典型例には、次の4つの問題点がある。
・(B1)において、OCR対象の二値画像を精度良く生成するために、その原画像のカラー画像をなるべく低い圧縮率で圧縮する必要がある。圧縮率が低ければ低いほど、圧縮後のデータサイズは大きくなる。
・(B2)において、(B1)の結果、サーバに転送するデータ量が多くなる。
・(B3)において、二値画像生成のために、圧縮されたカラー画像を伸長する必要がある。
・(B5)において、OCR_PDFのファイルサイズを実用的な小ささにするために、カラー画像の再度の圧縮が必要となる。(B2)で圧縮されたカラー画像自体は、OCR_PDFで使えない場合が多い。
First, a typical example of a case where image processing with a large processing load is processed by a server having a high processing capacity instead of the MFP will be described. The processing procedure of this typical example is as follows. In the following, OCR is described as an example of image processing, but this is not a limitation.
(B1) The MFP scans the original color image and compresses the scanned color image. (B2) The MFP transmits the compressed color image to the server. (B3) The server decompresses the compressed color image. The binary image is generated (B4). The server performs OCR processing on the binary image. (B5) The server compresses the decompressed color image. (B6) The server stores the compressed color image and the OCR result as a file. Wrapping in format to generate OCR_PDF (B7) Server sends OCR_PDF to user's PC However, the above typical example has the following four problems.
In (B1), in order to generate a binary image to be subjected to OCR with high accuracy, it is necessary to compress the color image of the original image with a compression rate as low as possible. The lower the compression rate, the larger the data size after compression.
In (B2), the amount of data transferred to the server increases as a result of (B1).
In (B3), it is necessary to decompress the compressed color image in order to generate a binary image.
In (B5), in order to make the file size of OCR_PDF practically small, it is necessary to compress the color image again. In many cases, the color image itself compressed in (B2) cannot be used in OCR_PDF.
そこで、上記の問題点を解消し、画像処理後のデータを画像に加えたデータ(例えばOCR_PDF)を生成する処理を効率良く行う各実施例について、以下、図面に基づいて説明する。 Therefore, each embodiment that solves the above-described problems and efficiently generates data (for example, OCR_PDF) in which data after image processing is added to an image will be described with reference to the drawings.
[実施例1]
<システム>
図1は、実施例1における画像処理システムの一例を示す図である。図1に示す画像処理システム1は、画像処理装置(例えばMFP)10、PC20、サーバ20、及びサーバ40等を有する。接続されるサーバの数は、2つに限られず、1つや3つ以上であってもよい。
[Example 1]
<System>
FIG. 1 is a diagram illustrating an example of an image processing system according to the first embodiment. An
画像処理装置10は、原稿をスキャナにより読み取ってカラーの画像を生成する。画像処理装置10は、カラー画像から白黒の二値画像を生成し、二値画像を例えばサーバ20に送信する。このとき、二値画像が複数のページを有する場合は、ページ毎に異なるサーバに送信してもよい。
The
画像処理装置10は、二値画像に対してOCR処理が実行された処理結果の情報をサーバ20から受信する。画像処理装置10は、受信した処理結果の情報と、圧縮したカラー画像とを合成し、画像ファイルを生成する。画像処理装置10は、画像ファイルをユーザのPC20に送信してもよい。
The
サーバ20、30は、例えば処理能力の高い情報処理装置であり、処理負荷が大きい画像処理を実行することができる。ここでの画像処理は、例えばOCR処理などである。サーバ20、30は、画像処理装置10から受信した二値画像を伸長し、伸長後の二値画像に対してOCR処理を施す。サーバ20、30は、OCR後のデータを画像処理装置10に送信する。次に、各装置の詳細について説明する。
The
<ハードウェア>
図2は、実施例1における画像処理装置10のハードウェアの一例を示すブロック図である。図2に示す例では、画像処理装置10は、コントローラ11、スキャナ12、プリンタ13、モデム14、操作パネル15、ネットワークインタフェース16、及びSDカードスロット17等のハードウェアを有する。画像処理装置10は、例えば複合機等である。
<Hardware>
FIG. 2 is a block diagram illustrating an example of hardware of the
コントローラ11は、CPU(Central Processing Unit)111、RAM(Random Access Memory)112、ROM(Read Only Memory)113、HDD(Hard Disk Drive)114、及びNVRAM(Non Volatile RAM)115等を有する。
The
ROM113には、各種のプログラムやプログラムによって利用されるデータ等が記憶されている。RAM112は、プログラムをロードするための記憶領域や、ロードされたプログラムのワーク領域等として用いられる。また、RAM112は、例えばスキャナ12により読み取られた画像や、圧縮された画像を記憶したり、OCR後のデータ(例えばテキストデータ)を記憶したりする。
The
CPU111は、RAM112にロードされたプログラムを処理することにより、上述した機能を実現する。HDD114には、プログラムやプログラムが利用する各種のデータ等が記憶される。NVRAM115には、各種の設定情報等が記憶される。
The
スキャナ12は、原稿から原画像を読み取るためのハードウェアである。例えば原画像は、カラーの画像データである。プリンタ13は、印刷データを印刷用紙に印刷するためのハードウェアである。モデム14は、電話回線に接続するためのハードウェアであり、FAX通信による画像データの送受信を実行するために用いられる。
The
操作パネル15は、ユーザからの入力の受け付けを行うためのボタン等の入力手段や、液晶パネル等の表示手段等を備えたハードウェアである。ネットワークインタフェース16は、LAN等のネットワーク(有線又は無線の別は問わない)に接続するためのハードウェアである。ネットワークインタフェース16は、データの送受信を行う各サーバやユーザのPC20のアドレスを保持する。
The
SDカードスロット17は、SDカード80に記憶されたプログラムを読み取るために利用される。すなわち、画像処理装置10では、ROM113に記憶されたプログラムだけでなく、SDカード80に記憶されたプログラムもRAM112にロードされ、実行されうる。
The
なお、他の記録媒体(例えば、CD−ROM又はUSB(Universal Serial Bus)メモリ等)によってSDカード80が代替されてもよい。すなわち、SDカード80の位置付けに相当する記録媒体の種類は、所定のものに限定されない。この場合、SDカードスロット17は、記録媒体の種類に応じたハードウェアによって代替されればよい。
The
図3は、実施例1におけるサーバ30のハードウェアの一例を示すブロック図である。図3に示すように、サーバ30は、CPU31、RAM32、ROM33、HDD34、ネットワークインタフェース35、表示部36、及び外部記録装置I/F部37等を有する。これら各構成は、バスを介して相互にデータ送受信可能に接続されている。
FIG. 3 is a block diagram illustrating an example of hardware of the
ROM33には、各種のプログラム(例えばOCR処理プログラム)やプログラムによって利用されるデータ等が記憶されている。また、ROM33は、例えば認識辞書メモリを有し、OCR処理で使用する認識辞書データを記憶する。
The
RAM32は、プログラムをロードするための記憶領域や、ロードされたプログラムのワーク領域等として用いられる。また、RAM32には、例えばOCR後のデータ(例えばテキストデータ)や画像処理装置10から受信したデータを記憶したりする。
The
CPU31は、RAM32にロードされたプログラムを処理することにより、上述した機能を実現する。HDD34には、プログラムやプログラムが利用する各種のデータ等が記憶される。
The
ネットワークインタフェース35は、ネットワークを介して接続された通信機能を有する機器とサーバ30とのインターフェースである。ネットワークは、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などである。ネットワークインタフェース35は、データの送受信を行う画像処理装置10のアドレスを保持する。
The
表示部36は、例えばLCD(Liquid Crystal Display)等により構成され、CPU31から入力される表示データに応じた表示が行われる。
The
外部記録装置I/F部37は、USB(Universal Serial Bus)などのデータ伝送路を介して接続された記録媒体38(例えば、フラッシュメモリなど)とサーバ30とのインターフェースである。
The external recording device I /
また、記録媒体38に、所定のプログラムを格納し、この記録媒体38に格納されたプログラムは外部記録装置I/F部37を介してサーバ30にインストールされ、インストールされた所定のプログラムはサーバ30により実行可能となる。
A predetermined program is stored in the
また、サーバ40やPC20は、サーバ30と同様のハードウェアを有するため、その説明を省略する。
Further, since the
<機能>
次に、画像処理装置10の機能について説明する。図4は、実施例1における画像処理装置10の機能の一例を示すブロック図である。画像処理措置10は、二値画像生成手段201、圧縮手段203、指定手段205、送信手段207、受信手段209、及びファイル生成手段211を有する。なお、図示しないが、画像処理装置10は、MFPとしての一般的な機能も有する。
<Function>
Next, functions of the
また、二値画像生成手段201、圧縮手段203、指定手段205、ファイル生成手段211は、例えばCPU111やワークメモリとしてのRAM112などにより実現されうる。また、送信手段207や受信手段209は、例えばネットワークインタフェース16などにより実現されうる。
The binary
二値画像生成手段201は、スキャナ12により読み取られた画像から二値画像を生成する。例えば、読み取られた画像はカラー画像(以下、原画像とも呼ぶ)であり、二値画像は白黒の二値画像である。二値画像生成手段201は、原画像と、生成した二値画像とを圧縮手段203に出力する。
The binary
圧縮手段203は、二値画像生成手段201で生成された二値画像と、この二値画像の生成元の画像とを圧縮する。圧縮手段203は、原画像に対して、例えば周知のJPEG(Joint Photographic Exerts Group)により圧縮を行えばよい。また、圧縮手段203は、二値画像に対して、例えばMR(Modified Read)、MH(Modified Huffman)、MMR(Modified Modified Read)などのロスレスの圧縮を行えばよい。
The
圧縮手段203は、圧縮した二値画像を指定手段205に出力し、圧縮した原画像をファイル生成手段211に出力する。
The
指定手段205は、圧縮された二値画像に対して、OCR処理の対象言語を指定する。例えば、指定手段205は、OCR処理の対象言語をユーザに指定させ、指定された対象言語を圧縮された二値画像のヘッダに付与し、この二値画像を送信手段207に出力する。圧縮された二値画像は、圧縮後の二値画像ともいう。
The
なお、指定手段205は、必ずしも必要な機能ではない。指定手段205がない場合は、圧縮手段203は、圧縮された二値画像を送信手段207に出力する。
Note that the
送信手段207は、圧縮手段203で圧縮された二値画像を、所定の画像処理を施す画像処理手段を有する装置としてのサーバ30に送信する。また、送信手段207は、圧縮された二値画像が複数のページを有する場合、各ページに対して複数のサーバから送信先を選択してもよい。送信手段207は、例えばページ毎に異なる送信先を選択してもよい。
The
なお、送信手段207は、予め送信先が設定されていてもよいし、ユーザによりその都度送信先を選択させるようにしてもよい。送信先の選択手段は、送信手段207とは別の機能としてもよい。
Note that the
受信手段209は、サーバ30又は各サーバから、送信手段207で送信した二値画像に対して、後述する画像処理手段により所定の画像処理が施された二値画像の情報を受信する。受信手段209は、受信された情報をファイル生成手段211に出力する。受信された二値画像の情報は、例えばOCR処理後のテキストデータである。
The receiving
ファイル生成手段211は、受信手段209で受信した所定の画像処理が施された二値画像の情報と、圧縮手段203で圧縮された生成元の画像とに基づいた画像ファイルを生成する。ファイル生成手段211は、受信された情報と圧縮された原画像とを1つのファイルフォーマットにする。
The
1つのファイルフォーマットとは、例えば、以下のファイルをいう。
・レイヤ分離された画像フォーマットに、現像の文字位置とOCRテキストデータの文字位置とが同じになるように重ね合わせた画像ファイル
・OCRテキストデータを現像の次のページに添付した画像ファイル
・OCRテキストデータをコメントとして原画像に追加した画像ファイル
また、画像ファイルは、例えば上述したOCR_PDFである。
One file format refers to the following files, for example.
-An image file in which the character position of development and the character position of OCR text data are superimposed on the image format separated into layers-Image file with OCR text data attached to the next page of development-OCR text An image file in which data is added to the original image as a comment. The image file is, for example, the above-described OCR_PDF.
画像処理装置10は、生成した画像ファイルを、ユーザのPC20に送信したりしてもよい。
The
以上により、画像処理装置10は、二値画像に対するOCR処理を短縮させることができる。また、圧縮された二値画像のサイズはカラー画像と比べてかなり小さいので、サーバへのデータ転送量を減らすことができる。また、OCR処理の対象言語を指定する場合は、OCRの精度を維持することができる。
As described above, the
OCR処理では、自動で対象言語を認識することもできるため、対象言語を指定しなくてもよく、この場合は二値画像だけを送信すればよい。 Since the target language can be automatically recognized in the OCR process, it is not necessary to specify the target language. In this case, only the binary image needs to be transmitted.
次に、サーバの機能について説明する。図5は、実施例1におけるサーバ30の機能の一例を示すブロック図である。図5に示すサーバ30は、受信手段301、伸長手段303、画像処理手段305、及び送信手段307を有する。なお、サーバ30は、図示しないがサーバとしての一般的な機能も有する。
Next, the function of the server will be described. FIG. 5 is a block diagram illustrating an example of functions of the
また、伸長手段303や画像処理手段305は、例えばCPU31及びワークメモリとしてのRAM32などにより実現されうる。受信手段301や送信手段307は、例えばネットワークインタフェース35などにより実現されうる。
The decompressing
受信手段301は、画像処理装置10から、圧縮された二値画像を受信する。受信手段301は、圧縮された二値画像を伸長手段303に出力する。
The receiving
伸長手段303は、圧縮された二値画像を取得し、圧縮された二値画像を伸長する。伸長の方法は、画像処理装置10の圧縮に対応する伸長方法である。伸長手段303は、伸長後の二値画像を画像処理手段305に出力する。
The
画像処理手段305は、伸長後の二値画像を取得し、伸長後の二値画像に対して画像処理を行う。この画像処理は、例えばOCR処理である。画像処理手段305は、画像処理した二値画像の情報を送信手段307に出力する。二値画像の情報とは、例えばOCR処理後のテキストデータである。
The
送信手段307は、画像処理された二値画像の情報(例えばOCR処理後のテキストデータ)を画像処理装置10に送信する。
The
以上により、サーバ側では、カラー画像の圧縮、伸長を行う必要がないため、不必要な処理を行う必要がない。 As described above, since it is not necessary to compress and decompress a color image on the server side, it is not necessary to perform unnecessary processing.
<ファイルフォーマット>
次に、実施例1におけるファイルフォーマットについて説明する。図6は、ファイルフォーマットの一例を示す図である。図6に示す例は、OCR_PDFのファイルフォーマットの一例である。
<File format>
Next, the file format in Example 1 will be described. FIG. 6 is a diagram illustrating an example of a file format. The example shown in FIG. 6 is an example of an OCR_PDF file format.
図6に示すファイルフォーマットには、固有の値であるマジックナンバを有するヘッダに続き、画像データのレイヤ、OCR処理後のテキストデータのレイヤが格納されている。 The file format shown in FIG. 6 stores a layer of image data and a layer of text data after OCR processing following a header having a magic number that is a unique value.
画像データのレイヤは、解像度と圧縮後の画像符号そのものを含む。実施例1では、画像圧縮方式として周知のJPEGを採用する。原稿が複数ページの場合には、画像データのレイヤ部分にページ分だけの「解像度と圧縮後の画像符号」のペアが含まれ、テキストレイヤ部分も複数ページ分のデータを含む。 The layer of image data includes the resolution and the compressed image code itself. In the first embodiment, a well-known JPEG is adopted as an image compression method. When the document has a plurality of pages, a pair of “resolution and image code after compression” for the page is included in the layer portion of the image data, and the text layer portion also includes data for a plurality of pages.
なお、後述するが、テキストレイヤには、ページごとに解像度と文字の座標(画素位置)が与えられている。そのため、適切な表示装置を用いれば、画像データ中の特定の文字と同じ位置に、テキストレイヤ中のテキストを重ねて表示することが可能になる。このように、画像データ中の文字とテキストとを同じ位置に重ねて表示する場合には、一般にはテキストの色は透明にすることが多い。 As will be described later, the resolution and character coordinates (pixel position) are given to the text layer for each page. Therefore, if an appropriate display device is used, the text in the text layer can be superimposed and displayed at the same position as the specific character in the image data. As described above, when characters and text in image data are displayed in an overlapping manner at the same position, generally the color of the text is often transparent.
<OCR処理>
次に、サーバ側のOCR処理について説明する。以下に、文字認識処理の手順を説明する。
(C1)段組認識
(C2)段組位置認識
(C3)行認識
(C4)行位置認識
(C5)文字位置認識
(C6)文字認識
つまり、画像処理手段305は、初めに段組認識を実行する。段組認識は、主走査方向(紙面水平方向)及び副走査方向(紙面垂直方向)共に、二値画像の文字が存在しない部分(白領域)が一定間隔以上存在した場合を段の区切りとして認識する。
<OCR processing>
Next, server-side OCR processing will be described. Below, the procedure of a character recognition process is demonstrated.
(C1) Column recognition (C2) Column position recognition (C3) Line recognition (C4) Line position recognition (C5) Character position recognition (C6) Character recognition That is, the image processing means 305 first executes column recognition. To do. Column recognition is recognized as a step break when there is a portion (white area) where there are no characters in the binary image in both the main scanning direction (horizontal direction on the paper) and the sub-scanning direction (vertical direction on the paper surface). To do.
次に、画像処理手段305は、段組位置認識を実行する。段組位置認識は、二値画像の画像情報に、画素単位で座標を与え、認識された段組が画像中に占める座標を求める。
Next, the
図7は、段組を説明するための図である。図7に示す原稿中の「1.0 Introduction」で始まる段組を例にすると、図7に示すように「1.0 Introduction」で始まる段組が完全に含まれる長方形の領域(例えば外接矩形)が求められる。 FIG. 7 is a diagram for explaining columns. Taking the column starting with “1.0 Introduction” in the document shown in FIG. 7 as an example, a rectangular area (for example, circumscribed rectangle) completely including the column starting with “1.0 Introduction” is obtained as shown in FIG. .
画像処理手段305は、その外接矩形の領域の左上の座標(bsx,bsy)と右下の座標(bex,bey)とを認識する。ここでの座標は、画素位置であり、スキャンで生成された画素数そのものを用い、スキャン時の解像度とは無関係である。
The
次に、画像処理手段305は、行認識を実行する。行認識は、認識された段組ごとに行い、副走査方向に、二値画像の文字が存在しない部分(白領域)が一定間隔以上存在した場合を行の区切りとして認識する。
Next, the
次に、画像処理手段305は、行位置認識を実行する。行位置認識は、段組位置認識と同様にして、二値画像の画像情報に、画素単位で座標を与え、認識された行が画像中に占める座標を求める。
Next, the
例えば、図7に示した原稿中の「AAA Corporation」で始まる行を例にする。図8は、行位置認識を説明するための図である。図8に示すように「AAA Corporation」で始まる行が完全に含まれる長方形の領域(例えば外接矩形)が求められる。 For example, a line beginning with “AAA Corporation” in the document shown in FIG. 7 is taken as an example. FIG. 8 is a diagram for explaining line position recognition. As shown in FIG. 8, a rectangular area (for example, a circumscribed rectangle) that completely includes a line beginning with “AAA Corporation” is obtained.
画像処理手段305は、その外接矩形の領域の左上の座標(lsx,lsy)と右下の座標(lex,ley)を認識する。
The
次に、画像処理手段305は、文字位置認識を実行する。文字位置認識は、認識された行ごとに行い、副走査方向に、二値画像の文字が存在しない部分(白領域)が一定間隔以上存在した場合を文字の区切りとして認識する。
Next, the
次に、画像処理手段305は、行位置認識と同様にして、区切られた文字が画像中に占める座標を求める。例えば、図8に示した原稿中の「AAA Corporation」で始まる行を例にする。
Next, the
図9は、文字位置認識を説明するための図である。図9に示すように「A」の1文字だけが完全に含まれる長方形の領域(例えば外接矩形)が求められる。 FIG. 9 is a diagram for explaining character position recognition. As shown in FIG. 9, a rectangular area (for example, a circumscribed rectangle) completely including only one character “A” is obtained.
画像処理手段305は、その外接矩形の領域の左上の座標(csx,csy)と右下の座標(cex,cey)を認識する。
The
最後に、画像処理手段305は、文字認識を実行する。文字認識アルゴリズムは、公知のテンプレートマッチングを利用する。例えば、認識辞書メモリには、言語種ごとに、文字認識に使用するテンプレートデータ(認識辞書データとも呼ぶ)が格納されている。画像処理手段305は、後述するターゲット言語と一致する認識辞書データを用いる。
Finally, the
<テキストレイヤの生成>
文字認識処理の後には、テキストレイヤ生成処理が行われる。テキストレイヤは、複数の文字オブジェクトの集合を有し、1つの文字オブジェクトは図10に示す要素を含む。
<Text layer generation>
After the character recognition process, a text layer generation process is performed. The text layer has a set of a plurality of character objects, and one character object includes the elements shown in FIG.
図10は、文字オブジェクトの要素の一例を示す図である。図10に示す例では、文字オブジェクトは、文字開始識別子と文字終了識別子との間に挟まれた、オペランドとオペコードからで構成される。 FIG. 10 is a diagram illustrating an example of elements of a character object. In the example shown in FIG. 10, the character object is composed of an operand and an opcode sandwiched between a character start identifier and a character end identifier.
図11は、訳語オブジェクトの具体例を示す図である。図11に示す例では、
Tf:フォントオペレータ
rg:色オペレータ
Td:配置オペレータ
Tj:テキストオペレータ
である。
FIG. 11 is a diagram illustrating a specific example of the translated word object. In the example shown in FIG.
Tf: Font operator rg: Color operator Td: Placement operator Tj: Text operator
図11に示すTfに対しては、フォント番号とフォントサイズが指定される。例えば、図11に示す「/F1」(フォント番号1番)は明朝体を指し、「/F2」(フォント番号2番)はゴシック体を示すとする。 A font number and a font size are designated for Tf shown in FIG. For example, “/ F1” (font number 1) shown in FIG. 11 indicates the Mincho style, and “/ F2” (font number 2) indicates the Gothic style.
図11に示す「8」は、フォントサイズである。フォントサイズの算出には、文字位置の座標に加え、スキャン時の解像度が用いられる。 “8” shown in FIG. 11 is a font size. In calculating the font size, the resolution at the time of scanning is used in addition to the coordinates of the character position.
図11に示す「rg」に対しては、文字語の色としてRGB各々の画素値が順に指定可能である。ただし、実施例においては、文字色を透明にしたいため、その場合は「−1 −1 −1 」を指定する規約となっている。 For “rg” shown in FIG. 11, RGB pixel values can be specified in order as the character word color. However, in the embodiment, since it is desired to make the character color transparent, in this case, the convention is to designate “−1 −1 −1”.
図11に示す「Td」に対しては、文字を配置する外接矩形の左上の画素の座標(図9で言えば(csx,csy))が指定される。座標の原点は、例えば画像の左上とする。 For "Td" shown in FIG. 11, the coordinates of the upper left pixel of the circumscribed rectangle in which the character is placed ((csx, csy) in FIG. 9) are designated. The origin of the coordinates is, for example, the upper left of the image.
図11に示す「Tj」に対しては、()内に、文字として配置するテキストが指定可能である。図11に示す例では、「R」という文字が指定されている。 For “Tj” shown in FIG. 11, text to be arranged as characters can be specified in (). In the example shown in FIG. 11, the letter “R” is designated.
なお、文字オブジェクトが複数ある場合には、続く文字オブジェクト内でフォント又は色についてのオペランド及びオペコードを省略することが可能である。省略された場合は、直前の文字オブジェクトの値が適用される。 When there are a plurality of character objects, it is possible to omit operands and opcodes for fonts or colors in the following character objects. If omitted, the value of the previous character object is applied.
<二値画像のデータ形式>
図12は、サーバに送信する二値画像の形式の一例を示す図である。図12に示す二値画像のヘッダは、原画像の横画素数、縦画素数、解像度、ターゲット言語(対象言語)、頁番号を含む。また、図12に示す二値画像の圧縮方式は、例えばMMRである。
<Data format of binary image>
FIG. 12 is a diagram illustrating an example of a format of a binary image transmitted to the server. The binary image header shown in FIG. 12 includes the number of horizontal pixels, the number of vertical pixels, the resolution, the target language (target language), and the page number of the original image. The binary image compression method shown in FIG. 12 is, for example, MMR.
このようなデータの形式の二値画像が、画像処理装置10からサーバ30に送信される。また、ターゲット言語については必ずしも指定する必要はない。
A binary image in such a data format is transmitted from the
<OCR処理後のテキストデータ形式>
図13は、サーバから送信されるOCR処理後のテキストデータ形式の一例を示す図である。図13に示すヘッダは、原画像の横画素数、縦画素数、解像度、ターゲット言語、頁番号を含む。また、ヘッダに続く部分の形式は、図10や図11で説明したデータ形式である。
<Text data format after OCR processing>
FIG. 13 is a diagram illustrating an example of a text data format after OCR processing transmitted from the server. The header shown in FIG. 13 includes the number of horizontal pixels, the number of vertical pixels, the resolution, the target language, and the page number of the original image. Further, the format of the part following the header is the data format described with reference to FIGS.
よって、図13に示したテキストデータは、図6に示すテキストレイヤそのものとして用いることができる。また、原画像が複数のページを有する場合には、テキストレイヤ中に、ページ分だけのテキストデータが含まれる。 Therefore, the text data shown in FIG. 13 can be used as the text layer shown in FIG. Further, when the original image has a plurality of pages, text data for only the pages is included in the text layer.
<動作>
次に、実施例1における画像処理システム1の動作について説明する。図14は、実施例1における画像処理の一例を示すフローチャートである。
<Operation>
Next, the operation of the
図14に示すステップS101で、二値画像生成手段201は、スキャナ12により読み取られたカラーの画像から二値画像を生成する。
In step S <b> 101 illustrated in FIG. 14, the binary
ステップS102で、圧縮手段203は、カラー画像及び二値画像に対して圧縮処理を行う。
In step S102, the
ステップS103で、送信手段207は、圧縮後の二値画像を、画像処理手段を有する装置としてのサーバ20に送信する。また、送信手段207は、圧縮後の二値画像が複数のページを有する場合、各ページに対して複数のサーバから送信先を選択してもよい。
In step S103, the
ステップS104で、受信手段301は、画像処理装置10から、圧縮後の二値画像を受信する。伸長手段303は、圧縮後の二値画像を受信手段301から取得し、圧縮後の二値画像を伸長する。画像処理手段305は、伸長後の二値画像を取得し、伸長後の二値画像に対して画像処理を実行する。この画像処理は、例えばOCR処理である。
In step S <b> 104, the receiving
ステップS105で、送信手段307は、画像処理後の二値画像の情報(例えばOCR処理後のテキストデータ)を画像処理装置10に送信する。
In step S <b> 105, the
ステップS106で、受信手段209は、サーバ30から、画像処理後の二値画像の情報を受信する。ファイル生成手段211は、受信手段209により受信された情報と圧縮後のカラー画像とに基づき画像ファイルを生成する。
In step S <b> 106, the receiving
ステップS107で、画像処理装置10は、生成した画像ファイルを、ユーザのPC20に送信する。
In step S107, the
なお、ステップS103で、二値画像を送信する際に、ユーザにより指定された対象言語をヘッダに含めてもよい。 In step S103, the target language specified by the user may be included in the header when the binary image is transmitted.
以上、実施例1によれば、画像処理後のデータを画像に加えたデータを作成する際の効率性を向上させることができる。例えば、画像処理装置10では、ボトルネックとなるOCR処理をサーバに行わせるためOCR処理時間を軽減することができる。
As described above, according to the first embodiment, it is possible to improve the efficiency when creating data obtained by adding data after image processing to an image. For example, the
また、二値画像の圧縮後のサイズは、カラー画像に比べて小さいのでトラフィックを圧迫しなくすむ。また、二値画像の圧縮はロスレスなので、伸長後の二値画像は劣化が生じない。また、圧縮された二値画像の送信先を、例えばページ毎に変えることで、OCR処理時間をさらに短縮することができる。また、対象言語を指定することで、OCR処理の精度を落とさなくてすむ。 Further, the compressed size of the binary image is smaller than that of the color image, so that traffic is not required to be compressed. In addition, since binary image compression is lossless, the decompressed binary image does not deteriorate. Further, by changing the transmission destination of the compressed binary image for each page, for example, the OCR processing time can be further shortened. Also, by specifying the target language, it is not necessary to reduce the accuracy of the OCR process.
[実施例2]
次に、実施例2における画像処理システムについて説明する。実施例2では、画像処理装置側の処理量を少なくするため、ラップ処理や画像ファイルの送信処理もサーバ側に行わせる。
[Example 2]
Next, an image processing system according to the second embodiment will be described. In the second embodiment, in order to reduce the processing amount on the image processing apparatus side, the server side also performs wrap processing and image file transmission processing.
<システム>
実施例2における画像処理システムの構成は、図1に示す画像処理システム1と同様であるため、同じ符号を用いる。実施例2では、画像処理装置10は、読み取った原画像から二値画像を生成し、原画像と二値画像とを圧縮する。画像処理装置10は、圧縮後の原画像と圧縮後の二値画像とをサーバ30に送信する。
<System>
The configuration of the image processing system in the second embodiment is the same as that of the
サーバ30は、受信した圧縮後の二値画像に対して伸長処理を行い、伸長後の二値画像に対して画像処理を実行する。サーバ30は、画像処理された二値画像の情報と、受信した圧縮後の原画像とをラップして画像ファイルを生成する。サーバ30は、生成された画像ファイルを、ユーザのPC20に送信する。
The
<ハードウェア>
実施例2における画像処理装置10、各サーバのハードウェアは、それぞれ図2、3に示すハードウェアと同様であるため、同じ符号を用いる。
<Hardware>
The hardware of the
<機能>
図15は、実施例2における画像処理装置10の機能の一例を示すブロック図である。図15に示す機能のうち、図4に示す機能と同様のものは同じ符号を付す。以降では、実施例1と異なる機能を主に説明する。
<Function>
FIG. 15 is a block diagram illustrating an example of functions of the
なお、二値画像生成手段201や圧縮手段401は、例えばCPU111やワークメモリとしてのRAM112などにより実現されうる。送信手段403は、例えばネットワークインタフェース16などにより実現されうる。
The binary
圧縮手段401は、圧縮後のカラー画像についても、圧縮後の二値画像同様、サーバに送信するため、送信手段403に出力する。
The
送信手段403は、圧縮後のカラー画像、圧縮後の二値画像ともに、予め設定されているサーバ30に送信する。これにより、画像処理装置10側では、処理負荷を低減することができる。
The
図16は、実施例2におけるサーバ30の機能の一例を示すブロック図である。図16に示す機能のうち、図5に示す機能と同様のものは同じ符号を付す。以下では、実施例1と異なる機能を主に説明する。実施例2におけるサーバ40もサーバ30と同様の機能を有する。
FIG. 16 is a block diagram illustrating an example of functions of the
なお、伸長手段303、画像処理手段305、及びファイル生成手段503は、例えばCPU31及びワークメモリとしてのRAM32などにより実現されうる。また、受信手段501や送信手段505は、例えばネットワークインタフェース35などにより実現されうる。
The
受信手段501は、画像処理装置10から圧縮後のカラー画像と、圧縮後の二値画像とを受信する。受信手段501は、圧縮後のカラー画像をファイル生成手段503に出力し、圧縮後の二値画像を伸長手段303に出力する。
The receiving
ファイル生成手段503は、基本的には実施例1のファイル生成手段311と同様の処理を行う。ファイル生成手段503は、画像処理後の二値画像の情報(例えばOCR処理後のテキストデータ)と、圧縮後のカラー画像とをファイルフォーマットでラップし、1つの画像ファイルを生成する。ファイル生成手段503は、生成した画像ファイルを送信手段505に出力する。
The
送信手段505は、ファイル生成手段503から取得した画像ファイルを、ユーザのPC20に送信する。これにより、カラー画像を伸長する必要がなく、また、カラー画像の再圧縮も必要ない。また、サーバに送信するカラー画像は、圧縮率を上述した典型例よりも高めに設定することができる。
The
<動作>
次に、実施例2における画像処理システムの動作について説明する。図17は、実施例2における画像処理の一例を示すフローチャートである。
<Operation>
Next, the operation of the image processing system in the second embodiment will be described. FIG. 17 is a flowchart illustrating an example of image processing according to the second embodiment.
図17に示すステップS201で、二値画像生成手段201は、スキャナ12により読み取られたカラーの画像から二値画像を生成する。
In step S <b> 201 shown in FIG. 17, the binary
ステップS202で、圧縮手段401は、カラー画像及び二値画像に対して圧縮処理を行う。
In step S202, the
ステップS203で、送信手段403は、圧縮後のカラー画像と圧縮後の二値画像とを、画像処理手段を有する装置としてのサーバ30に送信する。
In step S203, the
ステップS204で、受信手段501は、画像処理装置10から、圧縮後のカラー画像及び圧縮後の二値画像を受信する。伸長手段303は、圧縮後の二値画像を受信手段501から取得し、圧縮された二値画像を伸長する。画像処理手段305は、伸長後の二値画像を取得し、伸長後の二値画像に対して画像処理を実行する。この画像処理は、例えばOCR処理である。
In step S <b> 204, the receiving
ステップS205で、ファイル生成手段503は、画像処理後の二値画像の情報と圧縮後のカラー画像とに基づき画像ファイルを生成する。
In step S205, the
ステップS206で、送信手段505は、生成した画像ファイルを、ユーザのPC20に送信する。
In step S206, the
なお、ステップS203で、二値画像を送信する際に、ユーザにより指定された対象言語をヘッダに含めてもよい。 In step S203, the target language specified by the user may be included in the header when the binary image is transmitted.
以上、実施例2によれば、画像処理後のデータを画像に加えたデータを作成する際の効率性を向上させることができる。例えば、画像処理装置10では、ボトルネックとなるOCR処理や画像ファイル生成処理などをサーバに行わせるため、画像処理装置10の処理を削減することができる。実施例2は、画像処理装置10が廉価版のMFPなどの場合に好適である。
As described above, according to the second embodiment, it is possible to improve efficiency when creating data obtained by adding data after image processing to an image. For example, the
[変形例]
各実施例に記載の画像処理装置やサーバで実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。
[Modification]
The program executed by the image processing apparatus and server described in each embodiment is a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk) in an installable or executable file. Or the like recorded on a computer-readable recording medium.
また、各実施例の画像処理装置やサーバで実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、各実施例の画像処理装置やサーバで実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。 Further, the program executed by the image processing apparatus and server of each embodiment may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. Further, the program executed by the image processing apparatus or server of each embodiment may be provided or distributed via a network such as the Internet.
また、各実施例の画像処理装置やサーバで実行されるプログラムを、ROM等に予め組み込んで提供するように構成してもよい。 In addition, the program executed by the image processing apparatus or server of each embodiment may be provided by being incorporated in advance in a ROM or the like.
各実施例の画像処理装置やサーバで実行されるプログラムは、前述した各手段を含むモジュール構成となっている。実際のハードウェアとしては、CPUがROMなどからプログラムを読み出して実行することにより上記各手段のうち1又は複数の各手段がRAM上にロードされ、1又は複数の各手段がRAM上に生成されるようになっている。 A program executed by the image processing apparatus and the server according to each embodiment has a module configuration including the above-described units. As actual hardware, when the CPU reads a program from a ROM or the like and executes it, one or more of the above means are loaded onto the RAM, and one or more of the respective means are generated on the RAM. It has become so.
なお、本発明は、上記実施例そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化することができる。また、上記実施例に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成することができる。例えば、実施例に示される全構成要素からいくつかの構成要素を削除してもよい。 In addition, this invention is not limited to the said Example as it is, A component can be deform | transformed and embodied in the range which does not deviate from the summary in an implementation stage. Moreover, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above embodiments. For example, some components may be deleted from all the components shown in the embodiments.
10 画像処理装置
16 ネットワークインタフェース
20 PC
30、40 サーバ
31 PCU
32 RAM
36 ネットワークインタフェース
111 CPU
112 RAM
201 二値画像生成手段
203、401 圧縮手段
205 指定手段
207、403 送信手段
209 受信手段
211、503 ファイル生成手段
301、501 受信手段
303 伸長手段
305 画像処理手段
307、505 送信手段
10
30, 40
32 RAM
36
112 RAM
201 binary image generation means 203, 401 compression means 205 designation means 207, 403 transmission means 209 reception means 211, 503 file generation means 301, 501 reception means 303 decompression means 305 image processing means 307, 505 transmission means
Claims (6)
前記生成手段で生成された二値画像と該二値画像の生成元の画像とを圧縮する圧縮手段と、
前記圧縮手段で圧縮された二値画像を、所定の画像処理を施す画像処理手段を有する外部装置に送信する送信手段と、
前記送信手段で送信した二値画像に対して前記画像処理手段により所定の画像処理が施された二値画像の情報を前記外部装置から受信する受信手段と、
前記受信手段で受信した前記所定の画像処理が施された二値画像の情報と、前記圧縮手段で圧縮された生成元の画像とに基づいた画像ファイルを生成するファイル生成手段と
を備える画像処理装置。 Generating means for generating a binary image from the image;
Compression means for compressing the binary image generated by the generation means and the image from which the binary image is generated;
Transmitting means for transmitting the binary image compressed by the compression means to an external device having image processing means for performing predetermined image processing;
Receiving means for receiving, from the external device, information on a binary image obtained by performing predetermined image processing on the binary image transmitted by the transmitting means by the image processing means;
Image processing comprising: file generation means for generating an image file based on the binary image information subjected to the predetermined image processing received by the reception means and the generation source image compressed by the compression means apparatus.
前記圧縮された二値画像が複数のページを有する場合、各ページに対して複数の前記装置から送信先を選択する請求項1乃至3いずれか一項に記載の画像処理装置。 The transmission means includes
The image processing apparatus according to claim 1, wherein when the compressed binary image has a plurality of pages, a transmission destination is selected from the plurality of apparatuses for each page.
前記第1装置は、
画像から二値画像を生成する生成手段と、
前記生成手段で生成された二値画像と該二値画像の生成元の画像とを圧縮する圧縮手段と、
前記圧縮手段で圧縮された二値画像を、前記第2装置に送信する送信手段と、
所定の画像処理が施された二値画像の情報を前記第2装置から受信する受信手段と、
前記受信手段で受信した前記所定の画像処理が施された二値画像の情報と、前記圧縮手段で圧縮された生成元の画像とに基づいた画像ファイルを生成するファイル生成手段とを備え、
前記第2装置は、
前記圧縮された二値画像を受信する受信手段と、
前記圧縮された二値画像を伸長した二値画像に対して所定の画像処理を行う画像処理手段と、
前記所定の画像処理が施された二値画像の情報を前記第1装置に送信する送信手段と
を備える画像処理システム。 An image processing system comprising a first device and a second device connected via a network,
The first device includes:
Generating means for generating a binary image from the image;
Compression means for compressing the binary image generated by the generation means and the image from which the binary image is generated;
Transmission means for transmitting the binary image compressed by the compression means to the second device;
Receiving means for receiving, from the second device, information on a binary image that has undergone predetermined image processing;
File generating means for generating an image file based on the information of the binary image subjected to the predetermined image processing received by the receiving means and the source image compressed by the compressing means;
The second device includes:
Receiving means for receiving the compressed binary image;
Image processing means for performing predetermined image processing on the binary image obtained by expanding the compressed binary image;
An image processing system comprising: transmission means for transmitting information on the binary image subjected to the predetermined image processing to the first device.
生成された前記二値画像及び該二値画像の生成元の画像を圧縮する圧縮ステップと、
圧縮された二値画像を、所定の画像処理を施す画像処理手段を有する外部装置に送信する送信ステップと、
送信した二値画像に対して前記画像処理手段により所定の画像処理が施された二値画像の情報を前記外部装置から受信する受信ステップと、
受信した前記所定の画像処理が施された二値画像の情報と、圧縮された生成元の画像とに基づいた画像ファイルを生成するファイル生成ステップと
をコンピュータに実行させるためのプログラム。 A generating step for generating a binary image from the image;
A compression step of compressing the generated binary image and an image from which the binary image is generated;
A transmission step of transmitting the compressed binary image to an external device having image processing means for performing predetermined image processing;
A receiving step of receiving, from the external device, binary image information obtained by performing predetermined image processing on the transmitted binary image by the image processing unit;
A program for causing a computer to execute a file generation step of generating an image file based on the received binary image information subjected to the predetermined image processing and the compressed generation source image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012107117A JP2013236234A (en) | 2012-05-08 | 2012-05-08 | Image processing apparatus, image processing system, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012107117A JP2013236234A (en) | 2012-05-08 | 2012-05-08 | Image processing apparatus, image processing system, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2013236234A true JP2013236234A (en) | 2013-11-21 |
Family
ID=49761999
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012107117A Pending JP2013236234A (en) | 2012-05-08 | 2012-05-08 | Image processing apparatus, image processing system, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2013236234A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015204075A (en) * | 2014-04-16 | 2015-11-16 | コニカミノルタ株式会社 | Electronic document creation system, and program |
JP2016021086A (en) * | 2014-07-11 | 2016-02-04 | コニカミノルタ株式会社 | Electronic document creation system, electronic document creation device, and program |
JP2016057786A (en) * | 2014-09-08 | 2016-04-21 | コニカミノルタ株式会社 | Electronic document generating apparatus, program, and electronic document generating system |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05274397A (en) * | 1992-03-30 | 1993-10-22 | Canon Inc | System and device for picture processing |
JPH06243210A (en) * | 1993-02-19 | 1994-09-02 | Canon Inc | Image processing method and device therefor |
JP2004104435A (en) * | 2002-09-09 | 2004-04-02 | Ricoh Co Ltd | Picture reading method, picture reader and network system |
JP2006100925A (en) * | 2004-09-28 | 2006-04-13 | Canon Inc | Image forming apparatus and image processing system |
JP2010068373A (en) * | 2008-09-12 | 2010-03-25 | Ricoh Co Ltd | Image processor, and image processing system |
-
2012
- 2012-05-08 JP JP2012107117A patent/JP2013236234A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05274397A (en) * | 1992-03-30 | 1993-10-22 | Canon Inc | System and device for picture processing |
JPH06243210A (en) * | 1993-02-19 | 1994-09-02 | Canon Inc | Image processing method and device therefor |
JP2004104435A (en) * | 2002-09-09 | 2004-04-02 | Ricoh Co Ltd | Picture reading method, picture reader and network system |
JP2006100925A (en) * | 2004-09-28 | 2006-04-13 | Canon Inc | Image forming apparatus and image processing system |
JP2010068373A (en) * | 2008-09-12 | 2010-03-25 | Ricoh Co Ltd | Image processor, and image processing system |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015204075A (en) * | 2014-04-16 | 2015-11-16 | コニカミノルタ株式会社 | Electronic document creation system, and program |
US9614984B2 (en) | 2014-04-16 | 2017-04-04 | Konica Minolta, Inc. | Electronic document generation system and recording medium |
JP2016021086A (en) * | 2014-07-11 | 2016-02-04 | コニカミノルタ株式会社 | Electronic document creation system, electronic document creation device, and program |
JP2016057786A (en) * | 2014-09-08 | 2016-04-21 | コニカミノルタ株式会社 | Electronic document generating apparatus, program, and electronic document generating system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4471392B2 (en) | Driverless image printing | |
US8705078B2 (en) | Image output system and method for logging image data storage location | |
JP5538792B2 (en) | Image processing apparatus, control method thereof, and program | |
JP5171733B2 (en) | Image processing apparatus and image processing method | |
JP2016021088A (en) | Electronic document creation system, electronic document creation device, and program | |
US10116825B2 (en) | Control server | |
JP2013236234A (en) | Image processing apparatus, image processing system, and program | |
US8804840B2 (en) | Image processing apparatus, image processing method and program | |
JP2013256073A (en) | Data generation device, image forming apparatus, and data generation program | |
JP4985034B2 (en) | Deployment data creation method, apparatus and program | |
US8368947B2 (en) | Technique for creating print data | |
JP6015173B2 (en) | PRINT SERVER, PRINT SYSTEM, PRINT PROCESSING METHOD, AND PROGRAM | |
US9800760B1 (en) | Fast drawing of unrotated delta row encoded images | |
JP2009282964A (en) | System and method for rendering print data, and computer readable medium | |
JP5441676B2 (en) | Image processing apparatus and processing method thereof | |
US7230729B1 (en) | Printer pipeline bypass in hardware-ready format | |
US20190278542A1 (en) | Information processing apparatus, image forming apparatus, and storage medium | |
US8494261B2 (en) | Image processing apparatus, image processing method, and computer-readable medium | |
JP2011187000A (en) | Image forming apparatus, image forming system, and control program | |
JP2007251521A (en) | Image processing apparatus, control method of image processing apparatus, program, and storage medium | |
JP5979950B2 (en) | Image processing apparatus, control method therefor, and program | |
US10182178B2 (en) | Parallel fast drawing of unrotated delta row encoded images | |
JP2001169120A (en) | Method, device, and system for image processing | |
JP6279025B2 (en) | Image processing apparatus, image processing apparatus control method, and program | |
JP2008017213A (en) | Image processing apparatus and its method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150415 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160614 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20161213 |