Update README.md with correct package url

This commit is contained in:
Michal Szczepanski 2019-07-23 05:34:59 +02:00
parent 10443b009b
commit d0a2e44cdf
2 changed files with 6 additions and 3 deletions

@ -5,11 +5,13 @@ Pdf information extraction library based on [pdf.js](https://mozilla.github.io/p
and [node.js](https://nodejs.org).
### Install
``npm install -g szczepano/pdf-gold-digger``
``npm install -g pdf-gold-digger``
### Usage
``pdfdig -i some_file.pdf``
``pdfdig -i some_file.pdf``
see for help for all options
``pdfdig -h``
### Documentation url
[pdf-gold-digger](https://vane.pl/pdf-gold-digger/)

@ -20,7 +20,8 @@
"javascript",
"js",
"image-extract",
"text-extract"
"text-extract",
"pdf-text-extract"
],
"scripts": {
"doc": "esdoc"