Commit a73a26212d620ca654e69f5794b1424aec792e94
1 parent
d22e4be2
KTS-673
"The search algorithm needs some work" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7470 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
search2/indexing/extractors/PDFExtractor.inc.php
| ... | ... | @@ -4,7 +4,7 @@ class PDFExtractor extends ApplicationExtractor |
| 4 | 4 | { |
| 5 | 5 | public function __construct() |
| 6 | 6 | { |
| 7 | - parent::__construct('externalBinary','pdftotext','pdftotext',_kt('PDF Text Extractor'),'-nopgbrk -enc UTF-8 {source} {target}'); | |
| 7 | + parent::__construct('externalBinary','pdftotext','pdftotext',_kt('PDF Text Extractor'),'-nopgbrk -enc UTF-8 \'{source}\' \'{target}\''); | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | public function getSupportedMimeTypes() | ... | ... |