|
|
[Perlfect-search] Indexing of MS Word files
Giorgos Zervas perlfect-search@perlfect.com
11 Dec 2003 12:14:46 +0200
> I index through SSH, and my @EXT_FILTER is:
>
> "pdf" => "/usr/bin/pdftotext FILENAME -",
> "doc" => "/usr/bin/antiword FILENAME"
>
> What else do I need to do?
hi there,
to successfully index word files you will also need the actual antiword
executable placed in the path indicated above (/usr/bin/). You may
install it anywhere else you like but then you will have to update the
path.
it is also possible to use another word-to-text conversion program in
which case you would have to change the path and the executable name in
the above extract of the configuration file.
best regards,
giorgos
|
|