07-12-2012, 07:04 PM
(07-10-2012, 03:29 PM)Daanl Wrote:(07-09-2012, 06:48 PM)steinm Wrote:(07-09-2012, 01:46 PM)Daanl Wrote: Good morning,
My LetoDMS installation works 100%.
I have uploaded pdf files to the server but when I try to index the file it seems like it is only indexing the file name. I loaded OCR pdf file on the server and I would like to index the entire file and do a full text search.
Can someone possibly help with this on how can I create a full text index of the pdf file and not just index the file name.
You need pdftotext for it. Check if it is installed.
Uwe
Hi Uwe,
pdftotext is installed. When I click on Create index it shows
Recreating index
D DMS
D Testing
1:511.3 BLOCH. 2000. Proofs and fundamentals.pdf (document added)
and when I click on Fulltext index info it shows
8 Terms
document_id:1
mimetype:application/x-unknown
owner:admin
title:and
title:bloch
title:fundamentals
title:pdf
title:proofs
Regards,Daan
The problem is the mimetype of the document. It's application/x-unknown and that is not run through any command. It should be application/pdf.
Uwe