I am sure that this has been asked before but I am new to pdfbox and can’t reconcile its documentation with the available api after adding the 1.8.8 version to my app.
The second line on this page suggests that I should be able to 'import org.apache.pdfbox.searchengine.lucene.LucenePDFDocument’ but no. This means that the Lucene Integration is also wrong 'Document luceneDocument = LucenePDFDocument.getDocument( ... );’ So, is Lucene integrated with PDFBox in version 1.8.8 and above (2.0.0-SNAPSHOT) or not at all anymore? Yoel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

