Up
@Geza Hidasi On windows xampp, i had to enable PDO SQL LITE3 extension even if i use mysql. @Umberto Bazzoni have you create the database? (I dont know how work sql lite)
On windows xampp, i had to enable PDO SQL LITE3 extension even if i use mysql.
Hello, Thanks you for the replie. I have delete the sed commande and it's works. But when i search a terms, he dont find any document. I can see the txt file with the PDF extraction text. Any idea?
Sorry dupplicated message xD
Hello, Thanks you for the replie. I have delet the sed commande and it's works. But when i search a terms, it's dont find any document. I can see the txt file with the PDF extraction texte. Any idea?
Hello, Thanks you for the replie. I have delet the sed commande and it's works. But when i search a terms, it's dont find any document. I can see the txt file with the PDF extraction texte. Any idea?
Hello, I copied the configuration line for PDF indexing from the demo server. I installed PDFTOTXT for windows and it works fine. In the PDF indexing configuration I put this line : C:\xampp\htdocs\pdftotext.exe -nopgbrk %s | sed -e's/[a-zA-Z0-9.]{1} / /g' This create the txt file but nothing more. I did some research and the "sed" command is not available on Windows. There is however the command "where" for PowerShell but php runs cmd.exe and not PowerShell. How to use plaintxt indexing under windows?...