|
|
[Perlfect-search] Help Indexing MSword documents
perlfect-search@perlfect.com perlfect-search@perlfect.com
Tue, 13 May 2003 11:42:21 -0400
Hi
I need your help
I'm trying to set-up antiword but every time that I run the indexer.pl
I am getting back this message
Use of uninitialized value in pattern match (m//) at indexer.pl line 487.
'c:/antiword' is not recognized as an internal or external command,
operable program or batch file.
Use of uninitialized value in pattern match (m//) at tools.pl line 187.
22: c:/FoxServ/www/Data_Resour_docs/Niku 6_Worker_Training_Projects.doc (703
6.00 KB)
and the MSWORD document does not get indexed, every thing else is working ok
I did configured the variebles in the conf.pl
@EXT = ("htm","html","shtml","asp","txt","doc");
@HTTP_CONTENT_TYPES = ('text/html', 'text/plain', 'application/msword');
%EXT_FILTER = (
#"pdf" => "/usr/bin/pdftotext FILENAME -",
"doc" => "c:/antiword FILENAME"
);
Thanks
Giovani
|
|