Hello, everyone
Now I can convert pdf file to txt file by command line.
But I can not index pdf file by phpdig.
The config is:
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','/path/cgi-bin/pdftotext');
define('PHPDIG_OPTION_PDF','');
define('PHPDIG_PDF_EXTENSION','.txt');
Can anyone tell me what should I do???
m (_ _) m Thanks
|