Jul 19, 2010 at 5:12 PM, Koji Sekiguchi wrote:
> (10/07/20 7:31), Joe Hansen wrote:
>>
>> Hey All,
>>
>> I am using Apache Lucene (2.9.1) and its fast and it works great! I
>> have a question in connection with Apache PDFBox.
>>
>> The following comman
Hey All,
I am using Apache Lucene (2.9.1) and its fast and it works great! I
have a question in connection with Apache PDFBox.
The following command creates a Lucent Document from a PDF file:
Document document =
org.apache.pdfbox.searchengine.lucene.LucenePDFDocument.getDocument(docFile);
The Lu