Simple application used for reading MS Office documents.
Idea behind the application lays in faster extraction of information from MS Office document(s) that follow certain pattern structure. Ideally application should be used for extraction of meaningful information from large data sets.
- Java 8
- Maven 3.3 (or higher)
To be able to see the application in action you must follow these steps:
- run
mvn clean install package
- run
java -jar msodor-<version> <file-name>
- current
version
is 0.0.1 file-name
is the name of the file which you wish to process
For demo purposes you can use the following document without Table of Content.
This project is licensed under the MIT License - see the LICENSE file for details.