Commit 44a8312cd214b674d143da869c8cea5b0435af58
1 parent
f7754d4f
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,7 +4,7 @@ class PDFExtractor extends ApplicationExtractor | ||
| 4 | { | 4 | { |
| 5 | public function __construct() | 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 | public function getSupportedMimeTypes() | 10 | public function getSupportedMimeTypes() |