This repository contains the prototypical implementation of the ideas presented in the submitted paper: Semantic PDF Segmentation for Legacy Documents in Technical Documentation.
The implementation is based on previous work available at: http://janoevermann.de/
A hosted demo is available at: http://segments.fastclass.de
To run a local version of the demo:
- clone the repository
- build from source (see below)
- start a web server in the
distfolder - navigate your browser to the location
To build the demo from source you need to have the following tools globally installed:
- npm (for development dependencies)
Execute the following steps to set up the development environment (directory src). A build will be automatically initiated
npm install
To generate a new build from source (directory dist):
gulp build