ScientificPdfParser Wiki
Parses scientific articles from PDF and marks the meta data.
Brought to you by:
chriskulas
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
Parses PDF files of scientific articles based on naive bayes and sophisticated heuristics. The output is a XML file that contains the parsed data. Meta data is detected and marked as such.
The meta data contains the following elements:
In the first step, the text elements are divided into blocks (similar to paragraphs) and after that, predictions for each element are made.
The project contains three runnable classes that can work on given PDFs in batch mode via threading:
The whole project was written in Java and makes use of the library "PDFBox". The code is available under the Apache License 2.0.
It can be used in the following fashion:
Be aware of the large amount of resources that are required, therefore the heap size was dramatically increased in these examples.
A complete manual is at https://sourceforge.net/p/scientificpdfpa/code/11/tree/help/manual_german.docx .
You can also find a short summary and an evaluation at https://sourceforge.net/p/scientificpdfpa/code/11/tree/help/summary_german.ppt .
Last edit: Christian Kulas 2013-03-27