Re: About PDF+Lucene

2011-02-20 Thread Alexander Aristov
use PDFBOX for the purpose. It can create PDF docs. But you will have to do it yourself. And Gong is right, it's not write place asking such questions Best Regards Alexander Aristov On 20 February 2011 02:16, Simon Willnauer wrote: > Hi Gong Li, > > your question is out of scope of this list.

Re: About PDF+Lucene

2011-02-19 Thread Simon Willnauer
Hi Gong Li, your question is out of scope of this list. It seems like you can find your docs - this is what lucene does for you. PDF creation entirely out of scope. simon On Sat, Feb 19, 2011 at 2:44 PM, Gong Li wrote: > Hi, > > I use PDFBOX to extract the text in the PDF and then use Lucene to

About PDF+Lucene

2011-02-19 Thread Gong Li
Hi, I use PDFBOX to extract the text in the PDF and then use Lucene to index and search. Finally, I can find the context of the keyword but in String. Question: I need to create a new PDF which contains the context of the keyword. The format is like the original one, but only contains the context