this is the oss server log:
08:50:55,685 INFO: org.apache.pdfbox.pdfparser.PDFParser – Document is encrypted
08:51:23,139 WARN: root – no features in text
08:51:31,514 ERROR: org.apache.pdfbox.filter.FlateFilter – FlateFilter: stop reading corrupt stream due to a DataFormatException
08:51:35,060 INFO: root – 50 / 193 document(s) updated.
08:51:35,857 INFO: root – 100 / 193 document(s) updated.
08:51:36,857 INFO: root – 150 / 193 document(s) updated.
08:51:37,873 INFO: root – 193 / 193 document(s) updated.
i am using the opensearchserver-1.5.12-SNAPSHOT-b931 server which (normally) support encrypted pdf attachments
Hello,
Could you please install version 1.5.7 and try again?
Regarding the number of documents I think this may be because you filter out some attachments (images, see your previous post). When the plugin page says “316/316” it’s the full expected number of documents to index, but you used a WordPress PHP filter to plug in the indexing process and block indexing for the images, thus the final number of documents in your index is lower. But the plugin does not know that not all the expected documents have been indexed, it only knows that it processed 316 documents.
Regards,
Alexandre
Hi,
Any news on this? Is it solved?
Thank you,
Alexandre
Hello,
sorry, i was n holidays.
yes the problem is solved and it works.
thank you very much