adtphpDig
02-04-2004, 02:59 AM
I am still trying to get phpDig to crawl pdf's as they do not appear in the search listing.
Since the fonts were installed in a seperate directory I had to do the following in my config.php
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','/usr/local/bin/pstotext');
define('PHPDIG_OPTION_PDF','-gs "gs -I/usr/ghostscript/fonts/default/Type1"');
Is the above acceptable?
Similar to some of the other postings, I see the pdf's in the list, however not in any of the search engine results. I also noticed that there is no green checkbox next to these pdf's. Does no check box or x mark mean something?
Anyway I'm using 1.6.5 with the critical change to the config.php file. Also, I've attached my spider.php file.
Thanks,
Anand
Since the fonts were installed in a seperate directory I had to do the following in my config.php
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','/usr/local/bin/pstotext');
define('PHPDIG_OPTION_PDF','-gs "gs -I/usr/ghostscript/fonts/default/Type1"');
Is the above acceptable?
Similar to some of the other postings, I see the pdf's in the list, however not in any of the search engine results. I also noticed that there is no green checkbox next to these pdf's. Does no check box or x mark mean something?
Anyway I'm using 1.6.5 with the critical change to the config.php file. Also, I've attached my spider.php file.
Thanks,
Anand