FYI:
I had problems finde some pdf files with beagle-query.
I think the problem is pdftotext some times returns invalid
utf8 data - probably in some documents with danish letter æøåÆØÅ
wrapping pdftotext to below seems to work:
/usr/bin/pdftotext -q -nopgbrk -enc Latin1
"$FILE" - | iconv -t UTF-8 -f iso8859-1
/knr
|