Re: Indexing MS/Open Office and PDF documents

From: dennis jenkins <dennis(dot)jenkins(dot)75(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Indexing MS/Open Office and PDF documents
Date: 2012-03-15 21:21:48
Message-ID: CAAEzAp8LC6RhfLQFbb=+PTG3fBB8uH6zAG+aU3NA1uoRv-KK0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 15, 2012 at 4:12 PM, Jeff Davis <pgsql(at)j-davis(dot)com> wrote:
> On Fri, 2012-03-16 at 01:57 +0530, Alexander(dot)Bagerman(at)cognizant(dot)com
> wrote:
>> Hi,
>>
>> We are looking to use Postgres 9 for the document storing and would
>> like to take advantage of the full text search capabilities. We have
>> hard time identifying MS/Open Office and PDF parsers to index stored
>> documents and make them available for text searching. Any advice would
>> be appreciated.
>
> The first step is to find a library that can parse such documents, or
> convert them to a format that can be parsed.

I don't know about MS-Office document parsing, but the "PoDoFo" (pdf
parsing library) can strip text from PDFs. Every now and then someone
posts to the podofo mailing list with questions related to extracting
text for the purposes of indexing it in FTS capable database. Podofo
has excellent developer support. The maintainer is quick to accept
patches, verify bugs, add features, etc... Disclaimer: I'm not a pdf
nor podofo expert. I can't help you accomplish what you want.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2012-03-15 21:27:29 Re: undo update
Previous Message Richard Huxton 2012-03-15 21:17:47 Re: Indexing MS/Open Office and PDF documents