I've got code like so: ``` var pdf2json = require('form-pdf2json') console.log(pdf2json.convertPdf2Json('formExample.pdf')) ``` And it gives me : `TypeError: pdf2json.convertPdf2Json is not a function` Is there something I can do to fix this?
I've got code like so:
And it gives me :
TypeError: pdf2json.convertPdf2Json is not a functionIs there something I can do to fix this?