vbiz-parser

The vBiz parser


License
MIT
Install
pip install vbiz-parser==0.2.3

Documentation

Dependencies

This package uses pdfminer.six package for parsing pdf file

pip install pdfminer.six

From 0.2.1

This package uses pdfminer package for parsing pdf file

pip install pdfminer

Usage

Change dir to folder which contains .pdf files downloaded from https://bocaodientu.dkkd.gov.vn/

Run command

vbiz_parser
vbiz_parser -i /path/to/file.pdf -o file.csv
vbiz_parser -i /path/to/file.pdf -u https://linktoupload.com

Publish package

python setup.py sdist bdist_wheel
twine upload dist/*

Install package

Locally

pip install .

PiPy

pip install vbiz_parser