http://code.google.com/p/ogram/source/browse/ogram/converter/doc2txt.py

may be useful.

Field('original','upload')
Field('content','text',compute=lambda r:
doc2txt(r.original),writable=False,readable=False)

and use content for searching. User postgresql full text search @@
feature.

On Sep 29, 12:26 pm, Napoleon Moreno <[email protected]> wrote:
> Good day
>
> I will work in a system to save office documents. It is all ok about it with
> web2py.
>
> But i need a feature to searching in those  documents.
>
> I believe that i need read de documents and keep some kind of index of them.
> maybe could you help me with a advice to start?.

Reply via email to