Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/danske-js
Parsing of PDF documents with account/transaction information from Danske Bank
https://github.com/mikaello/danske-js
Last synced: 23 days ago
JSON representation
Parsing of PDF documents with account/transaction information from Danske Bank
- Host: GitHub
- URL: https://github.com/mikaello/danske-js
- Owner: mikaello
- License: mit
- Created: 2021-07-15T19:34:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:04:04.000Z (8 months ago)
- Last Synced: 2024-10-05T16:22:24.451Z (3 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# danske-js
Parsing of PDF documents with account/transaction information from Danske Bank.
These kind of PDF documents are the ones you will get if you ask for
transactions years back in time, and the Danske Bank needs to manually extract
these for you.## Usage
1. Clone this repo
```shell
git clone https://github.com/mikaello/danske-js.git
```
2. Install with NPM:
```shell
cd danske-js
npm install
```
3. Add your Danske Bank transactions PDF to the project folder and name it
`transactions.pdf`
4. Run either esbuild or TypeScript compiler with included execution with node:```shell
npm run es # esbuild + run with node
```or
```shell
npm run ts # tsc + run with node
```