flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Add Unix file filters #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should allow the use of the PyPDF filter under Unix; also we may be able
to import Word and other file formats using AbiWord:
http://linuxhelp.blogspot.com/2005/08/use-abiword-to-convert-filetypes-on.html
Perhaps there should be a filter that spawns an external program and then
imports the resulting plain text. 

Original issue reported on code.google.com by charliej...@gmail.com on 23 Jun 2008 at 4:36

GoogleCodeExporter commented 9 years ago
In fact, why not just copy the way Omindex does it? There's a wealth of 
different
formats here.

Original comment by charliej...@gmail.com on 23 Jun 2008 at 4:42

GoogleCodeExporter commented 9 years ago
We should also add a generic method for allowing any installed IFilters to be 
used
(on a Windows system). It's possible to inspect the registry to see which 
extensions
have an associated IFilter.

Original comment by charliej...@gmail.com on 31 Jul 2008 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 19 Aug 2009 at 3:30