Difference between revisions of "PdfIndexer"

From BITPlan Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=OsProject=
 
 
 
{{OsProject
 
{{OsProject
 
|id=pdfindexer
 
|id=pdfindexer
Line 10: Line 8:
 
|storemode=property
 
|storemode=property
 
}}
 
}}
=Freitext=
+
= Motivation =
 +
In one of our project we were asked to check a few dozen PDF documents for consistency. So we needed a way to cross-reference the documents and find keywords. At the time there was no {{Link|target=SimpleGraph}} project yet and we created a special solution end made it available as OpenSource.

Revision as of 16:26, 22 August 2018

OsProject
edit
id  pdfindexer
state  
owner  WolfgangFahl
title  Java Library and Tool to Index and search PDF files using Apache Lucene and PDF Box
url  https://github.com/WolfgangFahl/pdfindexer
version  0.0.11
description  
date  2018/08/22
since  
until  

Motivation

In one of our project we were asked to check a few dozen PDF documents for consistency. So we needed a way to cross-reference the documents and find keywords. At the time there was no SimpleGraph project yet and we created a special solution end made it available as OpenSource.