Show the usage of pdf-parser in java
To get a local copy of the current code, clone it using git:
$ git clone https://github.com/dunso/java-pdf-parser.git
$ cd java-pdf-parser
This is a Maven project. You can import it into your IDE such as Intellij or Eclipse.
Install Node.js via the official package or via nvm.
Install all dependencies(pdf-parser) for java-pdf-parser:
$ cd src/main/resources
$ npm install
Run the Main Method in Sample Class