This is the PDF Import on tresor.one
To contribute:
- fork the repo
- install and start
npm i && npm start
- open
http://localhost:5000
in your browser - Import a PDF. Content is shown in your Javascript console
- Write a parser in
src/brokers
to parse that content - seesrc/brokers/comdirect.js
for inspiration - Add and run all tests
npm t
- Create a Pull Request