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