Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread Magnus Hagander
> >> 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. >

Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread philip johnson
>> 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

Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread Magnus Hagander
> 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

Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread Henrik Zagerholm
-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

Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread Philip Johnson
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

Re: [GENERAL] tsearch2 and pdf files

2006-12-11 Thread Hannes Dorbath
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