> >> 1. Convert PDF to file with e.g xpdf
> >> 2. Insert parsed text to a table of your choice.
> >> 3. Make vectors from the text.
> >
> > Actually, if you're not going to use the headline()
> function, you cna
> > just store it directly in a vector, cutting down on the size
> > requirements.
>
>> 1. Convert PDF to file with e.g xpdf
>> 2. Insert parsed text to a table of your choice.
>> 3. Make vectors from the text.
>
> Actually, if you're not going to use the headline() function, you cna
> just store it directly in a vector, cutting down on the size
> requirements.
What size requiremen
> 1. Convert PDF to file with e.g xpdf
> 2. Insert parsed text to a table of your choice.
> 3. Make vectors from the text.
Actually, if you're not going to use the headline() function, you cna
just store it directly in a vector, cutting down on the size
requirements. Just insert to the to_tsvector
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:pgsql-general-
[EMAIL PROTECTED] De la part de Hannes Dorbath
Envoyé : lundi 11 décembre 2006 12:21
À : pgsql-general@postgresql.org
Objet : Re: [GENERAL] tsearch2 and pdf files
You just need software that extracts the text from it. S
12:21
> À : pgsql-general@postgresql.org
> Objet : Re: [GENERAL] tsearch2 and pdf files
>
> You just need software that extracts the text from it. Search google for
> pdf2txt and others. Printer drivers that try to get text from anything
> are available as well.
>
>
&g
You just need software that extracts the text from it. Search google for
pdf2txt and others. Printer drivers that try to get text from anything
are available as well.
On 11.12.2006 11:41, Philip Johnson wrote:
I'm using Postgresql 8.1.5
Tsearch2 is installed and runs well
I'd like to use ts