hmmm...
it seems like you are talking about custom encoded pdfs when you talk about
OCR. Do I need OCR for some other type of pdfs also?

Thanks.

On Sat, Apr 5, 2008 at 12:52 PM, Matthias Kramm <[EMAIL PROTECTED]> wrote:

> On Sat, Apr 05, 2008 at 03:26:46AM +0530, Novice Programmer <
> [EMAIL PROTECTED]> wrote:
> > doc = gfx.open("pdf", "document.pdf")
> > text = gfx.PlainText()
>
> This device is just called "text". To create it, use
> gfxdevice_text_init(). (defined in lib/devices/text.h)
>
> You might also be interested in the new OCR device, which
> you can initialize using
> gfxdevice_ocr_init() (defined in lib/devices/ocr.h)
> .
>
> Greetings
>
> Matthias
>
>
>
>
>


-- 
Thanks & Regards,
Novice (http://ishuonweb.wordpress.com/).

Reply via email to