2.2.0 • Published 2 years ago

@spike/pdf-cli v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@spike/pdf-cli

@spike/pdf-cli allows you to to extract transactions from South African bank statements (pdfs). The list of supported pdf formats can be found here:

Usage

NOTE: @spike/pdf-cli is installed as an executable script called spike-pdf-cli (see package.json:bin)

spike-pdf-cli <command>

Commands:
  spike-pdf-cli configure  Configure the tool with your keys
  spike-pdf-cli folder     Recurse through a folder and process all .pdfs found
  spike-pdf-cli single     Process a single .pdf
  spike-pdf-cli combine    combine .json output from previously processed pdfs into a single .csv

Options:
  --version  Show version number                                                           [boolean]
  --help     Show help                                                                     [boolean]

Demo

asciicast

Video

This video shows the @spike/pdf-cli in action. NOTE: the link below opens in YouTube - make sure that you have YouTube > Setting > Quality = 1080p (or at least 720p) in order to see the text in the video.

How to use the desktop pdf converter

Spike API

Behind the scenes @spike/pdf-cli uses @spike/api-statements in order to extract transactions. This involves sending your pdfs to our servers where the parsing and extracting takes place. @spike/pdf-cli simply contains functionality to find pdfs on your local filesystem, send them to the Spike servers, and process the json responses.

More info on the @spike/api-statements can be found here:

Source code

You can access the source code for @spike/pdf-cli in the Spike public monorepo:

# clone source code and install package dependencies:
git clone https://github.com/spikedata/samples
cd samples
yarn

# run
node ./samples/pdf-cli/src/run --help
2.2.0

2 years ago

2.1.0

3 years ago

2.0.1

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago